docs: move cross-context faq to troubleshooting

This commit is contained in:
Peter Steinberger
2026-01-24 09:36:39 +00:00
parent b4a2dc81a2
commit b1ac7e0501
2 changed files with 27 additions and 28 deletions

View File

@@ -61,6 +61,33 @@ Disable Advanced Security or add `docs.clawd.bot` to the allowlist, then retry.
- [Models](/cli/models)
- [OAuth / auth concepts](/concepts/oauth)
### “Cross-context messaging denied” (Telegram → Discord, etc.)
Clawdbot blocks **crossprovider** sends by default. If a tool call is bound to
Telegram, it wont send to Discord unless you explicitly allow it.
Enable crossprovider messaging for the agent:
```json5
{
agents: {
defaults: {
tools: {
message: {
crossContext: {
allowAcrossProviders: true,
marker: { enabled: true, prefix: "[from {channel}] " }
}
}
}
}
}
}
```
Restart the gateway after editing config. If you only want this for a single
agent, set it under `agents.list[].tools.message` instead.
### `/model` says `model not allowed`
This usually means `agents.defaults.models` is configured as an allowlist. When its non-empty,