Turning off artifacts now uses the artifact switch, not the Workflows one.
What's wrong with this entry?
Turning off artifacts now honours CLAUDE_CODE_DISABLE_ARTIFACT and the disableArtifact setting, which is what the settings schema documented. The check previously read the Workflows environment variable and setting instead.
- If you disabled Workflows in order to suppress artifacts, artifacts are switched back on; set
disableArtifactor the environment variable instead.
export CLAUDE_CODE_DISABLE_ARTIFACT=1disableArtifact
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.219
Org memory no longer auto-selects a lone candidate store
Both mention disable
-
v2.1.224
Artifact kill switch now applies to more artifact paths
Both mention disable
-
v2.1.229
Repositories can declare that all hooks are off
Both mention disable