docs: update CHANGELOG.md for v3.8.0 (#2006, #2018, #2029)

This commit is contained in:
diegosouzapw
2026-05-07 09:15:49 -03:00
parent 57d37869c9
commit 321f6070ac

View File

@@ -10,6 +10,9 @@
### 🐛 Bug Fixes
- **fix(settings):** resolve model alias persistence double stringification preventing UI updates (#2018)
- **fix(routing):** dynamically filter bare model auto-resolution by active provider connections to prevent dead-routing (#2029)
- **fix(embeddings):** add Google Gemini embeddings compatibility via OpenAI-compatible endpoint mapping (#2006)
- **fix:** remove Anthropic-Beta header from non-Anthropic providers to fix identity contamination (#1989)
- **fix(cli):** resolve .env loading failure for global npm installations