mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
Merge remote-tracking branch 'origin/main' into feature/status-line-customization
# Conflicts: # packages/cli/src/ui/components/Footer.tsx
This commit is contained in:
commit
51964fa4b9
49 changed files with 1414 additions and 2370 deletions
|
|
@ -593,6 +593,16 @@ const SETTINGS_SCHEMA = {
|
|||
description: 'The last time the feedback dialog was shown.',
|
||||
showInDialog: false,
|
||||
},
|
||||
verboseMode: {
|
||||
type: 'boolean',
|
||||
label: 'Verbose Mode',
|
||||
category: 'UI',
|
||||
requiresRestart: false,
|
||||
default: true,
|
||||
description:
|
||||
'Show full tool output and thinking in verbose mode (toggle with Ctrl+O).',
|
||||
showInDialog: false,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue