Cloud sessions can pull in your latest local edits between tool calls, not just at turn edges.
What's wrong with this entry?
The sync worker that mirrors files between your machine and a cloud session can now take in the latest local changes between tool calls, not just at the start or end of a turn. Uploads are recorded with the trigger "between_tools" and a new telemetry event reports the outcome and how long the take-in took.
- New entry point on the git-based sync worker for mid-turn take-in, plus a predicate that checks whether anything is pending.
- No feature flag guards this path; it runs when the sync worker is armed and listening and there are staged local changes waiting.
tengu_dir_sync_between_tools_take_in
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.