Ship persona shelves, Exact controls, and overlay author pipeline.

Add Leonid as a shelf-based example with preference_bias slider; support /persona new clone-to-overlay and UI-only delete.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Leonid Pershin
2026-08-22 01:48:02 +03:00
co-authored by Cursor
parent ac8e30c7c8
commit cf89348f85
26 changed files with 1311 additions and 102 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"preference_bias": {
"type": "slider",
"min": -1,
"max": 1,
"step": 0.05,
"default": 0.35,
"label": "Вкус",
"hint": "Насколько подмешивать свои предпочтения, если пользователь не уточнил",
"meaning": {
"-1": "только запрос пользователя, свои вкусы не внедрять",
"0": "лёгкие намёки",
"1": "если не сказано иное — сильно клонить в appearance/outfits/roleplay"
}
}
}