Cloud sessions hold your first message until your project files have actually uploaded.
What's wrong with this entry?
A cloud session now holds back your first message until the initial upload of your project files has actually landed on the server, instead of sending it against an empty or half-populated workspace. While waiting it prints progress lines, retries the first push on a backoff schedule, and if it never lands it stops with a "seed_incomplete" result. Reached on any claude --cloud session; no flag guards it.
- The wait is implemented as a gate on the send manager, registered with
onRelease: "withhold", so queued input is held rather than dropped. - Retries only apply on the initial "create" upload, not on later incremental syncs.
- New telemetry
tengu_dir_sync_git_first_send_waitreportswaited_msand one ofwedged,released,withdrawn, orlanded.
tengu_dir_sync_git_first_send_wait
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.