mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 04:02:21 +00:00
fix(coding-agent): off-by-one error in bash output 'earlier lines' count
fixes #921
This commit is contained in:
parent
48fc57f321
commit
3235926eed
2 changed files with 7 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue