claude-code - 💡(How to fix) Fix [FEATURE] /resume should work for compacted conversations [1 comments, 2 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#60594Fetched 2026-05-20 03:54:31
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Author
Participants
Timeline (top)
labeled ×3commented ×1

Root Cause

/resume scans for .jsonl files at the project root — it finds nothing for bbbbbb because it's a directory, so it reports "No conversations found to resume."

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

Compacted sessions are stored as a directory containing subagent logs, not as a top-level .jsonl file alongside the other sessions. Compare:

$HOME/.claude/projects/XXXXXX/ aaaaaa-...jsonl ← resumable session file (this session) bbbbbb-.../ ← directory, NOT a .jsonl file subagents/ agent-acompact-cccccc.jsonl ← compaction summary agent-dddddd.jsonl ← explore subagent ...

/resume scans for .jsonl files at the project root — it finds nothing for bbbbbb because it's a directory, so it reports "No conversations found to resume."

Compaction is a case where resume matters a lot, yet it's the one case /resume silently ignores. Could this feature be added please?

Proposed Solution

/resume could scan for session directories, find any agent-acompact-*.jsonl inside them, extract the summary, and offer those as resumable candidates — perhaps with a label indicating they were compacted.

Alternative Solutions

No response

Priority

Medium - Would be very helpful

Feature Category

Configuration and settings

Use Case Example

No response

Additional Context

No response

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

claude-code - 💡(How to fix) Fix [FEATURE] /resume should work for compacted conversations [1 comments, 2 participants]