CommandCodeAI / CommandCodeAI/command-code
Custom Agents Don't Work
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 4k
- Forks
- 350
- PR merge metrics
- No merged PRs in 30d
Description
Summary
I use custom agents heavily in 4 other tools; they dont work in CMD. This includes:
- Can't invoke a specific agent in prompt
- One agent can't automatically invoke another agent
- Handoffs don't work between agents if orchestration is required
Expected Behavior
- Ability to invoke orchestrator/master agent
- The master agent identifies intent and delegates sub agents for research with an observable
Delegation Prompt - The master agent reads the
contextreturned by subagent
Actual Behavior
Refer screenshots
Steps to reproduce the issue
Reproduction:
While I can't share my custom agents, the speckit framework remains the easiest way to reproduce the issue. It is available with almost all coding tools https://github.com/github/spec-kit. It takes hardly 5 mins to reproduce; install speckit, and try to run the speckit commands /specify, /plan /analyze.
Command Code Version
0.26.7
Operating System
macOS
Terminal/IDE
vscode
Shell
bash
Additional context
No response
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 reproducing the issue in VS Code with the speckit framework and the /specify, /plan, and /analyze commands. Compare custom-agent invocation, delegation prompts, handoffs, and returned context; done means the orchestrator can delegate to subagents and consume their context as described.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bash, macos, vscode
- Domain
- ai, cli
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100