Skip to content

fix(display): show pipeline run ID with hash in TUI header#82

Merged
nextlevelshit merged 1 commit intomainfrom
fix/display-pipeline-run-id
Feb 12, 2026
Merged

fix(display): show pipeline run ID with hash in TUI header#82
nextlevelshit merged 1 commit intomainfrom
fix/display-pipeline-run-id

Conversation

@nextlevelshit
Copy link
Collaborator

Summary

  • Generate the run ID once in run.go and pass it to both the display layer (CreateEmitter) and executor (WithRunID)
  • Both TUI (bubbletea) and text-mode (dashboard) headers now show the full run ID (e.g. gh-issue-rewrite-301b03e5) instead of just the pipeline name
  • CreateEmitter accepts separate pipelineID and pipelineName parameters

Before

Pipeline: gh-issue-rewrite

After

Pipeline: gh-issue-rewrite-301b03e5

Test plan

  • go test -race ./... passes
  • Manual: run wave run <pipeline> and verify header shows run ID with hash

Generate the run ID once in run.go and pass it to both the display
layer and executor via WithRunID, so the TUI header shows the full
run identifier (e.g. "gh-issue-rewrite-301b03e5") instead of just
the pipeline name.
@nextlevelshit nextlevelshit merged commit 5705db4 into main Feb 12, 2026
3 checks passed
@nextlevelshit nextlevelshit deleted the fix/display-pipeline-run-id branch February 12, 2026 20:15
nextlevelshit added a commit that referenced this pull request Mar 4, 2026
fix(display): show pipeline run ID with hash in TUI header
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant