mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-20 01:04:22 +01:00
add back child session cycle
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user