Chat history: confirm the agentic-path fixes are in the SHIPPED brain (tool-turns vanishing from history) #90
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Container-era diagnosis (2026-07-09, code-verified): three defects in the agentic chat path — (1) turns that use tools are never persisted to conversation history (bridge-turn hole: suspend returns empty reply, resume path never saves), (2) history load has no engram fallback after restart, (3) agentic writes conv:history: while the loader reads session:messages:. Full analysis: docs/specs/CHAT-RELIABILITY-DIAGNOSIS-2026-07-09.md + HONEST-TURNS-SPEC-2026-07-09.md in the docs repo.
Your main commits
615f0ce+8db3c8cappear to fix exactly this class — but they predate our diagnosis and the shipped dist/soul.c regen may not carry them. Ask: confirm the fixes are in the brain the app ships (or fold into the #150 rebuild). This is the "Neuron forgets what it just did for you" bug — it directly shapes whether conversations feel continuous.Findings B (approval hang) and C (fabricated success) from the same diagnosis are only partially covered by #78 + SPEC-DURABLE-APPROVALS — flagging so they're not lost with the container era.