Versions in this module Expand all Collapse all v0 v0.0.2 Apr 20, 2026 v0.0.1 Apr 10, 2026 Changes in this version + type BranchNode struct + Additions int + BaseBranch string + Commits []git.CommitInfo + CommitsExpanded bool + Deletions int + FilesChanged []git.FileDiffStat + FilesExpanded bool + IsCurrent bool + IsLinear bool + PR *ghapi.PRDetails + Ref stack.BranchRef + func LoadBranchNodes(cfg *config.Config, s *stack.Stack, currentBranch string) []BranchNode + type Model struct + func New(nodes []BranchNode, trunk stack.BranchRef, version string) Model + func (m Model) CheckoutBranch() string + func (m Model) Init() tea.Cmd + func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m Model) View() string