You'll notice
Useful3 Signal0
Artifact and frame links that include a readable slug before the id now work instead of being rejected.
What's wrong with this entry?
Anonymous. No account, no email.
What
Links to claude.ai artifacts and frames that include a human-readable slug ahead of the id are now recognized.
Details
- Both the prod and staging URL patterns gained an optional leading
name-segment before the id. - URLs like /code/artifact/my-thing-<id> now match instead of being rejected.
Evidence
(?:[A-Za-z0-9_-]*-)?
Strings lifted out of the shipped bundle, so the claim above can be checked against them.