@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.
- package/dist/gen/types.gen.d.ts +8 -0
- package/package.json +1 -1
package/dist/gen/types.gen.d.ts
CHANGED
|
@@ -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;
|