@markweave/react 0.4.4 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -25,7 +25,7 @@ Version 0.3.5 keeps this fixed positioning and resolver-backed first-screen imag
25
25
 
26
26
  ## Host-Driven AI Edit Review
27
27
 
28
- Version 0.3.8 exposes lazy selection snapshots plus explicit selection, block, and document AI edit scopes through `MarkweaveAiEditController`. Multi-scope proposals render as atomic multi-hunk review without Markweave sending provider requests or receiving credentials.
28
+ Version 0.5.0 exposes lazy selection snapshots plus explicit selection, block, and document AI edit scopes through `MarkweaveAiEditController`. Multi-scope proposals provide count/navigation, global decisions, and staged per-hunk decisions before one atomic settlement, without Markweave sending provider requests or receiving credentials.
29
29
 
30
30
  ```tsx
31
31
  import { useState } from "react";