summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sdk')
-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 fce8d203b..994fa8244 100644
--- a/packages/sdk/js/src/gen/types.gen.ts
+++ b/packages/sdk/js/src/gen/types.gen.ts
@@ -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 = {