Documentation
¶
Overview ¶
Package agentconfig generates configuration files for coding agents.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Agent ¶
type Agent string
Agent represents a supported coding agent.
const ( // Big-lab native AgentClaudeCode Agent = "claude-code" AgentCodexCLI Agent = "codex-cli" AgentGeminiCLI Agent = "gemini-cli" AgentCopilotCLI Agent = "copilot-cli" AgentQwenCode Agent = "qwen-code" AgentMistralVibe Agent = "mistral-vibe" AgentKiro Agent = "kiro" // GrayCodeAI AgentHawk Agent = "hawk" // IDE / startup AgentCursor Agent = "cursor" AgentWindsurf Agent = "windsurf" AgentZed Agent = "zed" AgentAmp Agent = "amp" AgentDroid Agent = "droid" AgentWarp Agent = "warp" AgentAugment Agent = "augment" // Open source / community AgentOpenCode Agent = "opencode" AgentCline Agent = "cline" AgentGoose Agent = "goose" AgentRooCode Agent = "roo-code" AgentKilo Agent = "kilo" AgentCrush Agent = "crush" AgentHermes Agent = "hermes" AgentAider Agent = "aider" )
Click to show internal directories.
Click to hide internal directories.