feat(v2): AgentDetailModal — metrics grid, thinking feed, model dropdown, keyboard nav
CI - Build & Test / Backend (.NET) (push) Failing after 21s
CI - Build & Test / Frontend (Vue/TS) (push) Successful in 15s
CI - Build & Test / Security Check (push) Successful in 3s

This commit is contained in:
2026-06-12 00:52:59 +02:00
parent 6023b5ea24
commit 9330de7af0
@@ -174,7 +174,7 @@ const typeConfig: Record<ThinkingItem['type'], { dotClass: string; label: string
<div class="m-name">{{ agent.name }}</div>
<div class="m-sub">
<span class="m-role">{{ agent.role }}</span>
<span :class="['m-status-pill', `status-${agent.status}`]">
<span class="m-status-pill">
<span :class="['dot', `dot-${agent.status}`]"></span>
{{ agent.status === 'work' ? 'Arbeitet' : agent.status === 'think' ? 'Denkt' : 'Bereit' }}
</span>