Merge hide-thinking branch (PR #113)

This commit is contained in:
Mario Zechner 2025-12-05 10:48:53 +01:00
commit 4c6d3b0bf6
6 changed files with 88 additions and 15 deletions

View file

@ -5,6 +5,7 @@
### Added
- **`--append-system-prompt` Flag**: Append additional text or file contents to the system prompt. Supports both inline text and file paths. Complements `--system-prompt` for layering custom instructions without replacing the base system prompt. ([#114](https://github.com/badlogic/pi-mono/pull/114) by [@markusylisiurunen](https://github.com/markusylisiurunen))
- **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) by [@markusylisiurunen](https://github.com/markusylisiurunen))
## [0.12.10] - 2025-12-04