[Feature Request] Consolidate workflow progress visibility and add post-workflow hooks
Open 💬 2 comments Opened May 30, 2026 by cheney-yan
Bug Description
Workflow (multi-agent orchestration) UX feedback:
- Progress is fragmented across 3 surfaces (inline block, /workflows, statusline);
none gives a single stable "which workflow / which step / how much left" view.
- The inline progress block (agent fan-out arrows, token up/down indicators) is
noisy and unclear to users, and disappears quickly — leaves no sense of progress.
- No built-in "all steps listed + current highlighted" one-line view; users must
hack it via agents writing a status file + a custom statusline script.
- Editing a workflow script then running it by name uses a stale cached version
(registry snapshotted at session start) — confusing, looks like edits didn't apply.
- No workflow-specific hook (no WorkflowStop/PostWorkflow); post-run actions must
piggyback on PostToolUse with matcher "Workflow", which can't see which workflow
ran or its results.
Request: a clearer, consolidated, real-time workflow progress view, and a dedicated
post-workflow hook.
Environment Info
- Platform: darwin
- Terminal: ssh-session
- Version: 2.1.158
- Feedback ID: 0977a849-6f9b-402f-a9e6-9b89a0a26789
Errors
[]This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗