@opencode-ai/sdk 1.1.51 → 1.1.53

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.
@@ -1142,6 +1142,10 @@ export type KeybindsConfig = {
1142
1142
  * Toggle tips on home screen
1143
1143
  */
1144
1144
  tips_toggle?: string;
1145
+ /**
1146
+ * Toggle thinking blocks visibility
1147
+ */
1148
+ display_thinking?: string;
1145
1149
  };
1146
1150
  /**
1147
1151
  * Log level
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@opencode-ai/sdk",
4
- "version": "1.1.51",
4
+ "version": "1.1.53",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {