mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
Merge pull request #2388 from QwenLM/fix/remove-enableToolOutputTruncation-setting
fix(core): improve shell tool truncation, simplify tool output handling, and remove summarization
This commit is contained in:
commit
58bee3dec9
28 changed files with 520 additions and 824 deletions
|
|
@ -139,16 +139,16 @@ Logs are timestamped records of specific events. The following events are logged
|
|||
- `qwen-code.config`: This event occurs once at startup with the CLI's configuration.
|
||||
- **Attributes**:
|
||||
- `model` (string)
|
||||
- `embedding_model` (string)
|
||||
- `sandbox_enabled` (boolean)
|
||||
- `core_tools_enabled` (string)
|
||||
- `approval_mode` (string)
|
||||
- `api_key_enabled` (boolean)
|
||||
- `vertex_ai_enabled` (boolean)
|
||||
- `code_assist_enabled` (boolean)
|
||||
- `log_prompts_enabled` (boolean)
|
||||
- `file_filtering_respect_git_ignore` (boolean)
|
||||
- `debug_mode` (boolean)
|
||||
- `truncate_tool_output_threshold` (number)
|
||||
- `truncate_tool_output_lines` (number)
|
||||
- `hooks` (string, comma-separated hook event types, omitted if hooks disabled)
|
||||
- `ide_enabled` (boolean)
|
||||
- `interactive_shell_enabled` (boolean)
|
||||
- `mcp_servers` (string)
|
||||
- `output_format` (string: "text" or "json")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue