mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 07:03:25 +00:00
fix(coding-agent): incremental highlight for streaming write tool calls
This commit is contained in:
parent
9e694f081a
commit
0c61dd5873
2 changed files with 144 additions and 4 deletions
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
- Fixed `.pi` folder being created unnecessarily when only reading settings. The folder is now only created when writing project-specific settings.
|
||||
- Fixed extension-driven runtime theme changes to persist in settings so `/settings` reflects the active `currentTheme` after `ctx.ui.setTheme(...)` ([#1483](https://github.com/badlogic/pi-mono/pull/1483) by [@ferologics](https://github.com/ferologics))
|
||||
- Fixed interactive mode freezes during large streaming `write` tool calls by using incremental syntax highlighting while partial arguments stream, with a final full re-highlight after tool-call arguments complete.
|
||||
|
||||
## [0.54.1] - 2026-02-22
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue