CommandCodeAI / CommandCodeAI/command-code
herdr tmux/cmux: Recognize Command Code (cmd) as an agent with notification support
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 4k
- Forks
- 350
- PR merge metrics
- No merged PRs in 30d
Description
Feature Description
Add first-class support for Command Code (cmd) as a recognized agent type within herdr when running inside tmux or cmux terminal sessions.
Currently, herdr detects and manages the following agents correctly:
antigravitycodexclaudeetc
However, cmd (Command Code) agents are not recognized by herdr in the same terminal context. They run silently — not listed in herdr's agent registry, and no notifications fire in herdr or cmux when they are triggered.
The fix should include:
- Adding
cmd/ Command Code to herdr's agent detection/recognition logic - Enabling notification hooks for
cmdagents in both herdr and cmux (on par withmetoonotification behavior for existing agents) - Ensuring full parity with
claude,codex, andantigravityagent handling inside tmux/cmux sessions
Use Case
Developers using herdr to orchestrate multiple AI agents inside tmux or cmux sessions need Command Code agents to be visible and manageable alongside other agents (claude, codex, antigravity).
Without this support:
cmdagents run as untracked processes — no status visibility in herdr- No notifications fire when a Command Code agent completes a task or needs attention
- Breaks multi-agent workflows where herdr is the central orchestration layer
With this support, Command Code becomes a first-class citizen in herdr's agent ecosystem, enabling seamless use alongside other recognized agents in terminal-based multi-agent setups.
Additional Context
How important is this to you?
Blocking adoption or production use
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating herdr's agent detection and registry logic for claude, codex, antigravity, and metoo behavior inside tmux or cmux sessions. Trace the notification hooks and verify that cmd is recognized, listed, and notified with equivalent behavior; confirm the result in both herdr and cmux workflows.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100