Versions in this module Expand all Collapse all v0 v0.1.1 May 1, 2026 Changes in this version + type CreateModel struct + func NewCreate(gh *services.GitHub, ollama *services.OllamaClient, tmpls []types.Template, ...) CreateModel + func (m *CreateModel) Reset() + func (m CreateModel) Init() tea.Cmd + func (m CreateModel) InterceptsKeys() bool + func (m CreateModel) SetProgram(p *tea.Program) CreateModel + func (m CreateModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m CreateModel) View() string + type DetailModel struct + func NewDetail(gh *services.GitHub) DetailModel + func (m DetailModel) Init() tea.Cmd + func (m DetailModel) InterceptsKeys() bool + func (m DetailModel) SetIssue(issue *types.Issue) DetailModel + func (m DetailModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m DetailModel) View() string + type ListModel struct + func NewList(gh *services.GitHub) ListModel + func (m ListModel) Count() int + func (m ListModel) Init() tea.Cmd + func (m ListModel) NCLines(w, h int) []string + func (m ListModel) SelectedIssue() *types.Issue + func (m ListModel) SelectedIssueText() string + func (m ListModel) State() string + func (m ListModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m ListModel) View() string + type LocalPane struct + func NewLocalPane() LocalPane + func (m LocalPane) Dir() string + func (m LocalPane) Init() tea.Cmd + func (m LocalPane) NCLines(w, h int) []string + func (m LocalPane) Selected() string + func (m LocalPane) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m LocalPane) View() string + type SettingsModel struct + func NewSettings(cfg types.Config) SettingsModel + func (m SettingsModel) Config() types.Config + func (m SettingsModel) Init() tea.Cmd + func (m SettingsModel) InterceptsKeys() bool + func (m SettingsModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m SettingsModel) View() string