Ship Assistent 0.14.1: Exact generate params and cheap park/warm.

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>
This commit is contained in:
Leonid Pershin
2026-08-23 06:50:08 +03:00
co-authored by Cursor
parent 9d2cbca8f2
commit 5f33130381
17 changed files with 1005 additions and 50 deletions
+2
View File
@@ -4,6 +4,7 @@ import { attachPersist } from './persist.js';
import { attachSession } from './session.js';
import { attachContext } from './context.js';
import { attachActivity } from './activity.js';
import { attachKreaProfile } from './kreaProfile.js';
window.SA = window.SA || {};
attachApi(window.SA);
@@ -12,6 +13,7 @@ attachPersist(window.SA);
attachSession(window.SA);
attachContext(window.SA);
attachActivity(window.SA);
attachKreaProfile(window.SA);
/** Called from app after AssistentGetConfig — single source: Config/_base/patch-keys.json */
window.SA.applyConfigPatchKeys = function (config) {