use-vibes 0.4.0 → 0.4.2
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 +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -91,6 +91,7 @@ Double-click the prompt text in the overlay to edit it. Press Enter to submit ch
|
|
|
91
91
|
##### Image Regeneration
|
|
92
92
|
|
|
93
93
|
When regenerating images, the component will:
|
|
94
|
+
|
|
94
95
|
- Use the edited prompt if one has been provided (via `editedPrompt` prop, `onPromptEdit` callback, or direct editing in the UI)
|
|
95
96
|
- Fall back to the original prompt from the document if no edits were made
|
|
96
97
|
- Preserve versions under the same document ID to maintain history
|