Beware, Claude Code deletes >30 day old transcripts. Anthropic won't fix it
1–10 of 44 posts
Re: Beware, Claude Code deletes >30 day old transcripts. Anthropic won't fix it
#2[deleted]
Re: Beware, Claude Code deletes >30 day old transcripts. Anthropic won't fix it
#3The best mitigation I've found against this is training Claude to collate what it does within the project dir, specifically a CLAUDE.md vision file and .claude/changelog that documents the changes it makes. The biggest pain point though is remembering to force it to do that between sessions (man is that contextual memory unreliable sometimes).
Re: Beware, Claude Code deletes >30 day old transcripts. Anthropic won't fix it
#4[flagged]
Re: Beware, Claude Code deletes >30 day old transcripts. Anthropic won't fix it
#5That Claude can't retain and reference these in the future, SQLite could do this trivially, is wild.
Re: Beware, Claude Code deletes >30 day old transcripts. Anthropic won't fix it
#6idk if it's broken.
I think it's more like, "We don't want our harness to need to be able to interpret every version of our conversation format indefinitely."
Re: Beware, Claude Code deletes >30 day old transcripts. Anthropic won't fix it
#7Isn’t “Anthropic won’t fix it” a little sensational for barely month old issue with little activity(two upvotes, one of which is me), in backlog of 5k+? Agree that it’s a real issue that need fixing however
Re: Beware, Claude Code deletes >30 day old transcripts. Anthropic won't fix it
#8So it's a config setting you can change? What would you expect them to fix, that sounds like a feature?
Re: Beware, Claude Code deletes >30 day old transcripts. Anthropic won't fix it
#9Isn’t “Anthropic won’t fix it” a little sensational for barely month old issue with little activity(two upvotes, one of which is me), in backlog of 5k+? Agree that it’s a real issue that need fixing however
"fix it" here is reverting their bad change
Re: Beware, Claude Code deletes >30 day old transcripts. Anthropic won't fix it
#10It's on your computer you can literally just make a crontab to copy them somewhere else.