docs(changelog): add unreleased coding-agent fix entries closes #1631 closes #1627

This commit is contained in:
Mario Zechner 2026-02-25 23:45:31 +01:00
parent 333ded7f26
commit ef8c950357

View file

@ -2,6 +2,11 @@
## [Unreleased]
### Fixed
- Fixed offline startup hangs by adding offline startup behavior and network timeouts during managed tool setup ([#1631](https://github.com/badlogic/pi-mono/pull/1631) by [@mcollina](https://github.com/mcollina))
- Fixed Windows VT input initialization in ESM by loading koffi via createRequire, avoiding runtime and bundling issues in end-user environments ([#1627](https://github.com/badlogic/pi-mono/pull/1627) by [@kaste](https://github.com/kaste))
## [0.55.0] - 2026-02-24
### Breaking Changes