mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-09-03 14:39:26 +08:00
- Attach candidate upstream errors as causes to scheduler availability and cooldown errors. - Introduce `errorWithCause` wrapper to extract and display upstream error summaries. - Enrich auth selection error messages with upstream details and preserve model cooldown errors. - Forward `Retry-After` response headers for model cooldown errors in Claude Code handler. Closes: #5365