feat(dashboard): AgentModal live working feed & thinking stream
CI - Build & Test / Backend (.NET) (push) Failing after 24s
CI - Build & Test / Frontend (Vue/TS) (push) Successful in 15s
CI - Build & Test / Security Check (push) Successful in 2s

This commit is contained in:
2026-06-11 16:13:28 +02:00
parent c29740a466
commit b1888bd8ef
4 changed files with 180 additions and 25 deletions
+5
View File
@@ -104,3 +104,8 @@ public sealed record UpdateDashboardTaskRequest(
public sealed record UpdateDashboardTaskStatusRequest(
string Status
);
public sealed record AgentActivityEntry(
string Time,
string Text
);