claude-code - 💡(How to fix) Fix [Bug] Memory system not persisting across turns without explicit reminder [3 comments, 3 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#52952Fetched 2026-04-25 06:16:20
View on GitHub
Comments
3
Participants
3
Timeline
9
Reactions
0
Author
Timeline (top)
labeled ×4commented ×3mentioned ×1subscribed ×1
RAW_BUFFERClick to expand / collapse

Bug Description None of the memories are "remembered" by this useless crap. Almost all the instructions are ignored and skipped. When told "this is not what you're supposed to do" it "rediscovers" the memory. Or even tries to write a new one, and suddenly discovers it already has it

Environment Info

  • Platform: linux
  • Terminal: tmux
  • Version: 2.1.119
  • Feedback ID: f3225764-75a8-432f-9ee4-e1873388d184

extent analysis

TL;DR

The issue may be related to the memory recall mechanism, which seems to be malfunctioning, causing instructions to be ignored until manually corrected.

Guidance

  • Review the memory recall logic to ensure it's correctly implemented and not skipping instructions.
  • Verify that the "rediscovers" and "tries to write a new one" behaviors are intended and not causing conflicts with existing memories.
  • Check for any patterns or specific conditions that trigger the memory recall mechanism to malfunction.
  • Investigate if the issue is specific to the Linux platform or tmux terminal.

Notes

The provided information lacks technical details about the memory recall mechanism and its implementation, making it challenging to provide a more specific solution.

Recommendation

Apply workaround: Given the limited information, it's recommended to apply a workaround, such as manually correcting the memory recall mechanism or providing additional logging to better understand the issue, until a more permanent fix can be implemented.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING