diff --git a/packages/ai/CHANGELOG.md b/packages/ai/CHANGELOG.md index f0e31352..57cbf5a3 100644 --- a/packages/ai/CHANGELOG.md +++ b/packages/ai/CHANGELOG.md @@ -8,11 +8,11 @@ ### Fixed -- Fixed Mistral 400 errors after aborted assistant messages by skipping empty assistant messages (no content, no tool calls) +- Fixed Mistral 400 errors after aborted assistant messages by skipping empty assistant messages (no content, no tool calls) ([#165](https://github.com/badlogic/pi-mono/issues/165)) -- Removed synthetic assistant bridge message after tool results for Mistral (no longer required as of Dec 2024) +- Removed synthetic assistant bridge message after tool results for Mistral (no longer required as of Dec 2025) ([#165](https://github.com/badlogic/pi-mono/issues/165)) -- Fixed bug where `ANTHROPIC_API_KEY` environment variable was deleted globally after first OAuth token usage, causing subsequent prompts to fail +- Fixed bug where `ANTHROPIC_API_KEY` environment variable was deleted globally after first OAuth token usage, causing subsequent prompts to fail ([#164](https://github.com/badlogic/pi-mono/pull/164)) ## [0.17.0] - 2025-12-09 diff --git a/packages/coding-agent/CHANGELOG.md b/packages/coding-agent/CHANGELOG.md index 198ae028..6396b0f7 100644 --- a/packages/coding-agent/CHANGELOG.md +++ b/packages/coding-agent/CHANGELOG.md @@ -8,7 +8,7 @@ ### Fixed -- Fixed print mode (`-p`) not exiting after output when custom themes are present (theme watcher now properly stops in print mode) +- Fixed print mode (`-p`) not exiting after output when custom themes are present (theme watcher now properly stops in print mode) ([#161](https://github.com/badlogic/pi-mono/issues/161)) ## [0.18.0] - 2025-12-10