Vibe and Antigravity agents missing from CommandRegistrar.AGENT_CONFIGS
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 86/100
Research direction
Read src/specify_cli/extensions.py and compare CommandRegistrar.AGENT_CONFIGS with AGENT_CONFIG in init.py. Check how register_commands_for_all_agents() discovers agent directories, then add the missing vibe and agy entries so extensions can register commands for both agents.
Written by the indexing model from the issue text.
Description
Hi there,
I noticed that the vibe (Mistral Vibe) and agy (Antigravity) agents are defined in AGENT_CONFIG in __init__.py but are missing from CommandRegistrar.AGENT_CONFIGS in extensions.py.
This means extensions can't register commands for these two agents — register_commands_for_all_agents() will never detect them even if their directories exist.
I think this might be related to #1816 and #1705.
Location: src/specify_cli/extensions.py, CommandRegistrar.AGENT_CONFIGS dictionary
Happy to submit a fix if that would be helpful!
- Dominant language
- Python
- Stars
- 138k
- Forks
- 12.4k
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 136
Contributor guide
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.
More from github/spec-kit
-
enhancement needs-triage
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement needs-triage
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
enhancement needs-triage
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
enhancement needs-triage triage-can-wait
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
extension-submission triage-can-wait
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100