Documentation ¶ Index ¶ type Editor func New(a *app.App, hist *history.History) Editor type SendMsg Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Editor ¶ type Editor interface { layout.Model layout.Sizeable layout.Focusable SetWorking(working bool) tea.Cmd AcceptSuggestion() bool } Editor represents an input editor component func New ¶ func New(a *app.App, hist *history.History) Editor New creates a new editor component type SendMsg ¶ type SendMsg struct { Content string // Full content sent to the agent (with file contents expanded) DisplayContent string // Compact version for UI display (with @filename placeholders) } SendMsg represents a message to send Source Files ¶ View all Source files editor.go Directories ¶ Show internal Expand all Path Synopsis completions Click to show internal directories. Click to hide internal directories.