mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
Refactor: Standardize Tool Naming and Configuration System (#1004)
This commit is contained in:
parent
22edef0cb9
commit
06141cda8d
23 changed files with 480 additions and 87 deletions
|
|
@ -578,7 +578,7 @@ Arguments passed directly when running the CLI can override other configurations
|
|||
- Example: `qwen --approval-mode auto-edit`
|
||||
- **`--allowed-tools <tool1,tool2,...>`**:
|
||||
- A comma-separated list of tool names that will bypass the confirmation dialog.
|
||||
- Example: `qwen --allowed-tools "ShellTool(git status)"`
|
||||
- Example: `qwen --allowed-tools "Shell(git status)"`
|
||||
- **`--telemetry`**:
|
||||
- Enables [telemetry](../telemetry.md).
|
||||
- **`--telemetry-target`**:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue