v1.8.0
Highlights
- Added Claude Fable 5 and limited-access Claude Mythos 5 support across OpenCode, Pi, shared model metadata, and the cache-usage analyzer.
- Added API-key fallback routes for Anthropic-compatible providers such as Kie, with API-key spending allowed only after fresh, token-bound confirmation that main OAuth quota is exhausted.
- Split editable sidecar config from runtime auth state so background refresh, quota, and routing writes cannot overwrite user-managed settings.
Fixes and improvements
- Normalized Fable/Mythos OpenCode requests by removing top-level adaptive
thinkingand preservingoutput_config.effort, matching Anthropic migration guidance. - Show both 5-hour and 7-day quota windows in the collapsed OpenCode sidebar summary.
- Display Anthropic OAuth models as zero-cost in OpenCode while preserving token accounting and API-key model pricing.
- Bounded relay, cachekeep, and identity in-memory caches; propagated relay abort signals; improved Pi stream cancellation; and documented intentional relay tradeoffs in
AUDITOR.md. - Added opt-in request, relay, and stream performance instrumentation under
OPENCODE_ANTHROPIC_AUTH_PERF=1.
Verification
- GitHub Actions release workflow passed: https://github.com/cortexkit/anthropic-auth/actions/runs/27241067015
- Published packages:
@cortexkit/anthropic-auth-core@1.8.0@cortexkit/opencode-anthropic-auth@1.8.0@cortexkit/pi-anthropic-auth@1.8.0
Full changelog: v1.7.0...v1.8.0