feat: improve workflow collaboration trace UX

This commit is contained in:
2026-06-16 07:02:10 +08:00
parent d5f1a4510f
commit 56c1eec051
6 changed files with 529 additions and 35 deletions
@@ -281,6 +281,7 @@ export interface ExecutionLogEntry {
error?: string;
elapsed_time?: number;
tokens_used?: number;
timestamp?: string;
branch?: string;
branch_label?: string;
metadata?: Record<string, any>;