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 + CurrentBranch string + CurrentPhase Phase + Phases []PhaseItem + Progress progress.Model + Summary string + ValidatingIdx int + ValidatingTotal int + 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 Phase string + const PhaseAnalyzing + const PhaseFlattening + const PhaseRestacking + const PhaseValidating + type PhaseDetailMsg struct + Message string + Phase Phase + type PhaseItem struct + Details []string + Message string + Phase Phase + Status core.Status + type PhaseStartMsg struct + Phase Phase + type ValidationProgressMsg struct + Branch string + Current int + Total int