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
+8
View File
@@ -95,6 +95,10 @@
outline: none;
}
.sa-board:focus-visible {
box-shadow: 0 0 0 2px color-mix(in srgb, currentColor 55%, transparent);
}
.sa-board.sa-board-gen-only {
grid-template-columns: 1fr;
grid-auto-rows: 1fr;
@@ -138,6 +142,10 @@
transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.sa-slot:focus-visible {
box-shadow: 0 0 0 2px color-mix(in srgb, currentColor 55%, transparent);
}
.sa-slot.sa-has-image {
border-style: solid;
}