fix: --yolo needed for running shell commands, documentation added

This commit is contained in:
Fahad
2025-10-05 11:08:58 +04:00
parent fb668c39b5
commit 15ae3f24ba
2 changed files with 11 additions and 7 deletions

View File

@@ -1,7 +1,11 @@
{
"name": "gemini",
"command": "gemini",
"additional_args": ["--telemetry", "false"],
"additional_args": [
"--telemetry",
"false",
"--yolo"
],
"env": {},
"roles": {
"default": {
@@ -10,7 +14,7 @@
},
"planner": {
"prompt_path": "systemprompts/clink/gemini_planner.txt",
"role_args": ["--experimental-acp"]
"role_args": []
},
"codereviewer": {
"prompt_path": "systemprompts/clink/gemini_codereviewer.txt",