From 261ff416a9fb8938adbb36d4de9b6be782fa5682 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Fri, 31 Oct 2025 18:58:48 -0400 Subject: sync --- packages/sdk/js/src/gen/types.gen.ts | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'packages/sdk') 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 = { -- cgit v1.2.3