mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 04:01:56 +00:00
Add issue links to changelog entries
This commit is contained in:
parent
c91afd76f1
commit
1ce09681b1
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue