hermes-hub/agents/inbox/2026-08-20-accounts-tariffs-quotas-claude-grok.md

14 lines
1.3 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Задание: расширить Hermes Hub — аккаунты, тарифы, квоты, Claude и Grok
## Цель
1. Показывать реальный email/identity подключенного аккаунта.
2. Показывать тариф аккаунта: FREE / PLUS / PRO / ULTRA / MAX / TEAM / BUSINESS (UNKNOWN если неизвестен, не выдумывать FREE).
3. Разделять квоты на QuotaSnapshot и QuotaBucket с процентами, абсолютными лимитами, reset times.
4. Разделить Claude и Gemini quota в Antigravity (исчерпание Claude не блокирует Gemini).
5. Поддержать same-account model fallback в Router.
6. Добавить Claude как полноценного провайдера (OAuth PKCE, API Key, identity, plan, session/weekly quota, router adapter).
7. Добавить Grok как полноценного провайдера (OAuth Device Code, API Key, identity, plan, weekly/chat/build/tasks quota buckets, router adapter).
8. Поддержать OpenCode Go и Codex многобакетный учет квот.
9. Обновить карточки аккаунтов, экран «Команда» и мастер подключения.
10. Фоновое автообновление квот вне UI mainloop.