add ctrl+t shortcut to toggle llm thinking block visibility

This commit is contained in:
Markus Ylisiurunen 2025-12-05 09:48:35 +02:00
parent 590db4b6cf
commit a29cd80acf
3 changed files with 20 additions and 10 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Added
- **Thinking Block Toggle**: Added `Ctrl+T` shortcut to toggle visibility of LLM thinking blocks. When toggled off, shows a static "Thinking..." label instead of full content. Useful for reducing visual clutter during long conversations. ([#113](https://github.com/badlogic/pi-mono/pull/113))
## [0.12.10] - 2025-12-04
### Added