docs: refresh chat history scaffolding refs

This commit is contained in:
Peter Steinberger
2026-04-04 19:23:55 +01:00
parent 3b109c3419
commit fd222d3f07
5 changed files with 20 additions and 8 deletions

View File

@@ -31,8 +31,11 @@ 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, pure `NO_REPLY` assistant rows are
omitted, and oversized rows can be replaced with placeholders.
tags are stripped from visible text; leaked reasoning /
relevant-memories scaffolding, leaked XML tool-call blocks, and leaked
provider control tokens are also stripped from visible assistant text; pure
`NO_REPLY` assistant rows are omitted; oversized rows can be replaced with
placeholders.
- Session: defaults to the primary session (`main`, or `global` when scope is
global). The UI can switch between sessions.
- Onboarding uses a dedicated session to keep firstrun setup separate.