@opencode-ai/sdk 0.0.0-opentui-202510311539 → 0.0.0-opentui-202510311739

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.
@@ -103,6 +103,10 @@ export type KeybindsConfig = {
103
103
  * Redo message
104
104
  */
105
105
  messages_redo?: string;
106
+ /**
107
+ * Toggle code block concealment in messages
108
+ */
109
+ messages_toggle_conceal?: string;
106
110
  /**
107
111
  * List available models
108
112
  */
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.0.0-opentui-202510311539",
4
+ "version": "0.0.0-opentui-202510311739",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "typecheck": "tsgo --noEmit",