refactor(config): drop agent.provider

This commit is contained in:
Peter Steinberger
2025-12-26 00:43:44 +01:00
parent 8b815bce94
commit 1ef888ca23
14 changed files with 98 additions and 61 deletions
+3 -3
View File
@@ -47,14 +47,14 @@ Offer an “API key” option, but for now it is **instructions only**:
Note: environment variables are often confusing when the Gateway is launched by a GUI app (launchd environment != your shell).
### Provider/model safety rule
### Model safety rule
Clawdis should **always pass** `--provider` and `--model` when invoking the embedded agent (dont rely on defaults).
Clawdis should **always pass** `--model` when invoking the embedded agent (dont rely on defaults).
Example (CLI):
```bash
clawdis agent --mode rpc --provider anthropic --model claude-opus-4-5 "<message>"
clawdis agent --mode rpc --model anthropic/claude-opus-4-5 "<message>"
```
If the user skips auth, onboarding should be clear: the agent likely wont respond until auth is configured.