In auto mode, Claude can join an artifact's live room itself unless you refused before.
What's wrong with this entry?
Consent to join an artifact's live room, previously only a yes or no you gave, can now be recorded as granted by the automatic permission classifier. That grant holds only while the session stays in auto permission mode, and a refusal or a manual stop you made earlier keeps the classifier from auto-joining that room again.
- Consent is stored per room with the value
classifieralongside the existing true/false. - The check requires the mode to be
autoand the room not to have been stopped by the user. - Bookkeeping tracks whether the room was asked about, refused by the user, and stopped by the user.
- A sweep detects when a classifier grant is no longer valid, leaves the room and clears the stored consent.
artifactRoomJoinConsentSlugs, artifactRoomJoinConsentSlugs?.[r] !== "classifier"
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.221
Auto mode exit message is tailored, and subagents no longer get it
Both mention auto
-
v2.1.229
Auto-mode setup confirmation is now a single keyboard form
Both mention auto
-
v2.1.229
Auto-mode setup wizard reduced to one screen
Both mention auto