Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.0.58 Home All releases olderv2.0.57 v2.0.59newer
Claude Code v2.0.58

Direct Session Resume via /resume [session-id]

What: Resume sessions directly by providing a session ID or title as an argument to the /resume command, bypassing the interactive picker.

How to use:

# Resume by session ID
/resume abc123def

# Resume by exact title (when enabled)
/resume "My Project Session"

Details:

  • Returns helpful error messages for "session not found" or "multiple matches" scenarios
  • Falls back to interactive picker when no argument provided
  • Evidence: u_3 at line 497346, YV9() at line 497237, BV0() at line 497245 in v2.0.58

See this entry in the whole of v2.0.58 →