Silent Generate, pack selection, and loading UI no longer trip on Cyrillic or fake GPU loads; persona title is the assistant, not the user.
Co-authored-by: Cursor <cursoragent@cursor.com>
Second persona slider (0-100%) auto-rendered from controls schema; cool-down drops 30 points; horny-game lets the model patch horny from taste match. Fix partial control saves to DeepMerge.
Co-authored-by: Cursor <cursoragent@cursor.com>
Cut always-on system tokens (slim core, inventory, identity shelves, hops) and fix has_vision_image vs images_in_request so look_at gates correctly; enrich rich LoRAs and expose system_chars in debug.
Co-authored-by: Cursor <cursoragent@cursor.com>
Separate About-the-user memory (global + per-persona) from craft RAG, add tabbed settings with persona export/import and craft clear APIs.
Co-authored-by: Cursor <cursoragent@cursor.com>
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>
Runtime session data belongs in one DB so History can FTS-search and follow the volume; persona overlays and sidecar cards stay files.
Co-authored-by: Cursor <cursoragent@cursor.com>
Split the extension into partials, persist chats on the data volume, park/warm the chat model around Generate, and drop dual raw/persona dump paths.
Co-authored-by: Cursor <cursoragent@cursor.com>
Personal RAG never leaks into the shared store; retrieve merges shared plus the persona chain, with personal overwrite on kind+key.
Co-authored-by: Cursor <cursoragent@cursor.com>
Persist chats with Generate param snapshots, always open a new chat on start, and abort in-flight work on clear/switch so replies cannot land in the wrong chat.
Co-authored-by: Cursor <cursoragent@cursor.com>
Client dump stays the source of truth; the model only narrates Exact vs session vs live without applying a patch.
Co-authored-by: Cursor <cursoragent@cursor.com>
Shows live params, Exact/session defaults, last patch, and a brief why-priority note without calling the LLM.
Co-authored-by: Cursor <cursoragent@cursor.com>
When the user explicitly asks to generate, auto-apply the patch and run Generate without the Apply button strip; Собрать + Gen reapplies the last patch (or current SwarmUI prompt) and generates.
Co-authored-by: Cursor <cursoragent@cursor.com>
Stop duplicating Exact into live context, tighten preview URL matching, force write_prompt on "поправь", and gate critique behind vision + a real JSON fence.
Co-authored-by: Cursor <cursoragent@cursor.com>
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>
Canonical defaults live in exact.json (UI fills empties without an LLM call); chat session overrides beat file defaults until clear/persona change.
Co-authored-by: Cursor <cursoragent@cursor.com>
Move prompts into Config/_base and persona folders; seed model facts into SQLite via Ollama embed and retrieve as memory_hits each turn.
Co-authored-by: Cursor <cursoragent@cursor.com>
Livebar and waiting_ollama phase while the model loads into GPU; bump context past Ollama's 4096 default that truncated Assistent packs.
Co-authored-by: Cursor <cursoragent@cursor.com>
Server inventory and streaming chat, auto-apply/generate with Interrupt, Civitai search cards (Confirm-only download), plus Init/Mask wiring and inpaint_edit pack.
Co-authored-by: Cursor <cursoragent@cursor.com>