summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/js/src/gen
diff options
context:
space:
mode:
authorGoni Zahavy <[email protected]>2025-11-22 20:48:23 +0200
committerGitHub <[email protected]>2025-11-22 12:48:23 -0600
commit6afdb5c0e554589c2033fded26894d7f4e37eb58 (patch)
tree7030dd9726dfa767939fc355248a0707a4afde25 /packages/sdk/js/src/gen
parentbdcf864678cc79679d65acebd053b3e2b1b7d0c5 (diff)
downloadopencode-6afdb5c0e554589c2033fded26894d7f4e37eb58.tar.gz
opencode-6afdb5c0e554589c2033fded26894d7f4e37eb58.zip
tui: added ctrl-z terminal suspension support (#3983)
Diffstat (limited to 'packages/sdk/js/src/gen')
-rw-r--r--packages/sdk/js/src/gen/types.gen.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts
index 31401b245..4c1cb33fb 100644
--- a/packages/sdk/js/src/gen/types.gen.ts
+++ b/packages/sdk/js/src/gen/types.gen.ts
@@ -846,6 +846,10 @@ export type KeybindsConfig = {
* Previous child session
*/
session_child_cycle_reverse?: string
+ /**
+ * Suspend terminal
+ */
+ terminal_suspend?: string
}
export type AgentConfig = {