@markweave/vue2 0.3.7 → 0.3.8

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.6 exports `MarkweaveAiEditController` and exposes it through `:on-ai-edit-controller-change`. The host captures a supported text selection, calls its own AI service, and submits Markdown for in-place review; Markweave does not send provider requests or receive credentials.
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.
35
35
 
36
36
  ```vue
37
37
  <MarkweaveEditor :on-ai-edit-controller-change="setAiEditController" />