llms.txt · git:20260301.a014772 · 2026-03-01 · sha256 83e0b281960a9ad4
llms.txt git:20260301.a014772B
Immutable. This exact content is served forever at /api/v1/blob/83e0b281960a9ad4.
# Agent Deck > Terminal session manager for AI coding agents Agent Deck is a TUI (Terminal User Interface) that manages multiple AI coding agent sessions from a single dashboard. Built with Go and Bubble Tea, it runs on top of tmux. ## Key Features - **Multi-agent dashboard**: See status (running/waiting/idle/error) of all sessions at a glance - **Session forking**: Fork Claude Code conversations to explore different approaches in parallel - **MCP Manager**: Toggle MCP servers per session without editing config files - **MCP Socket Pool**: Share MCP processes across sessions, reducing memory by 85-90% - **Global search**: Search across all Claude conversations with fuzzy and regex matching - **Git worktrees**: Isolate agent work on separate branches automatically - **Multi-tool support**: Claude Code, Gemini CLI, Aider, Codex, OpenCode, and any terminal tool ## Install ```bash curl -fsSL https://raw.githubusercontent.com/asheshgoplani/agent-deck/main/install.sh | bash ``` Or via Homebrew: `brew install asheshgoplani/tap/agent-deck` ## Links - GitHub: https://github.com/asheshgoplani/agent-deck - Full documentation for LLMs: https://raw.githubusercontent.com/asheshgoplani/agent-deck/main/llms-full.txt - Website: https://asheshgoplani.github.io/agent-deck/ - Discord: https://discord.gg/e4xSs6NBN8 - Latest release: https://github.com/asheshgoplani/agent-deck/releases/latest