add back child session cycle

This commit is contained in:
Dax Raad
2025-11-02 18:26:38 -05:00
parent 9fd672a1cb
commit 94658c31c5
4 changed files with 100 additions and 12 deletions

View File

@@ -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 = {