docs: refresh chat history sanitization mirrors

This commit is contained in:
Peter Steinberger
2026-04-04 21:53:25 +01:00
parent 291afbbb95
commit adfdde5cb3
5 changed files with 21 additions and 12 deletions

View File

@@ -31,8 +31,9 @@ agent (with a session switcher for other sessions).
- Data plane: Gateway WS methods `chat.history`, `chat.send`, `chat.abort`,
`chat.inject` and events `chat`, `agent`, `presence`, `tick`, `health`.
- `chat.history` returns display-normalized transcript rows: inline directive
tags are stripped from visible text, plain-text tool-call XML payloads and
leaked ASCII/full-width model control tokens are stripped, pure `NO_REPLY`
tags are stripped from visible text, plain-text tool-call XML payloads
(including `<tool_calls>` and truncated tool-call blocks) and leaked
ASCII/full-width model control tokens are stripped, pure `NO_REPLY`
assistant rows are omitted, and oversized rows can be replaced with
placeholders.
- Session: defaults to the primary session (`main`, or `global` when scope is