agentconfig

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 28, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package agentconfig generates configuration files for coding agents.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Generate

func Generate(agent Agent, projectDir string) error

Generate writes the appropriate config files for the given agent.

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"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL