fix: avoid duplicate missing auth label

This commit is contained in:
Peter Steinberger
2026-01-05 23:00:37 +01:00
parent e5058a4cf9
commit 53bf8b7b80
3 changed files with 34 additions and 1 deletions

View File

@@ -16,6 +16,7 @@
- Model: `/model` list shows auth source (masked key or OAuth email) per provider.
- Model: `/model list` is an alias for `/model`.
- Model: `/model` output now includes auth source location (env/auth.json/models.json).
- Model: avoid duplicate `missing (missing)` auth labels in `/model` list output.
- Docs: clarify auth storage, migration, and OpenAI Codex OAuth onboarding.
- Sandbox: copy inbound media into sandbox workspaces so agent tools can read attachments.
- Control UI: show a reading indicator bubble while the assistant is responding.