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

Configuration Overview

Conduit is configured via ~/.conduit/config.toml.

Config File Location

~/.conduit/config.toml

The file is created automatically on first run with default values.

Configuration Sections

Example Configuration

# Default agent
default_agent = "claude"

# Token display
show_token_usage = true
show_cost = true

# Theme
[theme]
name = "catppuccin-mocha"

# Custom tool paths
[tools]
claude = "/opt/homebrew/bin/claude"

Reloading Config

Changes take effect on restart. Some settings (like theme) can be changed at runtime.