add integration test and --experimental-hooks

This commit is contained in:
DennisYu07 2026-03-02 19:05:28 -08:00
parent 981d1aed3e
commit 7b0929d00c
22 changed files with 1105 additions and 1614 deletions

View file

@ -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',