mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 08:03:39 +00:00
chore(coding-agent): add changelog entry for PR #1719\n\ncloses #1719
This commit is contained in:
parent
7b7b967aef
commit
8e06afbf34
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
- Fixed `pi.registerTool()` dynamic registration after session initialization. Tools registered in `session_start` and later handlers now refresh immediately, become active, and are visible to the LLM without `/reload` ([#1720](https://github.com/badlogic/pi-mono/issues/1720))
|
||||
- Fixed session message persistence ordering by serializing `AgentSession` event processing, preventing `toolResult` entries from being written before their corresponding assistant tool-call messages when extension handlers are asynchronous ([#1717](https://github.com/badlogic/pi-mono/issues/1717))
|
||||
- Fixed spacing artifacts when custom tool renderers intentionally suppress per-call transcript output, including extra blank rows in interactive streaming and non-zero transcript footprint for empty custom renders ([#1719](https://github.com/badlogic/pi-mono/pull/1719) by [@alasano](https://github.com/alasano))
|
||||
|
||||
## [0.55.3] - 2026-02-27
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue