A powerful terminal UI (TUI) application for managing multiple AI coding assistant CLI sessions using tmux.
Inspired by Claude Squad.
- 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
- 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
- tmux
- At least one AI CLI tool installed:
brew tap izll/tap
brew install asmgrUpdate:
brew upgrade asmgrDownload and install the latest release automatically:
curl -fsSL https://raw.githubusercontent.com/izll/agent-session-manager/main/install.sh | bashOr 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.shInstall 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 installationDebian/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.debRedHat/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.rpmIf 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/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
Homebrew:
brew upgrade asmgrPackage managers:
# Debian/Ubuntu
sudo apt update && sudo apt upgrade asmgr
# RedHat/Fedora
sudo dnf upgrade asmgrInstall script:
curl -fsSL https://raw.githubusercontent.com/izll/agent-session-manager/main/install.sh | bash -s -- -uSimply run:
asmgr| 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 |
| 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) |
| 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) |
| 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) |
| 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) |
| Key | Action |
|---|---|
v |
Toggle split view |
m |
Mark/pin session for top pane |
Tab |
Switch focus between split panes |
| 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.
| 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 |
| Key | Action |
|---|---|
U |
Check for updates and install (built-in self-update) |
R |
Force resize preview pane |
F1 / ? |
Show help |
| 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.
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
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.
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.
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.
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
- 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
- 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.
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
Each session can have multiple tabs (tmux windows) for running additional agents or terminals:
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
- 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
│● 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
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)
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.
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
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..." │
└─────────────────────────────────────────────────────────────┘
- Claude - Searches
~/.claude/projects/history files - Aider - Searches
~/.aider.chat.history.md - OpenCode - Searches local
.opencode/opencode.dbdatabases - Terminal - Searches
~/.bash_historyor~/.zsh_history
- 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 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 allow you to organize your sessions into separate workspaces. Each project has its own isolated session list and groups.
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
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.
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.
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 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
Stores the list of projects with their names and creation dates.
Stores sessions and groups:
- Session: name, path, color settings, resume ID, auto-yes, group, agent type, notes
- Group: name, collapsed state, color settings
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..."]
}
}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
- Bubble Tea - TUI framework
- Lip Gloss - Style definitions
- Bubbles - TUI components
- go-runewidth - Unicode character width calculation for overlay dialogs
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License - see LICENSE for details.
- Inspired by Claude Squad
- Built with Charm libraries
- Powered by Claude Code
