Releases: ShutovKS/opencode-model-fallback
Releases · ShutovKS/opencode-model-fallback
Release list
v1.1.0
What's Changed
- fix: prune expired model cooldowns from session state by @ShutovKS in #2
- feat: detect retryable errors through error.cause chain by @ShutovKS in #3
- feat: narrow try-again pattern, add configurable retry_on_patterns by @ShutovKS in #4
- feat: recover to original model after cooldown expires by @ShutovKS in #5
- feat: make max_attempts a sliding window, not a lifetime cap by @ShutovKS in #6
- feat: optional exponential backoff with jitter before re-prompting by @ShutovKS in #7
- feat: optional debug logging of fallback decisions by @ShutovKS in #8
- feat: per-model failure counts and switch history in status by @ShutovKS in #9
- docs: add CHANGELOG.md by @ShutovKS in #10
- docs: troubleshooting, option comparison, new options in README by @ShutovKS in #11
- test: in-process e2e via SDK server; fix recovery race with echoed chat.message by @ShutovKS in #12
- fix: address Copilot review feedback from PRs #2 and #3 by @ShutovKS in #13
- chore: release v1.1.0 by @ShutovKS in #14
- Release v1.1.0 by @ShutovKS in #15
New Contributors
Full Changelog: v1.0.8...v1.1.0
v1.0.8
What's Changed
- fix: skip unavailable fallback models by @fengjikui in #1
New Contributors
- @fengjikui made their first contribution in #1
Full Changelog: v1.0.7...v1.0.8