feat: add smart organize feature with AI-powered file organization#917
Merged
Conversation
- Add smart organize feature that groups similar images based on prompt semantics - AI generates meaningful folder names in user's preferred language - Preview before action: review proposed organization, skip or adjust as needed - Background processing for large folders - Support move or copy, configurable min cluster size, include subfolders option Backend changes: - Add organize_files.py with job management and file operations - Add recursive parameter to embedding and clustering APIs - Default recursive=true for Topic Search (backward compatible) - Default recursive=false for Smart Organize (first-level only) - Update database on file move to preserve tags Frontend changes: - Add SmartOrganizeConfigModal for configuration - Add OrganizeJobsPanel for progress tracking - Add OrganizePreview for reviewing and confirming - Add smart organize button to address bar - Add i18n translations for zh-hans, zh-hant, en, de Documentation: - Update README.md and README-zh.md with feature description - Update change.log.md with screenshots and video demo Co-Authored-By: Claude <noreply@anthropic.com>
- zh-hans: 智能整理 -> AI整理 - zh-hant: 智能整理 -> AI整理 - en: Smart Organize -> AI Organize - de: Smart Organize -> AI Organize Co-Authored-By: Claude <noreply@anthropic.com>
3c172d5 to
c869860
Compare
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.
Backend changes:
Frontend changes:
Documentation: