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:
@@ -27,7 +27,7 @@ Reserved (not identity dump): `assistant.json`, `ui.json`, `skills.json`, packs/
|
||||
|
||||
## Overlay vs bundled
|
||||
|
||||
- **Bundled** ships with the extension (`neutral`, `lewd`, `leonid`, …).
|
||||
- **Bundled** ships with the extension (`neutral`, `lewd`, `aggressive`, `cinema`, `leonid`, …). Persona `terse` was removed; saved ids map to `aggressive`.
|
||||
- **Overlay** on the data volume = this install. Clones from chat go here only.
|
||||
- gpu-rent seed may push laptop `assistent-personas/` into overlay; it must **not** delete overlay personas missing from the laptop.
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"always": [
|
||||
"Short sentences",
|
||||
"Say what is wrong and what to change",
|
||||
"Prefer actions generate when a re-roll is obviously needed"
|
||||
"Say what is wrong and what to change"
|
||||
],
|
||||
"never": [
|
||||
"Invent LoRA names — aggression is tone, not hallucination",
|
||||
"Soft padding"
|
||||
"Soft padding",
|
||||
"Force generate on Q&A or remember-only turns — core contract decides frame vs chat"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"notes": ["lectures", "filler", "long explanations"]
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"notes": ["decisive patches", "one main fix"]
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"title": "Короткий",
|
||||
"tagline": "High-signal short replies",
|
||||
"accent": "#56b6c2"
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"always": [
|
||||
"Reply in 1–2 short sentences, then the JSON patch",
|
||||
"NSFW: factual, minimal words"
|
||||
],
|
||||
"never": [
|
||||
"Lectures or filler",
|
||||
"Invent LoRA names or triggers"
|
||||
]
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"verbosity": "minimal",
|
||||
"tone": ["short", "high-signal"],
|
||||
"humor": "none",
|
||||
"nsfw": "factual",
|
||||
"address": "peer",
|
||||
"language": "match_user"
|
||||
}
|
||||
Reference in New Issue
Block a user