Seven more environment variables you export locally now carry into remote and worker processes.
What's wrong with this entry?
Seven more environment variables are preserved when Claude Code starts a remote or worker process, so settings you export locally now apply there too.
- Added:
CLAUDE_CODE_WORKER_EPOCH,CLAUDE_CODE_DISABLE_DIR_SYNC,CLAUDE_CODE_DISABLE_WORKING_SYNC,CLAUDE_CODE_DIR_SYNC_GIT,CLAUDE_CODE_DIR_SYNC_ARCHIVE,CLAUDE_CODE_DIR_SYNC_OVERLAY,CLAUDE_CODE_DISABLE_HOOK_FORWARDING. - These join the existing passthrough set, which already carried
CLAUDE_CODE_REMOTEand the agent proxy variables.
CLAUDE_CODE_DISABLE_HOOK_FORWARDING
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.247
Plugin forwarding now tells the cloud worker which directories it can reach
Both mention disable forwarding