rewind_conversation's internals were split out into shared helper functions, with no behavior change noted
The handler for the rewind_conversation remote request - which rewinds a conversation to an earlier point - has been restructured. The logic for persisting the rewind, checking whether the session state has drifted, mirroring and logging failures, and stopping any in-flight agents past the cut point now lives in separate helper functions instead of being written inline. Stopping in-flight agents is now driven by a cut index rather than the previous predicate-based walk through agent ancestry.
This is an internal code reorganization rather than a change in what rewind_conversation does for the user.