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 Model struct + CompletedOps int + CurrentDetail string + CurrentPhase Phase + Progress progress.Model + Summary string + TotalOps int + func NewModel(totalOps int) *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 Phase string + const PhaseBranches + const PhaseClean + const PhaseGitHub + const PhaseRestack + const PhaseTrunk + type PhaseCompleteMsg struct + Phase Phase + type PhaseDetailMsg struct + IsWarn bool + Message string + Phase Phase + type PhaseStartMsg struct + Message string + Phase Phase + type ProgressTickMsg struct + Completed int + Total int