claude-code - 💡(How to fix) Fix Background sessions with interactive messages don't appear in /resume

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…

Fix Action

Workaround

Navigate to ~/.claude/jobs/{job-id} directly.

RAW_BUFFERClick to expand / collapse

Bug

Sessions started as background jobs that subsequently receive interactive user messages don't appear in the /resume session list. The user has to know the job ID and navigate to ~/.claude/jobs/ manually.

Expected behavior

If a session tagged as a background job receives direct interactive messages from the user, it should appear in /resume alongside normal interactive sessions — or at minimum, /resume should have a flag to include background sessions (/resume --all).

Repro

  1. Start a session that gets spawned as a background job (e.g., continuation after context compaction, or a job that the user then chats with directly)
  2. Work interactively in that session for an extended period
  3. Close the session
  4. Run /resume — the session doesn't appear in the list

Workaround

Navigate to ~/.claude/jobs/{job-id} directly.

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…

FAQ

Expected behavior

If a session tagged as a background job receives direct interactive messages from the user, it should appear in /resume alongside normal interactive sessions — or at minimum, /resume should have a flag to include background sessions (/resume --all).

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 Background sessions with interactive messages don't appear in /resume