Versions in this module Expand all Collapse all v1 v1.30.1 Mar 11, 2026 v1.30.0 Mar 9, 2026 Changes in this version + type Agent struct + Description string + Multi bool + Name string + type CreateAgentConfigRequest struct + Description string + Filename string + Instruction string + Model string + type CreateAgentConfigResponse struct + Filepath string + type CreateAgentRequest struct + Prompt string + type CreateAgentResponse struct + Out string + Path string + type DeleteAgentRequest struct + FilePath string + type DeleteAgentResponse struct + FilePath string + type DesktopTokenResponse struct + Token string + type EditAgentConfigRequest struct + AgentConfig latest.Config + Filename string + type EditAgentConfigResponse struct + Config any + Message string + Path string + type ExportAgentsResponse struct + AgentsDir string + CreatedAt string + ZipDirectory string + ZipFile string + ZipPath string + type ImportAgentRequest struct + FilePath string + type ImportAgentResponse struct + Description string + OriginalPath string + TargetPath string + type Message struct + Content string + MultiContent []chat.MessagePart + Role chat.MessageRole + type PullAgentRequest struct + Name string + type PullAgentResponse struct + Description string + Name string + type PushAgentRequest struct + Filepath string + Tag string + type PushAgentResponse struct + Digest string + Filepath string + Tag string + type ResumeElicitationRequest struct + Action string + Content map[string]any + type ResumeSessionRequest struct + Confirmation string + Reason string + ToolName string + type SessionResponse struct + CreatedAt time.Time + ID string + InputTokens int64 + Messages []session.Message + OutputTokens int64 + Permissions *session.PermissionsConfig + Thinking bool + Title string + ToolsApproved bool + WorkingDir string + type SessionsResponse struct + CreatedAt string + ID string + InputTokens int64 + NumMessages int + OutputTokens int64 + Title string + WorkingDir string + type UpdateSessionPermissionsRequest struct + Permissions *session.PermissionsConfig + type UpdateSessionTitleRequest struct + Title string + type UpdateSessionTitleResponse struct + ID string + Title string