chore: bump coding-agent to 0.7.14 - fix Anthropic OAuth and Mistral API compatibility

This commit is contained in:
Mario Zechner 2025-11-17 12:46:59 +01:00
parent a5ed6ab641
commit 063b7e0f11
9 changed files with 303 additions and 7 deletions

View file

@ -2,6 +2,15 @@
## [Unreleased]
## [0.7.14] - 2025-11-17
### Fixed
- **Anthropic OAuth Support**: Added support for `ANTHROPIC_OAUTH_TOKEN` environment variable. The agent now checks for OAuth tokens before falling back to API keys for Anthropic models, enabling OAuth-based authentication.
- **Mistral API Compatibility**: Fixed compatibility with Mistral API by excluding the `store` field and using `max_tokens` instead of `max_completion_tokens`, and avoiding the `developer` role in system prompts.
- **Error Display**: Fixed error message display in assistant messages to include proper spacing before the error text.
- **Message Streaming**: Fixed missing `message_start` event when no partial message chunks were received during streaming.
## [0.7.13] - 2025-11-16
### Fixed