fix: enqueue system event on model switch

This commit is contained in:
Peter Steinberger
2025-12-27 01:17:03 +00:00
parent acd3f7dba7
commit 96911d7790
3 changed files with 50 additions and 0 deletions

View File

@@ -41,6 +41,7 @@
- LM Studio/Ollama replies now require <final> tags; streaming ignores content until <final> begins.
- 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.
- `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.