Beware, Claude Code deletes >30 day old transcripts. Anthropic won't fix it
ojura
28 points
38 comments
June 30, 2026
Related Discussions
Found 5 related stories in 794.8ms across 14,015 title embeddings via pgvector HNSW
- Issue: Claude Code is unusable for complex engineering tasks with Feb updates StanAngeloff · 921 pts · April 06, 2026 · 62% similar
- Claude Code to be removed from Anthropic's Pro plan? JamesMcMinn · 470 pts · April 21, 2026 · 62% similar
- An update on recent Claude Code quality reports mfiguiere · 641 pts · April 23, 2026 · 62% similar
- Anthropic downgraded cache TTL on March 6th lsdmtme · 501 pts · April 12, 2026 · 61% similar
- Anthropic embedded spyware in Claude Code – and attempted to hide it from you theanonymousone · 13 pts · June 30, 2026 · 60% similar
Discussion Highlights (15 comments)
pigeonwarz
The 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).
astrodust
That Claude can't retain and reference these in the future, SQLite could do this trivially, is wild.
midnitewarrior
idk 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."
preciousoo
Isn’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
Deukhoofd
So it's a config setting you can change? What would you expect them to fix, that sounds like a feature?
bpodgursky
It's on your computer you can literally just make a crontab to copy them somewhere else.
kapperchino
Wow good timing, I’ve been working on a session hub of sorts for devs. Check it out, you can store your sessions on here. https://joe-store-frontend.onrender.com
ralferoo
"Why this is more than an inconvenience. For paying users who treat their sessions as intellectual property — design reasoning, prompt history, hard-won context — this is silent, unconsented destruction of user-owned data. The transcripts are the user's record of their own thinking and work; deleting them by default, silently, with no recovery, inverts the expected ownership relationship. A 30-day default that quietly discards months of accumulated reasoning is a poor default for that audience, however reasonable it is for disk hygiene in the general case." Those users would be wise to back those files up if they consider them valuable intellectual property. If they're important enough that you'd miss them after a disk failure, then they should have been being backed up already.
Evidlo
There are several third party tools which can assist with transparently aggregating and archiving sessions across projects Ccrider is the one I use: https://github.com/neilberkman/ccrider Session backups live outside of ~.claude so are not deleted and can be resumed.
taspeotis
I thought this was a feature that they tidied up your data
Recursing
This is clearly shown in the settings/config (or at least was last time I looked), if people are surprised by this I recommend asking claude code what settings you can tweak
mwigdahl
"Evil Anthropic implements rolling log files." Film at 11.
luxuryballs
Probably a better practice to devise your own record/docs history to rely on rather than depending on Anthropic.
skeledrew
This literally hit me just last night. Went to continue a project I haven't touched in a while and couldn't find the session, which I wanted to continue from as it's a cheap way to track token cost at the project level. Many missing sessions, then Claude told me what was up and I had it configure retention for 10,000 years.
felixlu2026
raw transcripts can expire, but decisions shouldn’t. i’d rather keep durable project facts separately than depend on old chat logs.