summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/js/src/gen
diff options
context:
space:
mode:
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 8d4550525..964112d81 100644
--- a/packages/sdk/js/src/gen/types.gen.ts
+++ b/packages/sdk/js/src/gen/types.gen.ts
@@ -950,6 +950,10 @@ export type KeybindsConfig = {
* Suspend terminal
*/
terminal_suspend?: string
+ /**
+ * Toggle terminal title
+ */
+ terminal_title_toggle?: string
}
export type AgentConfig = {