3 Commits

Author SHA1 Message Date
Noe
7c17baac10 fix: add typeRoots configuration to tsconfig.json 2026-02-06 14:59:47 +00:00
Maxim Esipov
9a85cb272b feat: add quota check and account management to auth login
- Add enabled field to AccountMetadataV3 for account enable/disable
- Add getEnabledAccounts/getTotalAccountCount methods to AccountManager
- Add quota.ts with quota checking logic via fetchAvailableModels API
- Integrate 'Check quotas' and 'Manage accounts' options into auth menu
- Display quota status for Claude, Gemini 3 Pro, and Gemini 3 Flash
- Add standalone check-quota.mjs script for manual verification
- Update tsconfig to exclude temp_research folder
2026-01-24 13:08:03 +03:00
Noe
5d229bf44e First commit - auth and models working 2025-12-09 23:59:18 +00:00