Commit 08be793
committed
Fix all CLI commands to use correct tool names
Corrected CLI commands:
- Claude Code: claude (was correct)
- Codex: codex (was correct)
- Gemini: gemini (fixed from 'gemini-cli')
- Copilot: copilot (fixed from 'gh')
Updated:
- config/agents.yaml - All command names
- adapters/cli_communicator.py - CLI registry patterns
- SETUP_GUIDE.md - Installation instructions and examples
All CLI tools now use their actual command names as they are invoked
in the terminal.1 parent 18e38ae commit 08be793
3 files changed
Lines changed: 18 additions & 32 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
110 | 103 | | |
111 | 104 | | |
112 | 105 | | |
113 | 106 | | |
114 | | - | |
| 107 | + | |
115 | 108 | | |
116 | 109 | | |
117 | 110 | | |
118 | 111 | | |
119 | 112 | | |
120 | | - | |
121 | | - | |
| 113 | + | |
122 | 114 | | |
123 | 115 | | |
124 | | - | |
| 116 | + | |
125 | 117 | | |
126 | 118 | | |
127 | 119 | | |
| |||
162 | 154 | | |
163 | 155 | | |
164 | 156 | | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
172 | 160 | | |
173 | | - | |
| 161 | + | |
174 | 162 | | |
175 | 163 | | |
176 | 164 | | |
| |||
297 | 285 | | |
298 | 286 | | |
299 | 287 | | |
300 | | - | |
| 288 | + | |
301 | 289 | | |
302 | 290 | | |
303 | 291 | | |
| |||
337 | 325 | | |
338 | 326 | | |
339 | 327 | | |
340 | | - | |
341 | | - | |
| 328 | + | |
342 | 329 | | |
343 | 330 | | |
344 | 331 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
359 | | - | |
360 | | - | |
| 358 | + | |
| 359 | + | |
361 | 360 | | |
362 | 361 | | |
363 | 362 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments