Replies: 1 comment
|
Confirming the same gap on Herdr 0.8.2 (stable) + Command Code 1.37.0 (
A third-party plugin can paper over hooks, but it is not first-class detection or restore. Please add official process detection + |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Feature request
Add native Command Code (
command-code) agent detection and session-restore integration to Herdr.What
Command Code is a CLI coding agent. Adding native support would give it:
SessionStarthookcommand-code --resume <id>Why
Command Code is a growing CLI coding agent. Native Herdr support would let users run Command Code alongside other agents with proper status detection and session restore.
Implementation
PR #3332 is ready for review with full implementation following the established pattern from previous agent additions (Grok, Antigravity CLI, Cursor, Maki, Muse).
Changes:
Agent::CommandCodeenum variant,SCREEN_MANIFEST_AGENTS, label/executable/lookup mappingscommand-code.tomlwith idle (prompt), working (braille spinner), blocked (permission prompt) rulesSessionStartfor session identity, no lifecycle authoritycommand-code --resume <id>viaagent_resume::plancommand_codefield inAgentSoundOverridesdocs/next/updates for integrations, agents, session-state, cli-reference, changelogAll CI checks pass. Review feedback from CodeRabbit and Greptile has been addressed.
All reactions