summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/js/src/gen
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-10-31 18:58:48 -0400
committeropencode <[email protected]>2025-10-31 23:05:11 +0000
commit261ff416a9fb8938adbb36d4de9b6be782fa5682 (patch)
treea956cc078b7fe327ed958c7695a6a13e803ac24e /packages/sdk/js/src/gen
parentd0a70cb2172b4f29b9c4ccd01cc3b7b9cf894190 (diff)
downloadopencode-261ff416a9fb8938adbb36d4de9b6be782fa5682.tar.gz
opencode-261ff416a9fb8938adbb36d4de9b6be782fa5682.zip
sync
Diffstat (limited to 'packages/sdk/js/src/gen')
-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 = {