Commit 6be11ae
authored
fix(review): Remove --source argument to match CLI 8.0 release (#347)
Gemini CLI 8.0 release introduced
[PR#10628](google-gemini/gemini-cli#10628) which
removes the need for a path/source argument when installing extensions
and breaks run-gemini-cli's extension installation.
Removing `--source` and relying on positional arguments patches
`run-gemini-cli` for Gemini CLI 8.0+
I've tested this locally as well in
CallumHYoung/testrepo#3 which relies on
https://github.com/CallumHYoung/run-gemini-cli1 parent 273c5d3 commit 6be11ae
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
0 commit comments