feat(dashboard): multi-agent operations feed aggregating all agent sessions
CI - Build & Test / Backend (.NET) (push) Successful in 23s
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-11 15:54:32 +02:00
parent 6150ea96af
commit 97b8588dc3
3 changed files with 150 additions and 72 deletions
+3 -1
View File
@@ -32,7 +32,9 @@ public sealed record FeedEntry(
string Agent,
string Action,
string Timestamp,
string Time
string Time,
string? AgentId = null,
string? Type = null
);
public sealed record DashboardStatus(