Add SmartResolve plugin for duplicate scene workflows#697
Merged
DogmaDragon merged 3 commits intostashapp:mainfrom Apr 9, 2026
Merged
Add SmartResolve plugin for duplicate scene workflows#697DogmaDragon merged 3 commits intostashapp:mainfrom
DogmaDragon merged 3 commits intostashapp:mainfrom
Conversation
added 2 commits
April 8, 2026 11:48
Introduce SmartResolve with rule-based scene selection, protection/sync safeguards, in-row sync tooling, and documented settings for tuning Smart Resolve behavior. Made-with: Cursor
…rsion increment to 1.0.02. Added a function to determine if a refresh is needed after sync, optimizing group loading based on cache state.
Contributor
Author
|
Latest push removes unnecessary refresh, greatly improving performance. |
Restore unconditional duplicate-group reload when running Select Smart Resolve to avoid the browser instability introduced by cache-key reuse, while keeping sync no-refresh behavior unchanged. Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
SmartResolveplugin underplugins/SmartResolvefor Stash Duplicate Checker workflows.README.md+ settings screenshot) so behavior and configuration are clear in CommunityScripts.Test plan
SmartResolveloads in Duplicate Checker.LLM Details
Notes
This works VERY well for all matches
exact matchesIt does struggle a little bit with performance for VERY large (100k) libraries with fuzzier matches. It's not that it's altering the matches but it just is not perfectly efficient and triggers some re-queries that are expensive and causses the overall UI to be a little sluggish in the match review segment. Still very helpful.