Documentation ¶ Index ¶ func Run(claudeDir, version string) error type AppModel func NewApp(claudeDir, version string) AppModel func (m AppModel) Init() tea.Cmd func (m AppModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (m AppModel) View() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Run ¶ func Run(claudeDir, version string) error Run starts the TUI application. Types ¶ type AppModel ¶ type AppModel struct { // contains filtered or unexported fields } AppModel is the top-level Bubble Tea model. func NewApp ¶ func NewApp(claudeDir, version string) AppModel NewApp creates a new app model with session discovery. func (AppModel) Init ¶ func (m AppModel) Init() tea.Cmd func (AppModel) Update ¶ func (m AppModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (AppModel) View ¶ func (m AppModel) View() string Source Files ¶ View all Source files app.gobranches.gocommitpoint.goconfirm.godetail.goepochs.gohelp.gokeys.gomessages.gonavigation.gosearch.gosessions.gostyles.govector.go Click to show internal directories. Click to hide internal directories.