@opencode-ai/sdk 1.0.12 → 1.0.14

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.
@@ -163,6 +163,14 @@ export type KeybindsConfig = {
163
163
  * Previous history item
164
164
  */
165
165
  history_next?: string;
166
+ /**
167
+ * Next child session
168
+ */
169
+ session_child_cycle?: string;
170
+ /**
171
+ * Previous child session
172
+ */
173
+ session_child_cycle_reverse?: string;
166
174
  };
167
175
  export type AgentConfig = {
168
176
  model?: string;
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.0.12",
4
+ "version": "1.0.14",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "typecheck": "tsgo --noEmit",