Tool Paths
Configure paths to external tools.
Default Detection
Conduit searches your PATH for:
git— Requiredgh— GitHub CLI (optional)claude— Claude Code agentcodex— Codex CLI agentgemini— 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)