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

AgentDetected asHooks
Claude Codeclaude / claude-code / node @anthropic-ai/claude-code/cli.jsYes — muxie hooks setup claude
Codexcodex / codex-clivia muxie hooks setup codex
Aideraider / python -m aidervia muxie hooks setup aider
Geminigemini / gemini-clivia muxie hooks setup gemini
Cursor Agentcursor-agentvia muxie hooks setup cursor-agent
OpenCodeopencodevia muxie hooks setup opencode
Ampamp / amp-clivia muxie hooks setup amp
Droiddroidvia 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.