Versions in this module Expand all Collapse all v0 v0.1.5 Mar 23, 2026 Changes in this version + func RenderDiffs(responses []models.ModelResponse, width ...int) string + func RenderSelectionMenu(responses []models.ModelResponse) string + func Run(adapterList []models.ModelAdapter, cfg config.Config, warnings []string, ...) error + type App struct + func New(adapterList []models.ModelAdapter, cfg config.Config, mcpDefs []tools.ToolDef, ...) *App + func (a *App) SetProgram(p *tea.Program) + func (a App) Init() tea.Cmd + func (a App) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (a App) View() tea.View + type MentionResult struct + Errors []string + ModelIDs []string + Prompt string + func ParseMentions(input string, adapterIDs []string) MentionResult v0.1.0 Mar 14, 2026