We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47067ea commit 762ec17Copy full SHA for 762ec17
src/exports/types.ts
@@ -248,7 +248,8 @@ type GlobalSettings = {
248
requestDelaySeconds?: number | undefined
249
alwaysAllowMcp?: boolean | undefined
250
alwaysAllowModeSwitch?: boolean | undefined
251
- alwaysAllowSubtasks?: boolean | undefined
+ alwaysAllowSubtaskCreation?: boolean | undefined
252
+ alwaysAllowSubtaskCompletion?: boolean | undefined
253
alwaysAllowExecute?: boolean | undefined
254
allowedCommands?: string[] | undefined
255
browserToolEnabled?: boolean | undefined
0 commit comments