From 6c7b040d3b270fea9b48dcfb0fc0d4c269e36de8 Mon Sep 17 00:00:00 2001 From: vegu-ai-tools <152010387+vegu-ai-tools@users.noreply.github.com> Date: Sun, 26 Apr 2026 14:25:41 +0300 Subject: [PATCH] update whatsnew --- talemate_frontend/src/components/WhatsNew.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/talemate_frontend/src/components/WhatsNew.vue b/talemate_frontend/src/components/WhatsNew.vue index 4113699a..de768ba4 100644 --- a/talemate_frontend/src/components/WhatsNew.vue +++ b/talemate_frontend/src/components/WhatsNew.vue @@ -147,6 +147,7 @@ export default { "Fixed blank page on some Windows 10 systems caused by incorrect MIME type on JS module scripts", "Fixed response extraction when only a closing anchor tag was present (e.g., )", "Text-Generation-WebUI / KoboldCpp: fixed SSE streaming crash on unhandled [DONE] sentinel", + "TabbyAPI: fixed empty responses caused by the streaming parser only appending content on chunks that contained a usage block", "Director actions: removed redundant fix_instructions LLM call from the direct_scene actor path", "Introduce Character: advanced dialog (Ctrl+click) now sends actual user instructions instead of scene context", "Unslop: revisions substantially longer than the original are now discarded to prevent hallucinated duplication",