Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BreadcrumbsUpdatedMsg ¶ added in v0.2.0
type BreadcrumbsUpdatedMsg struct {
Files []string
}
BreadcrumbsUpdatedMsg is sent when the breadcrumb trail changes.
type MCPGatewayMsg ¶ added in v0.8.0
type MCPGatewayMsg struct {
FavoritesCount int
}
MCPGatewayMsg carries the current number of MCP gateway favorite tools. Send this message whenever the favorites count changes (e.g., after gateway initialization or after a tool invocation updates the stats).
type StatusAction ¶ added in v0.2.0
type StatusAction int
StatusAction represents the type of action triggered by clicking a status bar element.
const ( ActionShowHelp StatusAction = iota ActionShowModels ActionShowSession ActionShowDiagnostics ActionOpenFile )
type StatusActionMsg ¶ added in v0.2.0
type StatusActionMsg struct {
Action StatusAction
Data string // e.g., file path for ActionOpenFile
}
StatusActionMsg is emitted when a clickable status bar element is clicked.
Click to show internal directories.
Click to hide internal directories.