What's wrong with this entry?
Session IDs now accept tagged identifiers in addition to UUIDs, enabling more flexible session management.
claude --session-id my-project-session
claude --resume my-project-session- Session ID format expanded from UUID-only to "UUID or tagged ID"
- Error message updated: "Must be a valid UUID or tagged ID"
- Makes resuming sessions easier with memorable identifiers
Session ID validation (search for "tagged ID")
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.