From e789fcf5e513c74ea889dba14c7ff5a4c4c8f7c7 Mon Sep 17 00:00:00 2001 From: Jake Nelson Date: Thu, 18 Dec 2025 15:30:01 +1100 Subject: feat(tui): add option to disable terminal title (#5713) --- packages/sdk/js/src/gen/types.gen.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packages/sdk/js/src/gen') 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 = { -- cgit v1.2.3