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

@@ -42,7 +42,7 @@ This is social engineering 101. Create distrust, encourage snooping.
```json
{
"inbound": {
"routing": {
"allowFrom": ["+15555550123"]
}
}
@@ -54,9 +54,11 @@ Only allow specific phone numbers to trigger your AI. Never use `["*"]` in produ
```json
{
"groupChat": {
"requireMention": true,
"mentionPatterns": ["@clawd", "@mybot"]
"routing": {
"groupChat": {
"requireMention": true,
"mentionPatterns": ["@clawd", "@mybot"]
}
}
}
```