@markweave/vue2 0.4.3 → 0.5.0

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
@@ -31,7 +31,7 @@ Version 0.3.5 keeps this fixed positioning and resolver-backed first-screen imag
31
31
 
32
32
  ## Host-Driven AI Edit Review
33
33
 
34
- Version 0.3.8 exposes lazy selection snapshots plus explicit selection, block, and document AI edit scopes through `MarkweaveAiEditController`. Keyed Vue 2 replacements preserve the successor controller, and multi-scope proposals render as atomic multi-hunk review without Markweave sending provider requests or receiving credentials.
34
+ Version 0.5.0 exposes lazy selection snapshots plus explicit selection, block, and document AI edit scopes through `MarkweaveAiEditController`. Keyed Vue 2 replacements preserve the successor controller, while multi-scope proposals provide count/navigation, global decisions, and staged per-hunk decisions before one atomic settlement.
35
35
 
36
36
  ```vue
37
37
  <MarkweaveEditor :on-ai-edit-controller-change="setAiEditController" />