summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKit Langton <[email protected]>2026-01-18 09:00:49 -0500
committerGitHub <[email protected]>2026-01-18 08:00:49 -0600
commit6c0991d1623b620e8c95d9ea8a184861efe57f23 (patch)
tree243da3ffb09ccef7df497da484fe06c3a03b692c
parent5c9cc9c7488f5217080d67bd981d4170b445107a (diff)
downloadopencode-6c0991d1623b620e8c95d9ea8a184861efe57f23.tar.gz
opencode-6c0991d1623b620e8c95d9ea8a184861efe57f23.zip
fix(app): remove redundant toast for thinking effort changes (#9181)
-rw-r--r--packages/app/src/pages/session.tsx4
1 files changed, 0 insertions, 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"),
- })
},
},
{