docs: refresh chat history display mirrors

This commit is contained in:
Peter Steinberger
2026-04-04 19:17:50 +01:00
parent 6f2e804182
commit 39d9ded2e5
5 changed files with 11 additions and 1 deletions

View File

@@ -137,7 +137,9 @@ Pairing details: [Pairing](/channels/pairing).
The Android Chat tab supports session selection (default `main`, plus other existing sessions):
- History: `chat.history`
- History: `chat.history` (display-normalized; inline directive tags are
stripped from visible text, pure `NO_REPLY` assistant rows are omitted, and
oversized rows can be replaced with placeholders)
- Send: `chat.send`
- Push updates (best-effort): `chat.subscribe` → `event:"chat"`

View File

@@ -30,6 +30,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, 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
global). The UI can switch between sessions.
- Onboarding uses a dedicated session to keep firstrun setup separate.