Ship Assistent 0.8.1: split modules and shared+personal vector memory.
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>
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
<div class="sa-board" id="sa_board" tabindex="0" title="Перетащи изображение на окно или вставь (Ctrl+V). Кликни, чтобы выбрать."></div>
|
||||
<div class="sa-live-params" id="sa_live_params" title="Текущие параметры Generate">—</div>
|
||||
<div class="sa-image-actions" id="sa_image_actions">
|
||||
<button type="button" class="basic-button sa-primary" id="sa_btn_look_result" title="Прикрепить готовый кадр Generate и спросить мнение">Посмотри результат</button>
|
||||
<button type="button" class="basic-button" id="sa_btn_use_current" title="Скопировать текущий Generate в Ref">Снимок gen</button>
|
||||
<button type="button" class="basic-button" id="sa_btn_clear_image" title="Очистить выбранный Ref">Очистить слот</button>
|
||||
<div class="sa-more-wrap" id="sa_board_more_wrap">
|
||||
@@ -36,6 +37,7 @@
|
||||
<div class="sa-chat-title">
|
||||
Assistent
|
||||
<span class="sa-live-dot" id="sa_live_dot" hidden></span>
|
||||
<span class="sa-health" id="sa_ollama_health" role="button" tabindex="0" title="Ollama: проверяю…" hidden>Ollama · …</span>
|
||||
<div class="sa-sessions-bar">
|
||||
<button type="button" class="basic-button sa-icon-btn" id="sa_btn_new_chat" title="Новый чат">+</button>
|
||||
<button type="button" class="basic-button sa-sessions-toggle" id="sa_btn_chats" title="История чатов" aria-expanded="false">История</button>
|
||||
@@ -76,6 +78,18 @@
|
||||
<button type="button" class="basic-button" id="sa_btn_refresh_inventory">Обновить inventory</button>
|
||||
<div class="sa-skills-label">Скилы (процедуры)</div>
|
||||
<div class="sa-skills-box" id="sa_skills_box"></div>
|
||||
<div class="sa-mem-head">
|
||||
<span class="sa-skills-label">Память</span>
|
||||
<select id="sa_mem_kind" class="sa-select sa-mem-kind" title="Фильтр по типу">
|
||||
<option value="all">Все типы</option>
|
||||
</select>
|
||||
<button type="button" class="basic-button sa-icon-btn" id="sa_btn_mem_refresh" title="Перечитать память и очередь wanted">⟳</button>
|
||||
</div>
|
||||
<div class="sa-mem-list" id="sa_mem_list"></div>
|
||||
<div class="sa-mem-foot">
|
||||
<span class="sa-mem-total" id="sa_mem_total">Всего: —</span>
|
||||
<span class="sa-mem-wanted" id="sa_mem_wanted" title="Модели в очереди на следующий gpu-rent up">Очередь wanted: —</span>
|
||||
</div>
|
||||
<label class="sa-check"><input type="checkbox" id="sa_auto_vision" /> Авто-прикреплять Generate к чату</label>
|
||||
<label class="sa-check"><input type="checkbox" id="sa_auto_apply" checked /> Авто-применять патч</label>
|
||||
<label class="sa-check"><input type="checkbox" id="sa_auto_generate" checked /> Авто-Generate после патча</label>
|
||||
@@ -96,20 +110,7 @@
|
||||
<span class="sa-elapsed" id="sa_elapsed"></span>
|
||||
</div>
|
||||
<div class="sa-composer" id="sa_composer">
|
||||
<div class="sa-chips" id="sa_chips" role="toolbar" aria-label="Быстрые параметры">
|
||||
<button type="button" class="sa-chip" data-aspect="1:1" title="1024×1024">1:1</button>
|
||||
<button type="button" class="sa-chip" data-aspect="4:5" title="928×1152">4:5</button>
|
||||
<button type="button" class="sa-chip" data-aspect="2:3" title="832×1248">2:3</button>
|
||||
<button type="button" class="sa-chip" data-aspect="16:9" title="1376×768">16:9</button>
|
||||
<button type="button" class="sa-chip" data-aspect="9:16" title="768×1376">9:16</button>
|
||||
<span class="sa-chip-sep" aria-hidden="true"></span>
|
||||
<button type="button" class="sa-chip" data-seed="lock" title="Оставить текущий seed">Seed lock</button>
|
||||
<button type="button" class="sa-chip" data-seed="random" title="Случайный seed">Seed −1</button>
|
||||
<button type="button" class="sa-chip" data-vary="1" title="Тот же промпт, новый seed + generate">Vary</button>
|
||||
<span class="sa-chip-sep" aria-hidden="true"></span>
|
||||
<button type="button" class="sa-chip" data-krea-profile="turbo" title="Turbo: steps 8, CFG 1">Turbo</button>
|
||||
<button type="button" class="sa-chip" data-krea-profile="raw" title="RAW: steps 28, CFG 4.5">RAW</button>
|
||||
</div>
|
||||
<div class="sa-chips" id="sa_chips" role="toolbar" aria-label="Быстрые параметры"></div>
|
||||
<div class="sa-lora-chips" id="sa_lora_chips" role="toolbar" aria-label="Активные LoRA"></div>
|
||||
<div class="sa-slash-wrap">
|
||||
<textarea id="sa_input" rows="3" placeholder="Промпт, img2img, критика… Enter = отправить · /help = команды"></textarea>
|
||||
|
||||
Reference in New Issue
Block a user