fix: treat OAuth refresh failures as auth errors (#1261) (thanks @zknicker)

Co-authored-by: Zach Knickerbocker <zknicker@users.noreply.github.com>
This commit is contained in:
Peter Steinberger
2026-01-20 09:31:24 +00:00
parent 94af5a72fc
commit aedf4ce328
3 changed files with 12 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ Docs: https://docs.clawd.bot
### Fixes
- Web search: infer Perplexity base URL from API key source (direct vs OpenRouter).
- Agents: treat OAuth refresh failures as auth errors to trigger model fallback. (#1261) — thanks @zknicker.
- TUI: keep thinking blocks ordered before content during streaming and isolate per-run assembly. (#1202) — thanks @aaronveklabs.
- CLI: avoid duplicating --profile/--dev flags when formatting commands.