Skip to content

Commit 762ec17

Browse files
committed
regenerated types
1 parent 47067ea commit 762ec17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/exports/types.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,8 @@ type GlobalSettings = {
248248
requestDelaySeconds?: number | undefined
249249
alwaysAllowMcp?: boolean | undefined
250250
alwaysAllowModeSwitch?: boolean | undefined
251-
alwaysAllowSubtasks?: boolean | undefined
251+
alwaysAllowSubtaskCreation?: boolean | undefined
252+
alwaysAllowSubtaskCompletion?: boolean | undefined
252253
alwaysAllowExecute?: boolean | undefined
253254
allowedCommands?: string[] | undefined
254255
browserToolEnabled?: boolean | undefined

0 commit comments

Comments
 (0)