Add reasoning effort slider (#2097)

* Add reasoning effort slider

* Link reasoning slider change fragment

* Fix ChatInput Naive UI test mocks
This commit is contained in:
ekko
2026-07-16 19:43:38 +08:00
committed by GitHub
parent 5be85483aa
commit e683cd3673
4 changed files with 255 additions and 50 deletions
@@ -0,0 +1,11 @@
---
date: 2026-07-16
pr: 2097
feature: Reasoning effort slider
impact: Chat reasoning effort is selected from a discrete slider while preserving the existing per-session values, persistence, and run behavior.
---
The chat input keeps its brain toolbar button and opens a compact slider for
the existing default, none, minimal, low, medium, high, xhigh, and max levels.
MoA sessions continue to hide the control, and changing the slider still
affects only the active session's subsequent runs.