mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 08:03:39 +00:00
docs: add missing changelog entries for v0.50.5..HEAD
- tui: add #1095 content shrink fix (by @marckrenn) - tui: add isImageLine perf optimization - coding-agent: cross-package duplication for #1095, #1099
This commit is contained in:
parent
39c898d7c9
commit
d91cdc5f0c
2 changed files with 10 additions and 0 deletions
|
|
@ -6,6 +6,11 @@
|
|||
|
||||
- Added `ctx.getSystemPrompt()` to extension context for accessing the current effective system prompt ([#1098](https://github.com/badlogic/pi-mono/pull/1098) by [@kaofelix](https://github.com/kaofelix))
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed empty rows appearing below footer when content shrinks (e.g., closing `/tree`, clearing multi-line editor) ([#1095](https://github.com/badlogic/pi-mono/pull/1095) by [@marckrenn](https://github.com/marckrenn))
|
||||
- Fixed terminal cursor remaining hidden after exiting TUI via `stop()` when a render was pending ([#1099](https://github.com/badlogic/pi-mono/pull/1099) by [@haoqixu](https://github.com/haoqixu))
|
||||
|
||||
## [0.50.5] - 2026-01-30
|
||||
|
||||
## [0.50.4] - 2026-01-30
|
||||
|
|
|
|||
|
|
@ -2,8 +2,13 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
|
||||
- Optimized `isImageLine()` with `startsWith` short-circuit for faster image line detection
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed empty rows appearing below footer when content shrinks (e.g., closing `/tree`, clearing multi-line editor) ([#1095](https://github.com/badlogic/pi-mono/pull/1095) by [@marckrenn](https://github.com/marckrenn))
|
||||
- Fixed terminal cursor remaining hidden after exiting TUI via `stop()` when a render was pending ([#1099](https://github.com/badlogic/pi-mono/pull/1099) by [@haoqixu](https://github.com/haoqixu))
|
||||
|
||||
## [0.50.5] - 2026-01-30
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue