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 v0.2.117 Home All releases olderv0.2.116 v0.2.118newer
Claude Code v0.2.117

Enhanced Print Mode (--print) 📄

The print mode has been significantly improved with new options:

Session Management:

  • --continue - Continue the most recent conversation
  • --resume <session-id> - Resume a specific conversation by UUID

System Prompts:

  • --system-prompt <prompt> - Replace the default system prompt
  • --append-system-prompt <prompt> - Append to the existing system prompt

Examples:

# Continue last conversation
claude --print --continue "What were we discussing?"

# Resume specific session
claude --print --resume 550e8400-e29b-41d4-a716-446655440000 "Let's continue"

# Custom system prompt
claude --print --system-prompt "You are a Python expert" "Write a sorting algorithm"

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v0.2.117 →