Claude Code now logs telemetry when it asks for, and receives, permission to publish an artifact
Claude Code now logs a tengu_artifact_ask event whenever it asks for permission to perform an artifact-publish-style action, and a tengu_artifact_ask_granted event when that permission is approved. The granted event also records how it was approved: by the user temporarily, by the user permanently, by a hook (an automated script that runs on certain events), by configuration, or by another method.
This telemetry helps track how often artifact publishing requires explicit permission and how users typically respond, without changing what the user sees or has to do.
Whether this logging is enabled for any accounts is unknown, since both related gates are unread.