mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 16:00:23 +00:00
docs: refresh session recall sanitization refs
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user