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

Tool Paths

Configure paths to external tools.

Default Detection

Conduit searches your PATH for:

  • git — Required
  • gh — GitHub CLI (optional)
  • claude — Claude Code agent
  • codex — Codex CLI agent
  • gemini — Gemini CLI agent

Custom Paths

If tools aren’t in your PATH, specify them:

[tools]
git = "/usr/bin/git"
gh = "/usr/local/bin/gh"
claude = "/opt/homebrew/bin/claude"
codex = "/home/user/.local/bin/codex"
gemini = "/home/user/.local/bin/gemini"

Verifying Paths

Check tool detection:

# Should show tool locations
which claude codex gemini git gh

Missing Tools

If a required tool is missing, Conduit shows a dialog on startup with options to:

  • Configure the path manually
  • Skip (if optional)