From 162a6df30106e92490801777354d7ba4b2cb1f42 Mon Sep 17 00:00:00 2001 From: Vaishnav S Menon Date: Fri, 28 Aug 2026 14:04:45 +0530 Subject: [PATCH] fix(web): show the correct new thread shortcut in command palette --- apps/web/src/components/CommandPalette.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/CommandPalette.tsx b/apps/web/src/components/CommandPalette.tsx index c5ec3f095167..c82bcd5d436c 100644 --- a/apps/web/src/components/CommandPalette.tsx +++ b/apps/web/src/components/CommandPalette.tsx @@ -1502,7 +1502,7 @@ function OpenCommandPaletteDialog(props: { ), icon: , - shortcutCommand: "chat.new", + shortcutCommand: "chat.newLocal", run: async () => { await startNewThreadFromContext({ activeDraftThread,