From cfa2ba544ffe4cdda8cad38e01fb22d0230f020c Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Tue, 6 Jan 2026 00:48:32 +0100 Subject: [PATCH] docs: add changelog entry for #479 --- 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 19092bbe..68264a2a 100644 --- a/packages/coding-agent/CHANGELOG.md +++ b/packages/coding-agent/CHANGELOG.md @@ -6,6 +6,7 @@ - Extension directories in `settings.json` now respect `package.json` manifests, matching global extension behavior ([#480](https://github.com/badlogic/pi-mono/pull/480) by [@prateekmedia](https://github.com/prateekmedia)) - Share viewer: deep links now scroll to the target message when opened via `/share` +- Bash tool now handles spawn errors gracefully instead of crashing the agent (missing cwd, invalid shell path) ([#479](https://github.com/badlogic/pi-mono/pull/479) by [@robinwander](https://github.com/robinwander)) ## [0.37.1] - 2026-01-05