- 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>
Client always merges Exact turbo|raw steps/cfg/sigma before Generate so sparse LLM omissions and leftover SD 20/7 cannot stick; Ollama park/warm skip no-op /api/ps round-trips when the chat model is already unloaded or resident.
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>