Directory sync progress now appears inline in your transcript.
What's wrong with this entry?
When Claude Code is syncing a directory, progress notices are now a proper transcript item rather than something the renderer had to be told about separately, so sync updates appear inline with the conversation.
- The transcript renderer and the event filter previously accepted only polled-event items on that branch; they now also accept a
dir_sync_noticeitem. - These notices are excluded from one of the paths that collapses consecutive messages, so a sync notice does not get folded into neighbouring output.
- Sync state also gained scheduling fields for cancelling and re-running a rescan when the session goes idle (
idleRescanCancel,idlePassOwed,cancelGeneration).
dir_sync_notice
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.238
Sync state machine gains a moved-root case and a per-turn pull hook
Both mention directory
-
v2.1.238
Untracked-file survey extracted and shared
Both mention directory
-
v2.1.238
Sync internals reshaped around per-file credential state
Both mention directory