Release v1.0.4 — Provider Filtering, OAuth Proxy Fix & Documentation
✨ Features
- API Models filtering —
GET /api/modelsreturns only models from active providers;?all=truefor all (#85) - Provider disabled indicator — ⏸ badge + reduced opacity on provider cards when all connections disabled (#85)
llm.txt— LLM onboarding file with project overview, architecture, flows (#84)- WhatsApp Community — Join the group
🐛 Bug Fixes
- OAuth behind nginx — Fixed redirect URI using
window.location.origininstead of hardcodedlocalhost(#86) NEXT_PUBLIC_BASE_URLfor OAuth — Documented env var for proxy deployments (#86)