v1.3.0
What's Changed
- Added
/claude-routingfor OpenCode and Pi. - Added persisted
routing.modein 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