From ef8c950357c1f95167056b4f5183a6d88c8c8c11 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Wed, 25 Feb 2026 23:45:31 +0100 Subject: [PATCH] docs(changelog): add unreleased coding-agent fix entries closes #1631 closes #1627 --- packages/coding-agent/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/coding-agent/CHANGELOG.md b/packages/coding-agent/CHANGELOG.md index 2392dd64..28fa5965 100644 --- a/packages/coding-agent/CHANGELOG.md +++ b/packages/coding-agent/CHANGELOG.md @@ -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