- OpenRouter as an alternative chat provider: server-side API key
(settings.json or OPENROUTER_API_KEY), model list with vision marks and
filter, SSE streaming, images as data URLs. Memory embeddings stay on Ollama;
park/warm LLM are no-ops for the remote provider.
- AssistentSaveKnowledgeAttach: JArray param is not supported by SwarmUI API
reflection and aborted registration of every later API call; use string[].
- SQLite bootstrap: preload native e_sqlite3 for the current OS/arch
(win/osx/linux) and resolve DllImport to it.
- settings.json: shared-read + atomic write with retry to avoid Windows
sharing violations.
- csproj: fix MSB4012 in the native SQLite copy target.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Index Assistent/books search.jsonl, expose knowledge hops/catalog in chat, and drop QLoRA/HF training stack.
Co-authored-by: Cursor <cursoragent@cursor.com>
Adds session_exact pinning, sampler/scheduler chips, expanded param tags with non-default highlighting, QLoRA HF presets, LoRA strength editing, SQLite bootstrap for training memory, last-job UI, and harsher critique_image QC so result review leads with defects instead of praise.
Co-authored-by: Cursor <cursoragent@cursor.com>
Load Assistent/extensions packs between bundled and overlay, keep neutral/aggressive/dreamer, drop cinema/lewd/private shelves, and make horny slash commands schema-driven.
Co-authored-by: Cursor <cursoragent@cursor.com>
Per-chat Generate session with sparse deltas; drop Cards/Civitai/wanted hops; rolling history summary via the same Ollama model with a budget chip and /compress.
Co-authored-by: Cursor <cursoragent@cursor.com>
Restructure UI with app-level tabs and chat history drawer; add dataset curation,
HF import, Modelfile/QLoRA hooks, and link approved samples to the agent immediately
via heard vector memory without waiting for fine-tuning.
Co-authored-by: Cursor <cursoragent@cursor.com>
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>
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>
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>
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>
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>