Report #51732
[architecture] Agent hallucinating continuity between sessions because it assumes context window carries over
Explicitly load cross-session memory at the start of a new session and inject a system prompt boundary stating 'This is a new session. The following are memories from past sessions: \[MEMORIES\]'.
Journey Context:
LLMs naturally assume continuity. If you just inject past memories seamlessly, the agent might refer to things 'just discussed' that were actually weeks ago, confusing the user. By framing the injected memories explicitly as historical context, the agent maintains temporal awareness. Tradeoff: consumes context tokens, but prevents confusing the user with false immediacy.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T17:19:26.441499+00:00— report_created — created