This commit is contained in:
Dax Raad
2025-10-31 18:58:48 -04:00
committed by opencode
parent d0a70cb217
commit 261ff416a9
5 changed files with 31 additions and 5 deletions

View File

@@ -150,6 +150,14 @@ export type KeybindsConfig = {
* Insert newline in input
*/
input_newline?: string
/**
* Previous history item
*/
history_previous?: string
/**
* Previous history item
*/
history_next?: string
}
export type AgentConfig = {