Versions in this module Expand all Collapse all v0 v0.7.0 Jun 7, 2026 Changes in this version + type Model struct + Done bool + Name string + Profile config.Profile + func New() Model + func (m Model) Init() tea.Cmd + func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m Model) View() string