Versions in this module Expand all Collapse all v0 v0.14.0 Jan 2, 2026 Changes in this version type WizardResult + SelectedIntegrations []string v0.13.0 Dec 10, 2025 Changes in this version + func GetSelectedIntegrations(wizardSteps []steps.Step) []string + type WizardModel struct + func NewWizard(cfg *config.Config) *WizardModel + func (m WizardModel) Init() tea.Cmd + func (m WizardModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m WizardModel) View() string + type WizardResult struct + Cancelled bool + Config *config.Config + Confirmed bool + Err error + StartupStep *steps.StartupStep + func RunWizard(initialConfig *config.Config) (*WizardResult, error)