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

@@ -94,7 +94,7 @@ Tip: treat this folder like Clawds “memory” and make it a git repo (ideal
clawdis setup
```
Optional: choose a different workspace with `inbound.workspace` (supports `~`).
Optional: choose a different workspace with `agent.workspace` (supports `~`).
```json5
{
@@ -149,7 +149,7 @@ Example:
## Heartbeats (proactive mode)
When `inbound.agent.heartbeatMinutes > 0`, CLAWDIS periodically runs a heartbeat prompt (default: `HEARTBEAT`).
When `agent.heartbeatMinutes > 0`, CLAWDIS periodically runs a heartbeat prompt (default: `HEARTBEAT`).
- If the agent replies with `HEARTBEAT_OK` (exact token), CLAWDIS suppresses outbound delivery for that heartbeat.