You can rename an artifact right in the artifact picker and it updates immediately.
What's wrong with this entry?
The artifact list can rename an artifact in place through a "Rename artifact:" text field confirmed with enter and abandoned with escape, updating the list immediately and rolling back if the server call fails.
- Renames go to a new
/api/frame/retitle/endpoint, with its own telemetry. - A network failure surfaces as "Couldn't rename artifact (network error)" and the old title is restored.
- The same screen carries a pin action on the
pkey, backed by/api/frame/favorite/(POST to pin, DELETE to unpin), which only appears when the server enables it.
Couldn't rename artifact (network error)
Strings lifted out of the shipped bundle, so the claim above can be checked against them.