Local file edits now reach your cloud session as you make them, not only at sync points.
What's wrong with this entry?
A file-system watcher over the synced project root has been added, so changes reach a remote Claude Code session as they happen rather than only at explicit sync points. Bursts of edits are debounced: 750ms of quiet, at most 4s of waiting, and at least 2s between uploads.
- Ignores
.git, dependency directories,.DS_Store, and.tmp,.swpand~files. - Each trigger runs an incremental upload rather than a full resend.
- The tuning values are internal constants; nothing in this build exposes a setting or environment variable to change them.
dir-sync: directory watch started on the synced root
Strings lifted out of the shipped bundle, so the claim above can be checked against them.