TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/ComposioHQ/agent-orchestrator/llms.txt
Use this file to discover all available pages before exploring further.
status command provides a comprehensive overview of all agent sessions, including PR state, CI status, code review status, and activity monitoring.
Syntax
Options
Filter by project ID
Output as JSON for scripting
Basic Usage
Output Format
The status table shows:| Column | Description |
|---|---|
| Session | Session ID |
| Branch | Git branch name |
| PR | Pull request number |
| CI | CI/CD pipeline status |
| Rev | Code review decision |
| Thr | Pending review threads |
| Activity | Current agent activity state |
| Age | Time since last activity |
Example Output
Status Indicators
CI Status Icons
All CI checks passed
CI checks failed
CI checks pending/running
No CI status (no PR or checks not configured)
Review Decision Icons
Approved
Changes requested
No review yet or no PR
Activity States
Agent is currently processing (prompt visible, spinner showing)
Agent is waiting for user input (prompt hidden)
Agent is executing tools or commands
Activity state is detected by analyzing the terminal output using agent-specific patterns.
Age Format
Time since last activity in human-readable format:2m- 2 minutes ago15m- 15 minutes ago1h- 1 hour ago3h- 3 hours ago2d- 2 days ago
JSON Output
Use--json for scripting:
JSON Schema
Field Descriptions
Session ID
Current git branch
Session status (working, idle, done, killed)
User-provided or tracker-derived summary
Agent-generated summary via introspection
Pull request URL
Pull request number
Issue identifier
Human-readable time since last activity
Project ID
CI pipeline status
Code review decision
Number of unresolved review threads
Current agent activity state
Filtering
By Project
Combining with Shell Tools
Activity Detection
The CLI detects agent activity by:- Terminal Capture - Reads last 5 lines from tmux pane
- Pattern Matching - Uses agent-specific patterns to detect state
- Timestamp Tracking - Records tmux activity timestamp
Claude Code Patterns
Forclaude-code agent:
- Active: Prompt visible (e.g.,
claude>, spinner) - Idle: No prompt, waiting for input
- Working: Tool execution, command output
Activity detection works best when the agent is in interactive mode. Background tasks may not update activity state.
Session Summary
The status command shows two types of summaries:- User Summary - From session metadata or issue description
- Agent Summary - Extracted from agent’s conversation history
Fallback Mode
If no config is found,status falls back to discovering sessions from tmux:
Common Issues
No Config Found
Unknown Project
No Sessions
Examples
Monitor All Projects
Check Specific Project
Watch Status (Poll)
Find Failing Sessions
List Stale Sessions
Export Status
Exit Codes
0- Success1- Error (invalid project ID)
Next Steps
Session Management
List, kill, and cleanup sessions
Send Messages
Interact with active sessions
Dashboard
View status in the web interface
