Reference Reference
Supported agents
The coding agents Muxie detects automatically, and how they report working / blocked / done state.
Muxie recognizes these agents by their process (binary name or runtime signature) and tracks them in the sidebar and the Agents hub.
Detected agents
| Agent | Detected as | Hooks |
|---|---|---|
| Claude Code | claude / claude-code / node @anthropic-ai/claude-code/cli.js | Yes — muxie hooks setup claude |
| Codex | codex / codex-cli | via muxie hooks setup codex |
| Aider | aider / python -m aider | via muxie hooks setup aider |
| Gemini | gemini / gemini-cli | via muxie hooks setup gemini |
| Cursor Agent | cursor-agent | via muxie hooks setup cursor-agent |
| OpenCode | opencode | via muxie hooks setup opencode |
| Amp | amp / amp-cli | via muxie hooks setup amp |
| Droid | droid | via muxie hooks setup droid |
How state is detected
Without hooks, Muxie falls back to transcript watching and screen detection to infer whether an agent is working, blocked, or done. With hooks installed, the agent reports its state directly, which is more accurate.
See Agent awareness and Install agent hooks.