docs: update routing/messages/session config

This commit is contained in:
Peter Steinberger
2025-12-24 00:22:57 +00:00
parent 93af424ce5
commit 0f06e9926b
18 changed files with 109 additions and 105 deletions

View File

@@ -22,15 +22,15 @@ The agent was interrupted mid-response.
### Messages Not Triggering
**Check 1:** Is the sender in `allowFrom`?
**Check 1:** Is the sender in `routing.allowFrom`?
```bash
cat ~/.clawdis/clawdis.json | jq '.inbound.allowFrom'
cat ~/.clawdis/clawdis.json | jq '.routing.allowFrom'
```
**Check 2:** For group chats, is mention required?
```bash
# The message must contain a pattern from mentionPatterns
cat ~/.clawdis/clawdis.json | jq '.inbound.groupChat'
cat ~/.clawdis/clawdis.json | jq '.routing.groupChat'
```
**Check 3:** Check the logs