← Back to context Comment by stellalo 4 months ago Doesn’t Claude Code allow to just dump entire conversations, with everything that happened in them? 6 comments stellalo Reply joemazerino 4 months ago All sessions are located in the `~/.claude/projects/foldername` subdirectory. ukuina 4 months ago Doesn't it lose prompts prior to the latest compaction? jitl 4 months ago I’ve sent Claude back to look at the transcript file from before compaction. It was pretty bad at it but did eventually recover the prompt and solution from the jsonl file. onedognight 4 months ago It’s loses them in the current context (say 200k tokens), not in its SQLite history db (limited by your local storage). 1 reply → joemazerino 4 months ago It doesn't lose the prompt but slowly drains out of context. Use the PreCompact hook to write a summary.
joemazerino 4 months ago All sessions are located in the `~/.claude/projects/foldername` subdirectory. ukuina 4 months ago Doesn't it lose prompts prior to the latest compaction? jitl 4 months ago I’ve sent Claude back to look at the transcript file from before compaction. It was pretty bad at it but did eventually recover the prompt and solution from the jsonl file. onedognight 4 months ago It’s loses them in the current context (say 200k tokens), not in its SQLite history db (limited by your local storage). 1 reply → joemazerino 4 months ago It doesn't lose the prompt but slowly drains out of context. Use the PreCompact hook to write a summary.
ukuina 4 months ago Doesn't it lose prompts prior to the latest compaction? jitl 4 months ago I’ve sent Claude back to look at the transcript file from before compaction. It was pretty bad at it but did eventually recover the prompt and solution from the jsonl file. onedognight 4 months ago It’s loses them in the current context (say 200k tokens), not in its SQLite history db (limited by your local storage). 1 reply → joemazerino 4 months ago It doesn't lose the prompt but slowly drains out of context. Use the PreCompact hook to write a summary.
jitl 4 months ago I’ve sent Claude back to look at the transcript file from before compaction. It was pretty bad at it but did eventually recover the prompt and solution from the jsonl file.
onedognight 4 months ago It’s loses them in the current context (say 200k tokens), not in its SQLite history db (limited by your local storage). 1 reply →
joemazerino 4 months ago It doesn't lose the prompt but slowly drains out of context. Use the PreCompact hook to write a summary.
All sessions are located in the `~/.claude/projects/foldername` subdirectory.
Doesn't it lose prompts prior to the latest compaction?
I’ve sent Claude back to look at the transcript file from before compaction. It was pretty bad at it but did eventually recover the prompt and solution from the jsonl file.
It’s loses them in the current context (say 200k tokens), not in its SQLite history db (limited by your local storage).
1 reply →
It doesn't lose the prompt but slowly drains out of context. Use the PreCompact hook to write a summary.