What's wrong with this entry?
The --resume flag now accepts session titles in addition to UUIDs, with fuzzy matching support.
# Resume by UUID (existing behavior)
claude --resume 550e8400-e29b-41d4-a716-446655440000
# Resume by session title (new)
claude --resume "my refactoring session"
# Also works with --print mode
claude -p --resume "my session title"- When the provided value is not a valid UUID, Claude Code now searches for matching session titles
- If multiple sessions match, the user is prompted to disambiguate with a list of matching session IDs
- Error messages have been updated:
"Error: --resume requires a valid session ID or session title when used with --print"
Session title matching (search for "is not a UUID and does not match any session title")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.