DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.
Artifacts toggle no longer shows a setting that failed to save
You'll notice
Useful3Signal1
Settings
The Artifacts settings toggle now reverts and reports an error if the setting fails to save.
What's wrong with this entry?
Anonymous. No account, no email.
What
Turning Artifacts on or off in settings now waits for the write to finish, and if it fails the row reverts to what is actually stored and the error is returned.
Details
The write was previously fired without waiting, so a failed save left the UI showing the new state anyway.
Both the enableArtifact and disableArtifact values are restored from current settings on failure.
Evidence
enableArtifact
Strings lifted out of the shipped bundle, so the claim above can be checked against them.