From 034ea23f89077cf4eddde5db513a6dbc5c6ffa7e Mon Sep 17 00:00:00 2001 From: Kit Langton Date: Sat, 17 Jan 2026 21:36:55 -0500 Subject: [PATCH] fix(app): remove redundant toast notification for thinking effort changes The thinking effort level is already visible in the prompt bar, making the toast notification unnecessary and distracting when cycling through effort levels. --- packages/app/src/pages/session.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/app/src/pages/session.tsx b/packages/app/src/pages/session.tsx index dbdbbc7eb55..34c0c5418a9 100644 --- a/packages/app/src/pages/session.tsx +++ b/packages/app/src/pages/session.tsx @@ -533,10 +533,6 @@ export default function Page() { keybind: "shift+mod+t", onSelect: () => { local.model.variant.cycle() - showToast({ - title: "Thinking effort changed", - description: "The thinking effort has been changed to " + (local.model.variant.current() ?? "Default"), - }) }, }, {