Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandErrorMsg ¶
CommandErrorMsg is returned when an async slash command operation fails.
type Result ¶
type Result struct {
Lines []string
Quit bool
ClearChat bool
TriggerCompact bool // ask the caller to compress the current session's context
TriggerReview bool // ask the caller to invoke the code-reviewer agent
ReviewDiff string // git diff content to pass to the reviewer
Cmd tea.Cmd // optional async cmd to batch after command processing
}
Result holds the output of a parsed slash command.
Click to show internal directories.
Click to hide internal directories.