Skip to content

Configure your agent adapter

Installs auto-detect the agent you're working in and fall back to Claude Code when there's nothing to detect. To work across several IDEs — or to pin a different default — configure the adapter explicitly.

Pin a default adapter

agentbundle config set adapter cursor

This is user-global: set it once and it applies whether you install into a repo or at user scope. Every later install targets the pinned adapter.

Override for a single install

# Repo scope
agentbundle install --pack core --adapter codex

# User scope
agentbundle install --pack desk-research --scope user --adapter codex

Per-install --adapter beats the pinned default, which beats auto-detect. Re-running an install keeps whatever adapter that install already uses — an upgrade won't reset it.

Supported agents

claude-code, cursor, codex, copilot, gemini, kiro-ide, kiro-cli

See the adapter support matrix for a breakdown of which agent supports skills, subagents, commands, and hooks — and where each gracefully degrades.