openclaw/docs/.generated
chain710 6f7825a3a9
feat(matrix): add group chat history context for agent triggers
Implement per-room message queue with per-agent watermarks so each agent
in a Matrix room independently tracks which messages it has consumed.

- Non-trigger messages accumulate in a shared per-room queue
- When an agent is triggered, it receives InboundHistory of pending messages
  since its last reply (capped at historyLimit)
- Watermark only advances to the snapshot taken at dispatch time, so messages
  arriving during async processing are visible on the next trigger (race safety)
- Each agent has an independent watermark, so multiple agents in the same room
  see independent history windows

Configure via channels.matrix.historyLimit (or messages.groupChat.historyLimit).
Default is 0 (disabled, preserving existing behavior).
2026-03-30 15:09:53 -04:00
..
README.md Docs: prototype generated plugin SDK reference (#51877) 2026-03-22 09:19:00 -07:00
config-baseline.json feat(matrix): add group chat history context for agent triggers 2026-03-30 15:09:53 -04:00
config-baseline.jsonl feat(matrix): add group chat history context for agent triggers 2026-03-30 15:09:53 -04:00
plugin-sdk-api-baseline.json Sandbox: sanitize SSH subprocess env (#57848) 2026-03-30 20:05:57 +01:00
plugin-sdk-api-baseline.jsonl Sandbox: sanitize SSH subprocess env (#57848) 2026-03-30 20:05:57 +01:00

README.md

Generated Docs Artifacts

These baseline artifacts are generated from the repo-owned OpenClaw config schema and bundled channel/plugin metadata.

  • Do not edit config-baseline.json by hand.
  • Do not edit config-baseline.jsonl by hand.
  • Do not edit plugin-sdk-api-baseline.json by hand.
  • Do not edit plugin-sdk-api-baseline.jsonl by hand.
  • Regenerate config baseline artifacts with pnpm config:docs:gen.
  • Validate config baseline artifacts in CI or locally with pnpm config:docs:check.
  • Regenerate Plugin SDK API baseline artifacts with pnpm plugin-sdk:api:gen.
  • Validate Plugin SDK API baseline artifacts in CI or locally with pnpm plugin-sdk:api:check.