From 6c0991d1623b620e8c95d9ea8a184861efe57f23 Mon Sep 17 00:00:00 2001 From: Kit Langton Date: Sun, 18 Jan 2026 09:00:49 -0500 Subject: [PATCH] fix(app): remove redundant toast for thinking effort changes (#9181) --- 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 d76ff99b3..f063ce35b 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"), - }) }, }, {