Skip to content

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 29 May 10:23
· 463 commits to main since this release

What's Changed

  • Added /claude-routing for OpenCode and Pi.
  • Added persisted routing.mode in the sidecar config with two modes:
    • main-first — the existing default: try the main account first, then fall back on quota/auth/rate-limit failures.
    • fallback-first — try usable sidecar fallback accounts before the main account, then use main only if no fallback succeeds.
  • Documented routing mode in the root, OpenCode, and Pi READMEs.
  • Added regression coverage for command parsing, persisted command handling, OpenCode fallback-first routing, expired-main fallback-first behavior, and main-account fallback when no fallback is usable.

Use /claude-routing fallback-first to prefer fallback accounts immediately. Use /claude-routing main-first to restore the default.

Full Changelog: v1.2.5...v1.3.0