Release v2.0.7
🐛 Bug Fixes
- #232 — Custom Gemini image models fail on
/v1/images/generations— Custom models tagged for images appeared in GET listing but were rejected by POST handler. Added custom model DB fallback whenparseImageModel()misses. PR #237 - #236 — Codex OAuth overwrites existing connection when same email added to another workspace — OAuth upsert matched by email-only, overwriting workspace binding. Now checks
providerSpecificData.workspaceIdfor Codex, allowing separate connections per workspace. PR #237