Usage with Claude
Locus uses the Claude CLI as one of the terminal agent providers. This provides a balance of high-reasoning capability and coding proficiency.
Prerequisites
To use Claude with Locus, install the Claude CLI and make sure you are logged in.
- Install the Claude CLI.
- Run
claudeonce to complete login.
Running the Agent
To start the agent using Claude (default behavior), run:
bashlocus run
If you haven't set your Locus credentials in the environment, pass them explicitly:
bashlocus run --api-key <YOUR_KEY>
Custom Model Selection
By default, Locus uses sonnet. You can specify a different Claude model if needed:
bashlocus run --model opus
