Under the hood
Live artifact republish updates no longer inject a re-read prompt message, just log it passively
What
When a live artifact Claude Code is watching gets republished elsewhere, the handler used to build a message telling Claude the artifact appears to have been republished and should be re-read before editing, and queue it as a task notification. It now instead just records that the new version was heard and logs telemetry, without composing or sending that message.
Why
This is consistent with the shift to passive version tracking: rather than actively interrupting with a re-read prompt each time, the update is recorded quietly and surfaced differently.