open app

Product · March 9, 2026

Structured snapshots are now first-class for large edits

We moved large paste/rewrite flows from verbose tree mutations to structured snapshot operations.

Large paste and rewrite flows previously emitted very high mutation volume, which increased transport noise and made diagnostics harder to reason about in multi-client sessions.

We moved those flows onto structured snapshot operations. In practice, this changed operation shape from many incremental tree changes to fewer, higher-signal events that better reflect user intent.

The result is lower op noise and cleaner sync behavior across clients, especially in high-content scenarios where one user action can imply broad document updates.