mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
This commit is contained in:
parent
c33a0da1df
commit
52dae2c583
14 changed files with 524 additions and 135 deletions
|
|
@ -344,6 +344,16 @@ export const SETTINGS_SCHEMA = {
|
|||
description: 'Paths to core tool definitions.',
|
||||
showInDialog: false,
|
||||
},
|
||||
allowedTools: {
|
||||
type: 'array',
|
||||
label: 'Allowed Tools',
|
||||
category: 'Advanced',
|
||||
requiresRestart: true,
|
||||
default: undefined as string[] | undefined,
|
||||
description:
|
||||
'A list of tool names that will bypass the confirmation dialog.',
|
||||
showInDialog: false,
|
||||
},
|
||||
excludeTools: {
|
||||
type: 'array',
|
||||
label: 'Exclude Tools',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue