File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -601,6 +601,8 @@ type IpcMessage =
601601 includeMaxTokens ?: boolean | undefined
602602 reasoningEffort ?: ( "low" | "medium" | "high" ) | undefined
603603 diffEnabled ?: boolean | undefined
604+ diffViewAutoFocus ?: boolean | undefined
605+ autoCloseRooTabs ?: boolean | undefined
604606 fuzzyMatchThreshold ?: number | undefined
605607 modelTemperature ?: ( number | null ) | undefined
606608 rateLimitSeconds ?: number | undefined
@@ -1065,6 +1067,8 @@ type TaskCommand =
10651067 includeMaxTokens ?: boolean | undefined
10661068 reasoningEffort ?: ( "low" | "medium" | "high" ) | undefined
10671069 diffEnabled ?: boolean | undefined
1070+ diffViewAutoFocus ?: boolean | undefined
1071+ autoCloseRooTabs ?: boolean | undefined
10681072 fuzzyMatchThreshold ?: number | undefined
10691073 modelTemperature ?: ( number | null ) | undefined
10701074 rateLimitSeconds ?: number | undefined
You can’t perform that action at this time.
0 commit comments