You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a dedicated video-and-metadata icon for browser toolbars and extension listings.\n\nValidation: 19 tests pass; Mozilla web-ext lint reports 0 errors, 0 warnings, and 0 notices.
Clean Firefox validation release.\n\n- Rebuilds the assistant panel entirely with DOM APIs.\n- Removes dynamic HTML parsing and the remaining Mozilla validator warning.\n\nValidation: 19 tests pass; Mozilla web-ext lint reports 0 errors, 0 warnings, and 0 notices.
Firefox Add-ons validation compatibility release.\n\n- Declares no data collection using Firefox's required built-in consent manifest key.\n- Raises the Firefox minimum version to 142, where the declaration is supported on desktop and Android.\n- Removes direct dynamic innerHTML assignments from the assistant panel.\n\nValidation: 19 tests pass; Mozilla web-ext lint reports 0 errors.
Keep prompts and resources bound to the newly uploaded Civitai media row when a post contains multiple videos. Direct drops are now bound explicitly, and extension-assisted uploads wait for the media-row count to increase instead of trusting the first new video element.
Fix already-attached resource detection against Civitai's live DOM. The extension now scans the complete Resources card rather than its header row and can close a stale duplicate picker after recognizing the attached model.
Detect resources Civitai preattaches when a post starts from a model gallery. Matching exact version IDs, model IDs, or visible model names are marked complete so the extension does not search for or add duplicate/older versions.
Retry Civitai resource searches by resolved and metadata model names when AutoV2 returns an explicit no-results state. The picker’s initial empty state is ignored until the entered query produces a DOM transition.
Use Civitai's 10-character AutoV2 hashes for resource-picker searches. Full embedded SHA-256 hashes are now converted to AutoV2, and explicit API AutoV2 hashes are preferred.
Search Civitai's resource picker by embedded model hash first.\n- Fall back to a Civitai-resolved SHA-256/AutoV2 hash, then to the model name only when no hash exists.\n- Show the active search method in the assistant panel.
Commit and blur Civitai's controlled Seed input before programmatically saving the prompt form.\n- Wait for Civitai to process the committed value before reporting success.