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 GlobalMessageMsg string + type Item struct + BranchName string + Error error + Output string + Status core.Status + type Model struct + Command string + GlobalMessage string + Items []Item + Renderer *tree.StackTreeRenderer + RootBranch string + Styles Styles + func NewModel(items []Item) *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 ProgressCompleteMsg struct + type ProgressUpdateMsg struct + BranchName string + Err error + Output string + Status core.Status + type StartExecutionMsg struct + Items []Item + type Styles struct + BranchStyle lipgloss.Style + DimStyle lipgloss.Style + DoneStyle lipgloss.Style + ErrorStyle lipgloss.Style + OutputStyle lipgloss.Style + SpinnerStyle lipgloss.Style + func DefaultStyles() Styles