@synsci/sdk 1.1.90 → 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
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@synsci/sdk",
4
- "version": "1.1.90",
4
+ "version": "1.1.91",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {