[eric] workflows: stop endpoint + last_tool_label live subtitle for RunningView

This commit is contained in:
ciregenz
2026-05-21 23:21:09 -07:00
parent 9a2ebc209b
commit a09a8a7eac
5 changed files with 118 additions and 4 deletions
@@ -90,6 +90,8 @@ export interface WorkflowRun {
error: string | null;
cost_usd: number;
triggered_by: 'schedule' | 'manual' | 'retry';
/** Live "what's the agent doing" subtitle while status is 'running'. */
last_tool_label?: string | null;
}
/** Transient view-only state per card; position lives in dashboardLayoutSlice.workflowCards. */