From fd91acec8b65ced8b59762ed03f4a181571af3cf Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Wed, 15 Apr 2026 14:12:25 +0200 Subject: [PATCH] docs(coding-agent): add missing changelog entry for #3194 --- 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 aaa34e0dd..b32d1a19a 100644 --- a/packages/coding-agent/CHANGELOG.md +++ b/packages/coding-agent/CHANGELOG.md @@ -4,6 +4,7 @@ ### Fixed +- Fixed screenshot path parsing to handle lower case am/pm in macOS screenshot filenames ([#3194](https://github.com/badlogic/pi-mono/pull/3194) by [@jay-aye-see-kay](https://github.com/jay-aye-see-kay)) - Fixed interactive auto-retry status updates to show a live countdown during backoff instead of a static retry delay message ([#3187](https://github.com/badlogic/pi-mono/issues/3187)) ## [0.67.2] - 2026-04-14