Versions in this module Expand all Collapse all v0 v0.17.15 May 11, 2026 v0.17.14 May 11, 2026 Changes in this version + type CompleteMsg struct + Summary string + type EstimatedDurationMsg time.Duration + type Group struct + Label string + StepIndices []int + type Model struct + CurrentIdx int + EstimatedDuration time.Duration + Groups []Group + Quitting bool + Steps []StepItem + Summary string + func NewModel() *Model + func (m *Model) Init() tea.Cmd + func (m *Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m *Model) View() tea.View + type PlanLoadedMsg struct + Groups []Group + StepDescriptions []string + type StepCompleteMsg struct + StepIndex int + type StepFailedMsg struct + Error error + StepIndex int + type StepItem struct + Checks []github.CheckDetail + Description string + Error error + Status StepStatus + StepIndex int + WaitElapsed time.Duration + WaitTimeout time.Duration + type StepStartMsg struct + Description string + StepIndex int + type StepStatus string + const StatusDone + const StatusError + const StatusPending + const StatusRunning + const StatusWaiting + type StepWaitingMsg struct + Checks []github.CheckDetail + Elapsed time.Duration + StepIndex int + Timeout time.Duration