From d4cb47eadc515646f9f42679100a075ff9c9d458 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Fri, 31 Oct 2025 19:42:27 -0400 Subject: tui: add keyboard shortcuts to cycle through recently used models Users can now press F2 to cycle forward and Shift+F2 to cycle backward through their recently used models, making it faster to switch between commonly used AI models without opening the model selection dialog. --- packages/sdk/js/src/gen/types.gen.ts | 8 ++++++++ 1 file changed, 8 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 994fa8244..63673e762 100644 --- a/packages/sdk/js/src/gen/types.gen.ts +++ b/packages/sdk/js/src/gen/types.gen.ts @@ -114,6 +114,14 @@ export type KeybindsConfig = { * List available models */ model_list?: string + /** + * Next recently used model + */ + model_cycle_recent?: string + /** + * Previous recently used model + */ + model_cycle_recent_reverse?: string /** * List available commands */ -- cgit v1.2.3