Versions in this module Expand all Collapse all v0 v0.1.0 Apr 14, 2026 Changes in this version + type DoneMsg struct + type EventMsg engine.Event + type Model struct + func NewModel(wf *types.Workflow, events <-chan engine.Event, verbose bool) Model + func (m Model) Init() tea.Cmd + func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m Model) View() string