mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
rename shell tool more intuitively as run_shell_command (from historical name of execute_bash_command inherited from terminal tool) (#869)
This commit is contained in:
parent
c55a1d9012
commit
87474e52d7
11 changed files with 70 additions and 70 deletions
|
|
@ -70,7 +70,7 @@ When you create a `.gemini/settings.json` file for project-specific settings, or
|
|||
- **Default:** `false` (users will be prompted for most tool calls).
|
||||
- **Behavior:**
|
||||
- If set to `true`, the CLI will bypass the confirmation prompt for tools deemed safe. An indicator may be shown in the UI when auto-accept is active.
|
||||
- Potentially destructive or system-modifying tools (like `execute_bash_command` or `write_file`) will likely still require confirmation regardless of this setting.
|
||||
- Potentially destructive or system-modifying tools (like `run_shell_command` or `write_file`) will likely still require confirmation regardless of this setting.
|
||||
- **Example:** `"autoAccept": true`
|
||||
|
||||
- **`theme`** (string):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue