fix(models): refresh Command Code capabilities

This commit is contained in:
Patrick Wozniak
2026-08-25 14:12:00 +02:00
parent c27e7fbc80
commit 003d571b5e
6 changed files with 29 additions and 10 deletions
+1
View File
@@ -2,6 +2,7 @@
## Unreleased
- Refresh static model capabilities from `command-code@1.32.2`, including new image and reasoning metadata.
- Add `/commandcode-quota` with live credits, plan, usage totals, and rolling-limit diagnostics from Command Code's alpha usage endpoints.
- Add `zai-org/GLM-5.3` with its verified reasoning efforts and display pricing.
- Prefer Command Code's Provider API (`/provider/v1/chat/completions` and `/provider/v1/messages`) and automatically fall back to the existing `/alpha/generate` transport only when the Provider API returns `403 upgrade_required` for a Go-plan account.