fix(coding-agent): off-by-one error in bash output 'earlier lines' count

fixes #921
This commit is contained in:
Mario Zechner 2026-01-24 03:25:55 +01:00
parent 48fc57f321
commit 3235926eed
2 changed files with 7 additions and 3 deletions

View file

@ -24,6 +24,10 @@
- Unified collision reporting with `ResourceDiagnostic` type for all resource types ([#645](https://github.com/badlogic/pi-mono/issues/645))
- Show provider alongside the model in the footer if multiple providers are available
### Fixed
- Off-by-one error in bash output "earlier lines" count caused by counting spacing newline as hidden content ([#921](https://github.com/badlogic/pi-mono/issues/921))
### Changed
- `/reload` now re-renders the entire scrollback so updated extension components are visible immediately