From a3f6544c313f9fcc57f5753fead53d126f5fba5b Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Thu, 13 Nov 2025 22:12:27 +0100 Subject: [PATCH] Update CHANGELOG for issue #12 fix --- packages/coding-agent/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/coding-agent/CHANGELOG.md b/packages/coding-agent/CHANGELOG.md index 0c3efb00..45f1a048 100644 --- a/packages/coding-agent/CHANGELOG.md +++ b/packages/coding-agent/CHANGELOG.md @@ -16,6 +16,7 @@ ### Fixed - Fixed markdown list rendering bug where bullets were not displayed when list items contained inline code with cyan color formatting +- Fixed context percentage showing 0% in footer when last assistant message was aborted ([#12](https://github.com/badlogic/pi-mono/issues/12)) ## [0.7.6] - 2025-11-13