Reuse Mode
Loading and reusing previously captured prompts and assets
Reuse Mode (History)
Reuse Mode displays previously captured asset versions for your active scene. It enables you to review what you've already generated, load prompts back into the capture form for iteration, and manage draft saves.
Overview
When you switch to the History tab, the extension:
- Loads all asset versions captured for the active scene
- Displays them as cards with thumbnails and metadata
- Allows one-click loading of any version into the capture form
- Provides draft management for in-progress captures
Interface
Asset Cards
Each captured version appears as a card showing:
- Thumbnail - Preview image (video poster for video assets)
- Platform Badge - Which AI platform generated it
- Asset Type - Image, video, audio, etc.
- Prompt Preview - First 100 characters of the prompt
- Status - Draft, Generated, Selected
- Timestamp - When it was captured
Actions Per Card
Click any card to load its data into the Capture form. This populates:
- Prompt (and negative prompt if present)
- Platform
- Model name
- All metadata fields
- Tags and notes
The Output URL is not loaded (since that points to the original asset), allowing you to generate a new variation and save it as a related version.
Empty State
If the active scene has no captured versions:
No versions yet. Capture something first.
Switch to Capture mode and save your first asset.
Use Cases
Iterate on a Winning Prompt
- Navigate to History mode
- Find a version with a prompt you want to iterate on
- Click the card to load it into Capture form
- Switch to Capture mode
- Tweak the prompt slightly
- Generate on the platform
- Capture the new variation
Compare Prompts
- Load a version from History
- Note the prompt and settings
- Generate on a different platform
- Capture the new output
- Compare results in the web app's scene detail view
Recover Accidentally Cleared Form
- If you accidentally click "Clear All" in Capture mode
- Switch to History mode
- Click the most recent version
- Switch back to Capture mode
- Data is restored
Draft Management
At the bottom of History mode, you'll find draft controls:
Restore Draft
If you close the side panel or browser while mid-capture, your in-progress form data is automatically saved as a draft. Click "Restore Draft" to recover:
- All filled form fields
- Selected project and scene
- Pending output URLs
Clear Draft
If you want to start fresh and discard the saved draft:
- Click "Clear Draft"
- Confirm the action
- Draft is deleted from local storage
Drafts persist across browser sessions but are stored locally (not synced to Lazer).
Prompt Package Picker (Future)
In future versions, History mode will include a prompt package picker:
- Browse reusable prompt packages saved in your project
- Load a prompt package into Capture form
- Apply prompt package to the current platform page
- Copy prompt to clipboard as fallback
For now, manually copy prompts from History cards.
Applying Prompts to Platform Pages
When you load a version from History into the Capture form:
- Click "Apply" button next to the Prompt field in Capture mode
- The extension will attempt to inject the prompt into the platform's prompt input
- This works on most platforms via DOM manipulation
Apply Prompt Workflow
- Load a prompt from History
- Navigate to the target AI platform generation page
- Click "Apply" in Capture mode
- Verify the prompt appears in the platform's input field
- Adjust generation settings as desired
- Generate
- Capture the new output
Fallback: Copy to Clipboard
If "Apply" fails (due to platform UI changes or unsupported platform):
- The prompt is still in the Capture form
- Select all the text in the Prompt field
- Copy (Cmd/Ctrl + C)
- Paste into the platform's prompt input manually
Filtering and Search (Future)
Future versions will support:
- Filter by asset type (show only images, only video, etc.)
- Filter by platform (show only Sora outputs, etc.)
- Filter by status (show only selected winners)
- Search prompts by keyword
- Sort by date, status, or platform
Integration with Web App
Assets in History mode are synced from the web app. If you:
- Delete a version in the web app
- Change its status to "Selected"
- Update its tags or notes
These changes will reflect in History mode after refreshing:
- Click the refresh icon in the detection banner (in Capture mode)
- Switch back to History mode
- Data is re-fetched
History mode pulls data from the Lazer API in real-time when the scene context changes.
Recent Prompts (Future)
A future version will add a "Recent Prompts" section showing:
- The last 10 prompts you used across all scenes and projects
- Platform and timestamp
- One-click load into Capture form
- Copy to clipboard action
This enables cross-scene prompt reuse without navigating away from the current context.
Best Practices
Naming and Tagging
When capturing variations, use:
- Title field - Short descriptive name ("take-2", "director-notes")
- Tags - Searchable keywords ("hero", "approved", "alt-ending")
- Notes - Context for future you ("client requested brighter lighting")
This makes History mode much more useful when reviewing 50+ versions.
Prompt Refinement
Before reusing a prompt:
- Load it from History
- Click "Refine" in Capture mode (if AI config is set up)
- AI will clean up formatting and improve clarity
- Review and apply to platform
Organize by Status
Use the Status field strategically:
- Draft - Experimental, not ready for review
- Generated - Completed but not yet reviewed
- Selected - Approved for use in timeline
Filter by status (future feature) to focus on relevant versions.
Troubleshooting
History Not Loading
- Verify project and scene are selected in Capture mode
- Check connection status in status bar
- Verify your API token is valid
- Check browser console for API errors
Card Shows Broken Thumbnail
- Thumbnail URL may have expired (common on platforms with temporary CDN links)
- The full output URL is still accessible in the web app
- Future captures should include durable thumbnail URLs
Loaded Prompt Is Truncated
- Lazer stores full prompts (no truncation)
- History card preview shows first 100 characters only
- Load the card to see the full prompt in Capture form
Draft Not Saving
- Drafts are saved to local storage automatically
- If local storage is full, draft saving may fail
- Clear browser data or free up storage
- Ensure third-party cookies/storage is not blocked