diff --git a/web/src/components/acp/AgentEventCard.vue b/web/src/components/acp/AgentEventCard.vue new file mode 100644 index 0000000..2afcffc --- /dev/null +++ b/web/src/components/acp/AgentEventCard.vue @@ -0,0 +1,148 @@ + + + + + + user + {{ userPromptText() }} + + + + user + · cancel + + + + agent + {{ chunkText() }} + + + + thought + + + {{ thoughtCollapsed ? '▶' : '▼' }} thinking... + + + {{ chunkText() }} + + + + + + tool + + read {{ fsPath() }} + + + + + tool + + write {{ fsPath() }} ({{ fsWriteSize() }} bytes) + + + + + perm + + permission requested (auto-rejected) + + + + + session terminated + + + + error + {{ (payload as { message?: string }).message }} + + + + {{ eventType }} + {{ event.method }} + + +
{{ fsPath() }}
{{ event.method }}