Fix model-card previews leaking into Generate and vision.

Treat ViewSpecial/Models/*.preview URLs as non-gens, scrub them from the board, and never attach them to chat/look_at/snapshot.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Leonid Pershin
2026-08-21 23:16:21 +03:00
co-authored by Cursor
parent 1b9cc1ad78
commit 714da5c38b
4 changed files with 65 additions and 16 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.0";
Version = "0.7.1";
Tags = ["tabs", "ui", "llm", "ollama", "krea", "inpaint", "memory"];
}