docs: update Gemini CLI backend defaults · openclaw/openclaw@c6b5ef9
shakkernerd
·
2026-06-17
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -320,8 +320,8 @@ The bundled Anthropic plugin registers a default for `claude-cli`:
|
320 | 320 | The bundled Google plugin also registers a default for `google-gemini-cli`: |
321 | 321 | |
322 | 322 | - `command: "gemini"` |
323 | | -- `args: ["--skip-trust", "--output-format", "stream-json", "--prompt", "{prompt}"]` |
324 | | -- `resumeArgs: ["--skip-trust", "--resume", "{sessionId}", "--output-format", "stream-json", "--prompt", "{prompt}"]` |
| 323 | +- `args: ["--skip-trust", "--approval-mode", "auto_edit", "--output-format", "stream-json", "--prompt", "{prompt}"]` |
| 324 | +- `resumeArgs: ["--skip-trust", "--approval-mode", "auto_edit", "--resume", "{sessionId}", "--output-format", "stream-json", "--prompt", "{prompt}"]` |
325 | 325 | - `output: "jsonl"` |
326 | 326 | - `resumeOutput: "jsonl"` |
327 | 327 | - `jsonlDialect: "gemini-stream-json"` |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。