cargo build --releasecargo install --path .rustcode --help
rustcode --versionFirst run:
rustcodeThis opens the full-screen TUI and automatically starts onboarding if configuration is incomplete.
Interactive onboarding:
rustcode config onboardManual commands:
rustcode config set provider deepseek
rustcode config set api_key "your-api-key"
rustcode config set model deepseek-chatrustcode config set provider custom
rustcode config set protocol openai
rustcode config set custom_provider_name my-gateway
rustcode config set base_url https://api.example.com
rustcode config set model custom-modelrustcode config set fallback.enabled true
rustcode config set fallback.chain "deepseek:deepseek-chat,openai:gpt-4.1-mini"rustcode query --prompt "Hello"
rustcode
rustcode tui
rustcode replrustcode and rustcode tui use the new full-screen TUI.
rustcode repl keeps the legacy line-based REPL.