Remote sessions started from review can skip writing some state to disk.
What's wrong with this entry?
Remote sessions launched from review can now skip writing certain state to disk.
- the remote-session disk persistence helper takes a
skipInReviewOriginoption - when the option is set and the session origin is review, it logs and returns without writing
- origin comes from the environment, via
CLAUDE_CODE_REMOTE/CLAUDE_CODE_REMOTE_SESSION_ORIGIN === "review"; without those it persists as before
Skipping ${r} disk persistence in review-origin session
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.229
Artifact links can resolve against a configured host
Both mention origin
-
v2.1.247
Programmatic prompt submission gains origin and wait, which hooks cannot forge
Both mention origin