fix: treat /model status as model list

This commit is contained in:
Peter Steinberger
2025-12-27 12:10:44 +00:00
parent c0fb814658
commit cae78b3f91
3 changed files with 38 additions and 6 deletions
+1
View File
@@ -42,6 +42,7 @@
- LM Studio responses API: tools payloads no longer include `strict: null`, and LM Studio no longer gets forced `<think>/<final>` tags.
- Identity emoji no longer auto-prefixes replies (set `messages.responsePrefix` explicitly if desired).
- Model switches now enqueue a system event so the next run knows the active model.
- `/model status` now lists available models (same as `/model`).
- `process log` pagination is now line-based (omit `offset` to grab the last N lines).
- macOS WebChat: assistant bubbles now update correctly when toggling light/dark mode.
- macOS: avoid spawning a duplicate gateway process when an external listener already exists.