Versions in this module Expand all Collapse all v1 v1.97.0 Jul 2, 2026 v1.96.0 Jul 2, 2026 Changes in this version + func TestNameFromPath(path string) string + type GenerateOptions struct + AgentFile string + CassettePath string + TestName string + type Recorder struct + func New(inner tea.Model) *Recorder + func (r *Recorder) GenerateTest(opts GenerateOptions) string + func (r *Recorder) HasInput() bool + func (r *Recorder) Init() tea.Cmd + func (r *Recorder) SetProgram(p *tea.Program) + func (r *Recorder) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (r *Recorder) View() tea.View