Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Agents

Conduit orchestrates AI coding assistants called agents.

Supported Agents

AgentProviderContext Window
Claude CodeAnthropic200K tokens
Codex CLIOpenAI272K tokens
Gemini CLIGoogle1M tokens

Selecting an Agent

The default agent is configured in ~/.conduit/config.toml:

default_agent = "claude"  # or "codex" or "gemini"

Agent Detection

On startup, Conduit searches for:

  • claude binary (Claude Code)
  • codex binary (Codex CLI)
  • gemini binary (Gemini CLI)

Configure custom paths in settings if needed.

Agent Capabilities

All agents can:

  • Read and write files
  • Execute shell commands
  • Search codebases
  • Analyze code structure

See individual agent pages for specific features.