mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
add more notes
This commit is contained in:
parent
5221002831
commit
9c26c7fe85
5 changed files with 21 additions and 4 deletions
|
|
@ -418,7 +418,12 @@ export interface ConfigParameters {
|
|||
modelProvidersConfig?: ModelProvidersConfig;
|
||||
/** Multi-agent collaboration settings (Arena, Team, Swarm) */
|
||||
agents?: AgentsCollabSettings;
|
||||
/** Disable all hooks (default: false, hooks enabled) */
|
||||
/**
|
||||
* Disable all hooks (default: false, hooks enabled).
|
||||
* Migration note: This replaces the deprecated hooksConfig.enabled setting.
|
||||
* Users with old settings.json containing hooksConfig.enabled should migrate
|
||||
* to use disableAllHooks instead (note: inverted logic - enabled:true → disableAllHooks:false).
|
||||
*/
|
||||
disableAllHooks?: boolean;
|
||||
/** Hooks configuration from settings */
|
||||
hooks?: Record<string, unknown>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue