🐛 Bugfix Release — Proxy Connection Tests & Compatible Provider Display
Fixes provider connection tests bypassing configured proxy and improves compatible provider display in the request logger.
Bug Fixes
- Connection Tests Now Use Proxy — Provider connection tests (
Test Connectionbutton) now route through the configured proxy (key → combo → provider → global → direct), matching the behavior of real API calls. Previously,fetch()was called directly, bypassing the proxy entirely (#119) - Compatible Provider Display in Logs — OpenAI/Anthropic compatible providers now show friendly labels (
OAI-COMPAT,ANT-COMPAT) instead of raw UUID-based IDs in the request logger (#113)
Tests
- 26 new unit tests covering error classification logic, token expiry detection, and provider display label resolution
Full Changelog
See CHANGELOG.md for details.