🚀 Release v3.2.6
✨ Enhancements & Refactoring
- API Key Reveal (#740) — Added a scoped API key copy flow in the Api Manager, protected by the
ALLOW_API_KEY_REVEALenvironment variable. - Sidebar Visibility Controls (#739) — Admins can now hide any sidebar navigation link via the Appearance settings to reduce visual clutter.
- Strict Combo Testing (#735) — Hardened the combo health check endpoint to require live text responses from models instead of just soft reachability signals.
- Streamed Detailed Logs (#734) — Switched detailed request logging for SSE streams to reconstruct the final payload, saving immense amounts of SQLite database size and significantly cleaning up the UI.
🐛 Bug Fixes
- OpenCode Go MiniMax Auth (#733) — Corrected the authentication header logic for
minimaxmodels on OpenCode Go to usex-api-keyinstead of standard bearer tokens across the/messagesprotocol.