Versions in this module Expand all Collapse all v0 v0.0.5 Feb 13, 2026 v0.0.4 Feb 6, 2026 Changes in this version + type DirectoryInputModel struct + func NewDirectoryInputModel(placeholder, defaultValue string) DirectoryInputModel + func (m *DirectoryInputModel) Blur() + func (m *DirectoryInputModel) Focus() + func (m *DirectoryInputModel) FocusCmd() tea.Cmd + func (m *DirectoryInputModel) IsValid() bool + func (m *DirectoryInputModel) SetValue(val string) + func (m *DirectoryInputModel) Value() string + func (m DirectoryInputModel) Mode() inputMode + func (m DirectoryInputModel) Update(msg tea.Msg) (DirectoryInputModel, tea.Cmd) + func (m DirectoryInputModel) View() string + type SetupModel struct + func NewSetupModel(cm *config.ConfigManager) SetupModel + func NewSetupModelWithDefaults(cm *config.ConfigManager, reposDir, workspacesDir, claudeDir string) SetupModel + func (m SetupModel) Init() tea.Cmd + func (m SetupModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m SetupModel) View() string + type SetupResult struct + Completed bool + Config *config.Config + func RunSetupWizard(cm *config.ConfigManager) (SetupResult, error) + func RunSetupWizardWithDefaults(cm *config.ConfigManager, reposDir, workspacesDir, claudeDir string) (SetupResult, error)