feat: add T (select thinking) and h (hide thinking) to transient menu#190
feat: add T (select thinking) and h (hide thinking) to transient menu#190DevGiuDev wants to merge 1 commit intodnouri:masterfrom
Conversation
DevGiuDev
commented
Apr 15, 2026
- T: select thinking level from list via completing-read (off, minimal, low, medium, high, xhigh) using set_thinking_level RPC
- h: toggle hide-thinking — hides streaming thinking blocks client-side, shows placeholder 'Thinking...' label instead
- Header-line and transient description show [hidden] when active
- t renamed to 'thinking (cycle)', T to 'Thinking (list)'
- T: select thinking level from list via completing-read (off, minimal, low, medium, high, xhigh) using set_thinking_level RPC - h: toggle hide-thinking — hides streaming thinking blocks client-side, shows placeholder 'Thinking...' label instead - Header-line and transient description show [hidden] when active - t renamed to 'thinking (cycle)', T to 'Thinking (list)'
|
I implemented the feature where you can select the thinking level in #191. It replaces the old As for the hide thinking, I like the idea, but I'd like the implementation to be more like a real hide with the ability to toggle hiding with true round-trip and without loss of thinking text, maybe a bit similar to how we're toggling long outputs today. |
|
You mean to have thinking collapsed? This is better than my solution of course |
Yes, exactly. |
|
@DevGiuDev Do you wanna give #195 a try? It implements the collapsable "hide thinking". |
|
Ok, will try it later. |