What's wrong with this entry?
Anonymous. No account, no email.
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.