Ship Assistent 0.11.9: esbuild bundle and patch-keys manifest.

Replace split Assets JS with a built bundle and aligned C#/config so SwarmUI loads one script and patch apply stays consistent; drop legacy terse persona and memory seed.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Leonid Pershin
2026-08-22 13:58:11 +03:00
co-authored by Cursor
parent a5e96f7430
commit e8bb012885
42 changed files with 10652 additions and 1281 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ public partial class SwarmAssistentExtension
static readonly string[] UiStateKeys =
[
"pack", "persona", "auto_vision", "auto_apply", "auto_generate", "auto_critique",
"auto_download", "pane_width", "embed_model", "base_url", "model", "view", "board_tab",
"auto_download", "pane_width", "embed_model", "base_url", "model", "view", "board_tab", "park_llm",
];
static string SafeChatId(string id)