mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
add integration test and --experimental-hooks
This commit is contained in:
parent
981d1aed3e
commit
7b0929d00c
22 changed files with 1105 additions and 1614 deletions
|
|
@ -1187,6 +1187,16 @@ const SETTINGS_SCHEMA = {
|
|||
'Hook configurations for extending CLI behavior at various lifecycle points.',
|
||||
showInDialog: false,
|
||||
properties: {
|
||||
enabled: {
|
||||
type: 'boolean',
|
||||
label: 'Enable Hooks',
|
||||
category: 'Advanced',
|
||||
requiresRestart: false,
|
||||
default: false,
|
||||
description:
|
||||
'Enable the hooks feature. When enabled, hooks defined in UserPromptSubmit and Stop will be executed.',
|
||||
showInDialog: false,
|
||||
},
|
||||
disabled: {
|
||||
type: 'array',
|
||||
label: 'Disabled Hooks',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue