feat: add per-session model selection

This commit is contained in:
Peter Steinberger
2025-12-23 23:45:20 +00:00
parent b6bfd8e34f
commit 364a6a9444
34 changed files with 729 additions and 300 deletions

View File

@@ -30,11 +30,11 @@ cp docs/templates/TOOLS.md ~/.clawdis/workspace/TOOLS.md
cp docs/AGENTS.default.md ~/.clawdis/workspace/AGENTS.md
```
4) Optional: choose a different workspace by setting `inbound.workspace` (supports `~`):
4) Optional: choose a different workspace by setting `agent.workspace` (supports `~`):
```json5
{
inbound: {
agent: {
workspace: "~/clawd"
}
}