Ship Assistent disk persist, park LLM, and memory UI cleanup.

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>
This commit is contained in:
Leonid Pershin
2026-08-22 01:03:40 +03:00
co-authored by Cursor
parent 880e2dbea2
commit 8702b64e12
12 changed files with 1192 additions and 114 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ public partial class SwarmAssistentExtension
}
/// <summary>Single-token chat so the model is resident again by the time the user types.</summary>
public async Task<JObject> AssistentWarmLlm(Session session, string baseUrl, string model, string persona = null)
public async Task<JObject> AssistentWarmLlm(Session session, string baseUrl, string model)
{
string root = NormalizeBaseUrl(baseUrl);
string name = (model ?? "").Trim();