v2.1.1: fix developer role mapping for DeepSeek and other providers

This commit is contained in:
admin
2026-05-19 17:12:07 +04:00
Unverified
parent 772255a188
commit ccc3054793
5 changed files with 26 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## v2.1.1 (2026-05-19)
- Fixed proxy: map `developer` role to `system` for Chat Completions providers (DeepSeek, Qwen, etc.)
- Fixed proxy: map `developer` role to `user` for Anthropic providers
- Forward `instructions` field from Responses API as system message/param
- Fixes "unknown variant `developer`" error from providers like DeepSeek
## v2.1.0 (2026-05-19)
- Added Codex auth status detection (reads `codex login status`)