zerone0x and Bohdan Triapitsyn
3fbcdbc3dc
fix(quota): stop showing misleading OpenRouter percentages ( #1127 )
...
* fix(quota): stop showing misleading OpenRouter percentages
Fixes #1085
* fix(quota): clean up OpenRouter credit labels
---------
Co-authored-by: Bohdan Triapitsyn <artmore@protonmail.com >
2026-05-07 23:39:53 +03:00
Nelson Pires
073f44de2a
refactor(server): split opencode config/auth/ui-auth into domain modules ( #454 )
...
* docs(agents): map opencode module documentation
* docs(opencode): document split module responsibilities
* refactor(opencode): centralize shared config and file helpers
* refactor(opencode): move auth storage helpers into domain module
* refactor(opencode): move UI auth implementation into domain module
* refactor(opencode): isolate agent scope and CRUD logic
* refactor(opencode): isolate command scope and CRUD logic
* refactor(opencode): isolate provider config helpers
* refactor(opencode): isolate skill discovery and CRUD logic
* refactor(opencode): define single public module entrypoint
* refactor(opencode): remove legacy opencode-config module
* refactor(opencode): remove obsolete opencode-config typings
* refactor(opencode): remove legacy opencode-auth module
* refactor(opencode): remove legacy ui-auth shim
* refactor(server): import opencode APIs from new module paths
* refactor(tts): consume auth helpers from opencode domain module
* refactor(quota): point claude provider auth import to opencode domain
* refactor(quota): point codex provider auth import to opencode domain
* refactor(quota): point copilot provider auth import to opencode domain
* refactor(quota): point google auth import to opencode domain
* refactor(quota): point kimi provider auth import to opencode domain
* refactor(quota): point nanogpt provider auth import to opencode domain
* refactor(quota): point openai provider auth import to opencode domain
* refactor(quota): point openrouter provider auth import to opencode domain
* refactor(quota): point zai provider auth import to opencode domain
* fix(opencode): restore provider source and disconnect semantics
2026-02-20 15:57:44 +02:00
Nelson Pires
243abe9d16
refactor(quota): modularize quota providers and add docs map ( #427 )
...
* refactor(quota): migrate server quota providers to modular registry architecture
* docs: add quota module documentation
Explain the quota module purpose and runtime signals.
List entrypoints, provider registry, and response shape.
Outline steps to add a new provider and testing commands.
2026-02-15 16:19:10 +02:00