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
- Config File — Full file reference
- Keybindings — Customize shortcuts
- Tool Paths — Agent binary locations
- Themes — Visual customization
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.