Ship Assistent 0.7.6: multi-chat history, UI polish, and race fixes.

Persist chats with Generate param snapshots, always open a new chat on start, and abort in-flight work on clear/switch so replies cannot land in the wrong chat.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Leonid Pershin
2026-08-22 00:06:11 +03:00
co-authored by Cursor
parent 25c98b2d1d
commit 6d8aaefc38
6 changed files with 1260 additions and 140 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ public class SwarmAssistentExtension : Extension
ExtensionAuthor = "mrleo1nid";
Description = "Collaborative Krea 2 assistant: Ollama chat, persona presets, vector memory, model cards, Generate loop.";
License = "MIT";
Version = "0.7.3";
Version = "0.7.6";
Tags = ["tabs", "ui", "llm", "ollama", "krea", "inpaint", "memory"];
}