release: v2.0.6 - Intelligence & UX Optimization (2026-05-14)

This commit is contained in:
g1nation
2026-05-14 00:13:54 +09:00
parent 39386f90b5
commit f1d5dbf031
18 changed files with 592 additions and 59 deletions
+18 -6
View File
@@ -292,16 +292,28 @@
message with active=true. Click "Open" / "Refresh" / "Detach" to
route back to the chatHandlers cases.
-->
<div id="archChip" class="arch-chip" data-active="false">
<!--
Three-state chip:
data-state="hidden" → completely collapsed
data-state="active" → full info + Open / Refresh / Detach
data-state="inactive" → project name + Attach (or Re-attach) only
JS switches the state attribute on every `architectureStatus`
event so the user always has a one-click path back into project
mode after a Detach.
-->
<div id="archChip" class="arch-chip" data-state="hidden">
<span class="arch-chip-icon">📋</span>
<div class="arch-chip-info">
<div class="arch-chip-title" id="archChipTitle"></div>
<div class="arch-chip-meta" id="archChipMeta">Auto-load Off</div>
<div class="arch-chip-meta" id="archChipMeta"></div>
</div>
<div class="arch-chip-actions">
<button class="arch-chip-btn" id="archOpenBtn" title="Architecture 문서 열기">Open</button>
<button class="arch-chip-btn" id="archRefreshBtn" title="지금 다시 스캔">Refresh</button>
<button class="arch-chip-btn" id="archDetachBtn" title="자동 첨부 끄기">Detach</button>
<div class="arch-chip-actions" id="archChipActions">
<!-- active state buttons -->
<button class="arch-chip-btn arch-chip-active-only" id="archOpenBtn" title="Architecture 문서 열기">Open</button>
<button class="arch-chip-btn arch-chip-active-only" id="archRefreshBtn" title="지금 다시 스캔">Refresh</button>
<button class="arch-chip-btn arch-chip-active-only" id="archDetachBtn" title="자동 첨부 끄기">Detach</button>
<!-- inactive state button -->
<button class="arch-chip-btn arch-chip-inactive-only" id="archAttachBtn" title="이 프로젝트에 architecture 자동 첨부 켜기">Attach</button>
</div>
</div>
<div id="agentConfigPanel" class="panel">