Tag
A non-engineer shares lessons from eight months of building a persistent multi-agent system, focusing on design problems like session management and solutions using file-based mechanisms.
Saggar is a native Mac terminal tool that organizes project sessions by status and attention needs, enabling efficient multi-project management with remote control features.
Anthropic published a practical guide for Claude Code, emphasizing context management through session commands and discussing token optimization and prompt caching to improve efficiency in AI-assisted coding.
claude-code-recap is a command-line tool that lists the path, summary, branch, model, and round count of all Claude Code sessions on your computer, and supports one-click session recovery.
This paper identifies a failure mode in agentic LLM tools like Claude Code, where session compaction summaries misinterpret partial terminal output from timed-out commands as confirmed results, propagating false positives across sessions and model versions without re-verification.
Hermes Agent adds session pruning and archiving with various filters, allowing users to clean up their session database without losing important data.
OpenRath introduces a PyTorch-like programming model for multi-agent systems centered on a 'Session' abstraction that explicitly handles fork, merge, and replay operations, aiming to unify fragmented runtime state for better inspectability and reproducibility.
This is the 6th article in the "Context Is A Projection Harness" series. It delves into the core issues of context management in coding agents, proposing a Harness method that projects the full history into the narrow window needed by the model. Key techniques include Large-Result Preview, Idle-Gap Microcompact, Old-Span Collapse, and Auto-Compact Near The Limit.
The pi coding agent has launched a web version, pi-web, offering session management, real-time conversation, branch navigation, and more, which can be quickly run via npx.
tmux-underkeys is a Tmux plugin that assigns mnemonic shortcut keys to session names by underlining a unique character in each session name, allowing instant keyboard-driven session switching via a configurable trigger key.
Capsule is a Python framework that provides infrastructure primitives like sandboxes, auth, session management, integrations, and payments for AI apps, aiming to simplify deployment and iteration.
Omnara Cloud Sandboxing allows users to close their laptop without killing their agents, as sessions continue running in the cloud and resume seamlessly.
A user highlights 'Agent view' as a native feature in Claude Code for managing multiple sessions, comparing it to tmux.
A community-contributed solution enabling the /goal command in Claude Code to manage session-specific objectives and concurrent workflows, similar to OpenAI Codex.
Hermes WebUI packs session control, workspace file tree, automation, persistent memory and multi-profile support into a browser chat that syncs with TUI and Telegram.
Claudy is a new tool designed as a proper home for Claude Code, supporting multi-session and multi-account management.
pi-web is a local web UI for the pi coding agent, providing session browsing, real-time chat, model configuration, and file preview in a browser workspace.