@synsci/sdk 1.1.89 → 1.1.91
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1599,6 +1599,10 @@ export type Config = {
|
|
|
1599
1599
|
* Continue the agent loop when a tool call is denied
|
|
1600
1600
|
*/
|
|
1601
1601
|
continue_loop_on_deny?: boolean;
|
|
1602
|
+
/**
|
|
1603
|
+
* Replace TodoWrite with PlanWrite and show plan panel in sidebar
|
|
1604
|
+
*/
|
|
1605
|
+
plan_mode?: boolean;
|
|
1602
1606
|
/**
|
|
1603
1607
|
* Timeout in milliseconds for model context protocol (MCP) requests
|
|
1604
1608
|
*/
|