README
ΒΆ
Agent Session Manager
A powerful terminal UI (TUI) application for managing multiple AI coding assistant CLI sessions using tmux.
Inspired by Claude Squad.
Supported AI Agents
- Claude Code - Anthropic's CLI coding assistant
- Gemini CLI - Google's AI assistant
- Aider - AI pair programming in your terminal
- OpenAI Codex - OpenAI's coding assistant
- Amazon Q - AWS AI coding companion
- OpenCode - Open-source AI coding assistant
- Custom - Any CLI command you want to manage
Features
- Projects/Workspaces - Organize sessions into separate projects with isolated session lists
- Single Instance Lock - Only one instance of ASMGR can run per project at a time
- Multi-Agent Support - Run Claude, Gemini, Aider, Codex, Amazon Q, OpenCode, or custom commands
- Multi-Session Management - Run and manage multiple AI sessions simultaneously (multiple sessions can run in the same directory)
- Parallel Sessions - Start multiple instances of the same session with different names for working on multiple tasks
- Live Preview - Real-time preview of agent output with ANSI color support and proper wide character handling
- Session Resume - Resume previous conversations for Claude, Gemini, Codex, OpenCode, and Amazon Q
- Activity Indicators - Visual indicators showing active vs idle sessions with per-tab tracking
- Agent Icons - Toggle display of agent type icons (π€ππ§π¦π¦π»βοΈ) in session list
- Multi-Tab Sessions - Run multiple agents or terminals within a single session
- Terminal Tabs - Open shell tabs alongside agent tabs for commands and utilities
- Custom Colors - Personalize sessions with foreground colors, background colors, and gradients
- Prompt Sending - Send messages to running sessions without attaching (improved reliability for all agents)
- Session Reordering - Organize sessions with keyboard shortcuts
- Compact Mode - Toggle spacing between sessions for denser view
- Smart Resize - Terminal resize follows when attached, preview size preserved when detached
- Overlay Dialogs - Modal dialogs rendered over the main view with proper Unicode character width handling
- Fancy Status Bar - Styled bottom bar with highlighted keys, toggle indicators, and separators
- Scrollable Help View - Comprehensive help page with keyboard shortcuts, detailed descriptions, and scroll support
- Session Groups - Organize sessions into collapsible groups for better organization
- Favorites - Mark important sessions with β for quick access at the top of the list
- Session Notes - Add persistent notes/comments to sessions and tabs
- Split View - Compare two sessions side-by-side with pinned preview
- Diff View - View git changes in preview pane (session diff or full uncommitted)
- Session Search - Filter sessions by name or notes with vim-style
/key - Global History Search - Search across all agent histories (Claude, Aider, OpenCode, Terminal) with
Ctrl+F - Fork Session - Fork Claude sessions to new tabs or separate sessions for branching conversations
Installation
Prerequisites
- tmux
- At least one AI CLI tool installed:
Homebrew (macOS/Linux)
brew tap izll/tap
brew install asmgr
Update:
brew upgrade asmgr
Quick Install Script (Linux)
Download and install the latest release automatically:
curl -fsSL https://raw.githubusercontent.com/izll/agent-session-manager/main/install.sh | bash
Or download and run locally:
curl -fsSL https://raw.githubusercontent.com/izll/agent-session-manager/main/install.sh -o install.sh
chmod +x install.sh
./install.sh
Install options:
./install.sh # Install latest version to ~/.local/bin
./install.sh -v 0.6.5 # Install specific version
./install.sh -d /usr/local/bin # Install to custom directory
./install.sh -u # Update existing installation
Package Managers
Debian/Ubuntu (.deb):
# Download from releases
wget https://github.com/izll/agent-session-manager/releases/download/v0.7.5/asmgr_0.7.5_linux_x86_64.deb
sudo dpkg -i asmgr_0.7.5_linux_x86_64.deb
RedHat/Fedora/Rocky (.rpm):
# Download from releases
wget https://github.com/izll/agent-session-manager/releases/download/v0.7.5/asmgr_0.7.5_linux_x86_64.rpm
sudo rpm -i asmgr_0.7.5_linux_x86_64.rpm
Build from Source
If you prefer to build from source (requires Go 1.24+):
git clone https://github.com/izll/agent-session-manager.git
cd agent-session-manager
go build -o asmgr .
cp asmgr ~/.local/bin/
Updating
Built-in Self-Update
ASMGR includes a built-in self-update feature. Simply press U (Shift+U) while running the application:
- A gold
βarrow appears in the top-right corner when an update is available - Press
Uto check for updates - Confirm the update with
Y - The update is downloaded and installed automatically
- Restart ASMGR to use the new version
Supported installation methods:
- β
Homebrew - Updates via
brew upgrade asmgr - β
Debian/Ubuntu (.deb) - Interactive
sudo dpkg -iupdate - β
RedHat/Fedora/Rocky (.rpm) - Interactive
sudo rpm -Uvhupdate - β Install script (tar.gz) - Self-update with automatic binary replacement
- β Manual install (tar.gz) - Self-update if installed to user directory
Manual Update
Homebrew:
brew upgrade asmgr
Package managers:
# Debian/Ubuntu
sudo apt update && sudo apt upgrade asmgr
# RedHat/Fedora
sudo dnf upgrade asmgr
Install script:
curl -fsSL https://raw.githubusercontent.com/izll/agent-session-manager/main/install.sh | bash -s -- -u
Usage
Simply run:
asmgr
Keyboard Shortcuts
Navigation
| Key | Action |
|---|---|
j / β |
Move cursor down |
k / β |
Move cursor up |
Ctrl+β |
Move session down (reorder) |
Ctrl+β |
Move session up (reorder) |
Alt+β |
Scroll preview down (1 line) |
Alt+β |
Scroll preview up (1 line) |
PgDn |
Scroll preview down (half page) |
PgUp |
Scroll preview up (half page) |
Home |
Scroll preview to top |
End |
Scroll preview to bottom |
/ |
Search/filter sessions by name or notes |
Ctrl+F |
Global history search (all agents) |
Esc |
Clear search filter |
Session Actions
| Key | Action |
|---|---|
Enter |
Start (if stopped) and attach to session |
s |
Start session without attaching |
a |
Start session with options: replace current or start parallel instance |
x |
Stop session or tab (asks which when multiple tabs exist) |
n |
Create new session instance |
e |
Rename session |
r |
Resume previous conversation or start new (supports Claude, Gemini, Codex, OpenCode, Amazon Q) |
p |
Send prompt/message to running session |
f |
Fork session (Claude only) - creates branch of current conversation |
N |
Add/edit notes (session or tab) |
d |
Delete session or tab (asks which when multiple tabs exist) |
Tabs (Multi-Window Sessions)
| Key | Action |
|---|---|
t |
Create new tab (choose Agent or Terminal) |
T |
Rename current tab |
W |
Quick close current tab |
Alt+β / Alt+β |
Switch between tabs |
[ / ] |
Switch between tabs (alternative) |
Ctrl+β / Ctrl+β |
Switch between tabs (alternative) |
Ctrl+f |
Toggle tab tracking (follow/unfollow) |
Groups & Favorites
| Key | Action |
|---|---|
g |
Create new group |
G |
Assign session to group |
* |
Toggle favorite (β appears at top) |
β |
Expand group (when group selected) |
β |
Collapse group (when group selected) |
Tab |
Toggle group collapse (when group selected) |
e |
Rename group (when group selected) |
d |
Delete group (when group selected) |
Customization
| Key | Action |
|---|---|
c |
Change session color |
l |
Toggle compact mode |
t |
Toggle status lines (last output under sessions) |
I |
Toggle agent icons in session list (π€ππ§π¦π¦π»βοΈ) |
Ctrl+y |
Toggle auto-yes/yolo mode (restarts session if running) |
Split View
| Key | Action |
|---|---|
v |
Toggle split view |
m |
Mark/pin session for top pane |
Tab |
Switch focus between split panes |
Diff View
| Key | Action |
|---|---|
D |
Toggle between Preview and Diff |
F |
Switch between Session diff and Full diff |
Session diff shows changes since session start. Full diff shows all uncommitted changes.
Projects
| Key | Action |
|---|---|
q |
Quit to project selector |
n |
Create new project (in project selector) |
e |
Rename project (in project selector) |
d |
Delete project (in project selector) |
i |
Import sessions from default to current project |
Other
| Key | Action |
|---|---|
U |
Check for updates and install (built-in self-update) |
R |
Force resize preview pane |
F1 / ? |
Show help |
Inside Attached Session
| Key | Action |
|---|---|
Ctrl+q |
Detach from session (quick, works in any tmux session) |
Ctrl+b d |
Detach from session (tmux default) |
Alt+β / Alt+β |
Switch between tabs |
Note:
Ctrl+qis set as a universal quick-detach for all tmux sessions. ASMGR sessions get automatic resize before detach to maintain proper preview dimensions.
Tmux Status Bar
When attached to a session, ASMGR configures a custom tmux status bar:
SessionName β main β terminal β claude-2 β Alt+</>: tabs | Ctrl+Q: detach
- Session name - Displayed with your configured colors/gradients
- Tabs - All windows shown with separators (active tab in white bold)
- YOLO indicator - Orange
!after active tab name when YOLO mode is enabled - Key hints - Quick reference for tab switching and detach
Color Customization
Press c to open the color picker for the selected session:
- Foreground Colors - 22 solid colors + 15 gradients
- Background Colors - 22 solid colors
- Auto Mode - Automatically picks contrasting text color
- Full Row Mode - Extend background color to full row width (press
fto toggle) - Gradients - Rainbow, Sunset, Ocean, Forest, Fire, Ice, Neon, Galaxy, Pastel, and more!
Use Tab to switch between foreground and background color selection.
Session Resume
Resume previous conversations for supported agents (Claude, Gemini, Codex, OpenCode, Amazon Q):
- Press
ron any session - Browse through previous conversations (shows last message and timestamp)
- Select a conversation to resume or start fresh
Note: Aider and custom commands don't support session resume.
Starting Sessions
Press a on any session to see start options:
- Replace current session (1/r): Stops the current session (if running) and starts a fresh new one
- Start parallel session (2/n): Prompts for a name (defaults to current session name), then creates a new instance with the same settings and starts it right below the current one in the list
This allows you to work on multiple tasks in the same project simultaneously, each with their own AI session.
Session Groups & Favorites
Organize your sessions into collapsible groups and mark favorites:
β Favorites βΌ [2]
βββ β important-project
βββ β daily-tasks
π Backend βΌ [3]
βββ β api-server
βββ β database-worker
βββ β cache-service
π Frontend βΆ [2] (collapsed)
β misc-session
Favorites
- Press
*to toggle favorite on any session - Favorites appear in a special β group at the top
- Sessions also remain in their original location
- The favorites group is hidden when empty
Groups
- Press
gto create a new group - Press
Gto assign the selected session to a group - Press
βto expand a group,βto collapse it - Press
Tabto toggle collapse/expand - Press
eon a group to rename it - Press
con a group to change its color - Press
don a group to delete it (sessions become ungrouped)
Sessions without a group appear at the bottom of the list.
Session Notes
Add persistent notes to sessions and individual tabs:
- Press
N(Shift+N) to open the notes editor - When a session has multiple tabs, notes are per-tab
- Write multi-line notes (Enter for new lines)
Ctrl+Sto save,Escto cancel,Ctrl+Dto clear- Notes are shown in the preview pane below the session/tab info
- Notes persist across session restarts and conversation changes
Use notes to track:
- Current task/goal for each session or tab
- Important context or decisions
- TODOs and reminders
- Handoff notes when switching between sessions
Tabs (Multi-Window Sessions)
Each session can have multiple tabs (tmux windows) for running additional agents or terminals:
Creating Tabs
Press t to create a new tab. You'll be asked to choose:
- Agent - Start another AI agent (Claude, Gemini, etc.) in a new tab
- Terminal - Open a plain shell for running commands
Tab Features
- Activity Tracking - Agent tabs show activity indicators (β/β) in the tab bar
- Persistent - Tabs are restored when you stop/start a session
- Stopped State - When a tab's process exits (e.g., Ctrl+D), it shows as stopped (β) instead of disappearing
- Per-Tab Status - Status lines under sessions show output from each tracked tab
Tab Navigation
ββ main ββ terminal ββ claude-2 β
- Press
Alt+βorAlt+βto switch between tabs - Press
[or]as alternatives - Press
Ctrl+βorCtrl+βas alternatives - Press
Ctrl+fto toggle tracking on the current tab
Stop/Delete with Multiple Tabs
When you have multiple tabs:
- Press
x(stop) β asks: stop session or just this tab? - Press
d(delete) β asks: delete session or close this tab? - Press
Wfor quick tab close (no confirmation)
Split View
Compare two sessions side-by-side:
- Press
vto toggle split view - Press
mto mark/pin the current session (shown in top pane) - Press
Tabto switch focus between panes - Navigate with arrow keys to change the selected session (bottom pane)
The pinned session stays visible while you browse other sessions, useful for comparing outputs or referencing one session while working in another.
Diff View
View git changes directly in the preview pane:
- Press
Dto toggle between Preview and Diff view - Press
Fto switch between Session diff and Full diff
Session diff shows changes since the session was started (tracked via git HEAD at start time). Full diff shows all uncommitted changes in the repository.
Use diff view to:
- Review changes made by the AI agent
- Track progress during a coding session
- Compare uncommitted changes across sessions
Global History Search
Search across all your AI agent conversation histories with Ctrl+F:
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β π Global History Search (ASMGR sessions only)β
β ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β β search query... ββ
β ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β β
β Found 12 results across 3 agents β
β ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β β
β π€ Claude β’ 2 hours ago β’ /home/user/project β
β "...fix the login bug in authentication..." β
β β
β π» OpenCode β’ 1 day ago β’ /home/user/other β
β "...refactor the database layer..." β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Supported Sources
- Claude - Searches
~/.claude/projects/history files - Aider - Searches
~/.aider.chat.history.md - OpenCode - Searches local
.opencode/opencode.dbdatabases - Terminal - Searches
~/.bash_historyor~/.zsh_history
Features
- Real-time search with debounced input
- Conversation preview in right pane
- Press
Enterto jump directly to matching ASMGR session - Auto-scrolls preview to first match
- Only searches within ASMGR project directories
Fork Session
Fork a Claude conversation to create a branch point:
- Press
fon any Claude session to fork - Choose destination:
- New Tab - Fork as a new tab in the same session
- New Session - Fork as a separate session
- The forked conversation includes all previous context
- Continue in different directions from the same point
This is useful for:
- Trying alternative approaches without losing progress
- Creating checkpoints before risky changes
- Running parallel experiments from the same context
Projects
Projects allow you to organize your sessions into separate workspaces. Each project has its own isolated session list and groups.
Project Selector
When you start ASMGR, you'll see the project selector:
βββββββββββββββββββββββββββββββββββββββ
β Agent Session Manager β
β v0.7.5 β
βββββββββββββββββββββββββββββββββββββββ€
β > Backend API [5 sessions] β
β Frontend App [3 sessions] β
β DevOps Scripts [2 sessions] β
β ββββββββββββββββββββββββββββββββββββ
β [ ] Continue without project β
β [+] New Project β
βββββββββββββββββββββββββββββββββββββββ
- Select an existing project to work with its sessions
- Choose "Continue without project" for backward-compatible default sessions
- Create a new project to start fresh
Single Instance Lock
Only one instance of ASMGR can run per project at a time. If you try to open a project that's already open in another terminal, you'll see an error with the PID of the running instance.
Session Import
Press i in the project selector to import sessions from the default (no project) session list into the selected project. This is useful when migrating from the old single-session-list mode to the new project-based organization.
Activity Indicators
Sessions and tabs show different status indicators:
βOrange - Busy (agent is working/generating)βCyan - Waiting (waiting for user permission/input)βGray - Idle (ready for new prompt)βRed - Stopped (session or tab not running)
Each tab in a session has its own activity indicator, shown in:
- The tab bar at the top of the preview
- Status lines under sessions (when enabled with
o)
Configuration
Configuration files are stored in ~/.config/agent-session-manager/:
~/.config/agent-session-manager/
βββ projects.json # Project list & metadata
βββ sessions.json # Default (no project) sessions
βββ projects/
βββ backend-api/
β βββ sessions.json # Project-specific sessions
βββ frontend-app/
βββ sessions.json
projects.json
Stores the list of projects with their names and creation dates.
sessions.json
Stores sessions and groups:
- Session: name, path, color settings, resume ID, auto-yes, group, agent type, notes
- Group: name, collapsed state, color settings
filters.json (optional)
Customize status line filtering for each agent. Default filters are built-in, but you can override them:
{
"claude": {
"skip_contains": ["? for", "Context left"],
"skip_prefixes": ["β", "β°"],
"min_separators": 20
},
"opencode": {
"skip_contains": ["ctrl+?", "Context:"],
"content_prefix": "β",
"show_contains": ["Generating"],
"show_as": ["Generating..."]
}
}
Architecture
agent-session-manager/
βββ main.go # Entry point
βββ session/ # Session management & tmux integration
β βββ instance.go # Instance lifecycle & PTY handling
β βββ storage.go # Persistence & project management
β βββ project.go # Project data structures
β βββ status_detector.go # Activity detection (idle/busy/waiting)
β βββ suggestion.go # Prompt suggestions from agents
β βββ agent_session.go # Agent session interface
β βββ claude_sessions.go # Claude session discovery
β βββ gemini_sessions.go # Gemini session discovery
β βββ codex_sessions.go # Codex session discovery
β βββ opencode_sessions.go # OpenCode session discovery
β βββ amazonq_sessions.go # Amazon Q session discovery
β βββ filters/ # Status line filters per agent
β βββ config.go # Filter configuration & loading
β βββ claude.go # Claude-specific filters
β βββ gemini.go # Gemini-specific filters
β βββ ... # Other agent filters
βββ ui/ # Bubbletea TUI
β βββ model.go # Core model, constants, Init, Update
β βββ views.go # Main View() dispatcher
β βββ views_session_list.go # Session list rendering
β βββ views_preview.go # Preview pane & split view
β βββ views_dialogs.go # Overlay dialogs (confirm, rename, notes, etc.)
β βββ views_project.go # Project selector views
β βββ views_status.go # Status bar & session selector
β βββ views_help.go # Help screen
β βββ views_color_picker.go # Color picker view
β βββ handlers.go # Handler dispatcher
β βββ handlers_list.go # Main list keyboard handlers
β βββ handlers_dialogs.go # Dialog keyboard handlers
β βββ handlers_session.go # Session action handlers
β βββ handlers_project.go # Project management handlers
β βββ handlers_group.go # Group management handlers
β βββ colors.go # Color definitions & gradients
β βββ styles.go # Lipgloss style definitions
β βββ helpers.go # ANSI utilities & overlay rendering
βββ updater/ # Self-update functionality
βββ updater.go # Update checker & installer
Dependencies
- Bubble Tea - TUI framework
- Lip Gloss - Style definitions
- Bubbles - TUI components
- go-runewidth - Unicode character width calculation for overlay dialogs
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
MIT License - see LICENSE for details.
Acknowledgments
- Inspired by Claude Squad
- Built with Charm libraries
- Powered by Claude Code
Documentation
ΒΆ
There is no documentation for this package.