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 v1.0.125 Home All releases olderv1.0.124 v1.0.126newer
Claude Code v1.0.125

Resume Session at Specific Message

What: Resume a conversation from a specific assistant message instead of from the end.

How to use:

claude --resume conversation.jsonl --resume-session-at msg_abc123

Details:

  • Requires --resume flag to be set
  • Provide an assistant message ID to start from that point in the conversation
  • Returns error if the specified message ID is not found
  • Useful for branching conversations or exploring alternative response paths
  • Evidence: Validation at line 446036, message filtering at line 446470, configuration at line 448508

See this entry in the whole of v1.0.125 →