feat: show per-agent activity statuses

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
David Kaya
2026-03-21 12:58:21 +01:00
co-authored by Copilot
parent c5979d07bd
commit 9dfdb03f6f
10 changed files with 347 additions and 132 deletions
+1
View File
@@ -16,6 +16,7 @@ export interface SessionEventRecord {
authorName?: string;
contentDelta?: string;
activityType?: SessionActivityType;
agentId?: string;
agentName?: string;
toolName?: string;
error?: string;