Commit 216cd33
fix: add missing vibe and agy agent configs to CommandRegistrar
Both agents are defined in AGENT_CONFIG in __init__.py but were absent
from CommandRegistrar.AGENT_CONFIGS in extensions.py, which meant the
extension system could never register commands for them.
- vibe (Mistral Vibe): .vibe/prompts, markdown format
- agy (Antigravity): .agent/commands, markdown format
Co-Authored-By: Claude (claude-opus-4-6) <noreply@anthropic.com>1 parent 1db11b8 commit 216cd33
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
835 | 835 | | |
836 | 836 | | |
837 | 837 | | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
838 | 850 | | |
839 | 851 | | |
840 | 852 | | |
| |||
0 commit comments