@opencode-ai/sdk 0.4.17 → 0.4.19

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.
@@ -693,6 +693,10 @@ export type KeybindsConfig = {
693
693
  * Toggle tool details
694
694
  */
695
695
  tool_details: string;
696
+ /**
697
+ * Toggle thinking blocks
698
+ */
699
+ thinking_blocks: string;
696
700
  /**
697
701
  * List available models
698
702
  */
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": "0.4.17",
4
+ "version": "0.4.19",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "typecheck": "tsc --noEmit"