docs: document DM history limits (#883)

Thanks @pkrmf.

Co-authored-by: Marc Terns <tenxurz@gmail.com>
This commit is contained in:
Peter Steinberger
2026-01-15 02:22:29 +00:00
parent 6ffd7111a6
commit 12c2d37e62
9 changed files with 32 additions and 0 deletions

View File

@@ -189,6 +189,7 @@ Provider options:
- `channels.imessage.groupPolicy`: `open | allowlist | disabled` (default: allowlist).
- `channels.imessage.groupAllowFrom`: group sender allowlist.
- `channels.imessage.historyLimit` / `channels.imessage.accounts.*.historyLimit`: max group messages to include as context (0 disables).
- `channels.imessage.dmHistoryLimit`: DM history limit in user turns. Per-user overrides: `channels.imessage.dms["<handle>"].historyLimit`.
- `channels.imessage.groups`: per-group defaults + allowlist (use `"*"` for global defaults).
- `channels.imessage.includeAttachments`: ingest attachments into context.
- `channels.imessage.mediaMaxMb`: inbound/outbound media cap (MB).