summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/js/src
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-11-02 18:26:38 -0500
committerDax Raad <[email protected]>2025-11-02 18:26:38 -0500
commit94658c31c593b90df5c18e57fcee00496b709698 (patch)
treedc85b411918f3aa18cfb30243a419ad4f2d27ba0 /packages/sdk/js/src
parent9fd672a1cb735eb7f8ec80ffbe9d7540e4687759 (diff)
downloadopencode-94658c31c593b90df5c18e57fcee00496b709698.tar.gz
opencode-94658c31c593b90df5c18e57fcee00496b709698.zip
add back child session cycle
Diffstat (limited to 'packages/sdk/js/src')
-rw-r--r--packages/sdk/js/src/gen/types.gen.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts
index fb0371cda..ce571f49d 100644
--- a/packages/sdk/js/src/gen/types.gen.ts
+++ b/packages/sdk/js/src/gen/types.gen.ts
@@ -166,6 +166,14 @@ export type KeybindsConfig = {
* Previous history item
*/
history_next?: string
+ /**
+ * Next child session
+ */
+ session_child_cycle?: string
+ /**
+ * Previous child session
+ */
+ session_child_cycle_reverse?: string
}
export type AgentConfig = {