What's wrong with this entry?
A new /artifacts command to browse, open, copy links to, and delete your published and shared artifacts from within the terminal.
Disabled (hardcoded isEnabled: () => !1)
- Full UI built: scrollable list with selection, title truncation at 50 characters, view count and date metadata, and "shared" badge for artifacts shared by others.
- Keyboard actions: arrow keys to select, Enter or
oto open in browser,cto copy URL to clipboard,dto delete (own artifacts only, withy/nconfirmation),rto refresh, Escape to close. - Fetches from
/api/frame/frames?limit=200— up to 200 artifacts. - Soft-deleted artifacts are filtered from the list automatically.
- Error states: "Couldn't load artifacts (network error)", "Couldn't load artifacts (HTTP {status})", "No artifacts yet. Publish one with the Artifact tool."
- Delete errors: "Artifact not found — it may already be deleted, or you are not the owner."
Command registration (search for "Browse your published and shared artifacts"); disabled flag (isEnabled: () => !1 in the command definition); API path (search for "/api/frame/frames?limit=200")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.