You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloud Gateway:
- Model-level plan access control (allowed_plans per model in registry)
- Credit packages moved from hardcode to DB with admin CRUD
- User detail drill-down modal (transactions/requests/model breakdown)
- Announcement system (DB-backed, served to desktop via /account/announcement)
- Admin frontend full Aurora dark UI (glassmorphism, purple/cyan/green palette,
animated gradient mesh background, Fira Sans/Code typography)
Migrations:
- 006: ALTER model_registry ADD allowed_plans text[]
- 007: CREATE credit_packages table + seed
- 008: CREATE announcements table
Desktop:
- api.ts: cloudGetAnnouncement()
- App.tsx: fetch + display cloud announcements as AlertBanner
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments