Documentation
¶
Index ¶
Constants ¶
View Source
const ( FlagType = "type" FlagPort = "port" FlagPrintOpenAPI = "print-openapi" FlagChatBasePath = "chat-base-path" FlagTermWidth = "term-width" FlagTermHeight = "term-height" FlagAllowedHosts = "allowed-hosts" FlagAllowedOrigins = "allowed-origins" FlagExit = "exit" FlagInitialPrompt = "initial-prompt" )
Variables ¶
This section is empty.
Functions ¶
func CreateServerCmd ¶ added in v0.3.3
Types ¶
type AgentType ¶
const ( AgentTypeClaude AgentType = msgfmt.AgentTypeClaude AgentTypeGoose AgentType = msgfmt.AgentTypeGoose AgentTypeAider AgentType = msgfmt.AgentTypeAider AgentTypeCodex AgentType = msgfmt.AgentTypeCodex AgentTypeGemini AgentType = msgfmt.AgentTypeGemini AgentTypeCopilot AgentType = msgfmt.AgentTypeCopilot AgentTypeAmp AgentType = msgfmt.AgentTypeAmp AgentTypeCursor AgentType = msgfmt.AgentTypeCursor AgentTypeAuggie AgentType = msgfmt.AgentTypeAuggie AgentTypeAmazonQ AgentType = msgfmt.AgentTypeAmazonQ AgentTypeOpencode AgentType = msgfmt.AgentTypeOpencode AgentTypeCustom AgentType = msgfmt.AgentTypeCustom )
Click to show internal directories.
Click to hide internal directories.