fix: add /model list alias

This commit is contained in:
Peter Steinberger
2026-01-05 14:11:33 +00:00
parent bb959684fe
commit cffbe79077
4 changed files with 31 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
- macOS: drop deprecated `afterMs` from agent wait params to match gateway schema.
- Auth: add OpenAI Codex OAuth support and migrate legacy oauth.json into auth.json.
- Model: `/model` list shows auth source (masked key or OAuth email) per provider.
- Model: `/model list` is an alias for `/model`.
- Docs: clarify auth storage, migration, and OpenAI Codex OAuth onboarding.
- Sandbox: copy inbound media into sandbox workspaces so agent tools can read attachments.
- Status: show runtime (docker/direct) and move shortcuts to `/help`.