fix: normalize model picker refs (#683) (thanks @benithors)

This commit is contained in:
Peter Steinberger
2026-01-10 23:39:39 +01:00
parent 3853f632e5
commit d4a93bc25c
2 changed files with 10 additions and 2 deletions

View File

@@ -16,6 +16,7 @@
### Fixes
- Agents: strip `<thought>`/`<antthinking>` tags from hidden reasoning output and cover tag variants in tests. (#688) — thanks @theglove44.
- macOS: save model picker selections as normalized provider/model IDs and keep manual entries aligned. (#683) — thanks @benithors.
- Agents: recognize "usage limit" errors as rate limits for failover. (#687) — thanks @evalexpr.
- CLI: avoid success message when daemon restart is skipped. (#685) — thanks @carlulsoe.
- Gateway: disable the OpenAI-compatible `/v1/chat/completions` endpoint by default; enable via `gateway.http.endpoints.chatCompletions.enabled=true`.