docs: refresh session recall sanitization refs

This commit is contained in:
Peter Steinberger
2026-04-04 19:26:37 +01:00
parent fd222d3f07
commit f94645dfe5
11 changed files with 40 additions and 30 deletions

View File

@@ -24,7 +24,9 @@ Auth profiles are **per-agent**. Each agent reads from its own:
```
`sessions_history` is the safer cross-session recall path here too: it returns
a bounded, redacted view, not a raw transcript dump.
a bounded, sanitized view, not a raw transcript dump. Assistant recall strips
thinking tags, downgraded tool-call scaffolding, leaked model control tokens,
and malformed MiniMax tool-call XML before redaction/truncation.
Main agent credentials are **not** shared automatically. Never reuse `agentDir`
across agents (it causes auth/session collisions). If you want to share creds,