Documentation
¶
Index ¶
- type AgentCommandMsg
- type AttachFileMsg
- type CompactSessionMsg
- type CopySessionToClipboardMsg
- type EvalSessionMsg
- type ExitSessionMsg
- type InsertFileRefMsg
- type LoadSessionMsg
- type MCPPromptMsg
- type NewSessionMsg
- type OpenSessionBrowserMsg
- type OpenURLMsg
- type ShowMCPPromptInputMsg
- type StartShellMsg
- type SwitchAgentMsg
- type ToggleHideToolResultsMsg
- type ToggleSessionStarMsg
- type ToggleYoloMsg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentCommandMsg ¶
type AgentCommandMsg struct {
Command string
}
AgentCommandMsg command message
type AttachFileMsg ¶ added in v1.18.4
type AttachFileMsg struct{ FilePath string } // Attach a file directly or open file picker if empty/directory
Session command messages
type CompactSessionMsg ¶
type CompactSessionMsg struct{ AdditionalPrompt string }
Session command messages
type InsertFileRefMsg ¶ added in v1.18.4
type InsertFileRefMsg struct{ FilePath string } // Insert @filepath reference into editor
Session command messages
type MCPPromptMsg ¶
MCPPromptMsg command message
type ShowMCPPromptInputMsg ¶
type ToggleSessionStarMsg ¶ added in v1.18.4
type ToggleSessionStarMsg struct{ SessionID string } // Toggle star on a session; empty ID means current session
Session command messages
Click to show internal directories.
Click to hide internal directories.