Artifact copy_from now supports copying across organizations and retries once if the destination isn't found yet
The copy_from action, used to copy assets between artifacts, now supports copying across organizations in some cases. It checks organization membership and probe state to determine whether a cross-organization copy is allowed (crossOrgOk), and blocks the copy with a specific error if the destination artifact is outside the user's organization and not allowed. If the first copy attempt fails because the destination isn't found yet and hasn't been probed, Claude Code now automatically retries once with a fresh probe.
This makes copying assets between artifacts more reliable when the destination artifact is newly created or not yet visible, while still enforcing organization boundaries where required.