Ship Assistent 0.12.1: training tab, dataset pipeline, and heard RAG.
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>
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ public partial class SwarmAssistentExtension
|
||||
static readonly string[] UiStateKeys =
|
||||
[
|
||||
"pack", "persona", "auto_vision", "auto_apply", "auto_generate", "auto_critique",
|
||||
"auto_download", "pane_width", "embed_model", "base_url", "model", "view", "board_tab", "park_llm",
|
||||
"auto_download", "pane_width", "embed_model", "base_url", "model", "view", "board_tab", "park_llm", "chats_drawer",
|
||||
];
|
||||
|
||||
static string SafeChatId(string id)
|
||||
|
||||
Reference in New Issue
Block a user