Files
dify-docs/tools
Gu 532e97cfc9 fix: only skip rename detection when git detected renames
When files_to_sync is empty (e.g., R100 rename with no content changes),
detect_file_changes doesn't run, so renamed_files is empty.

Previously, reconcile ALWAYS skipped rename detection, so it treated
renames as separate delete+add operations.

Now, reconcile only skips rename detection if git actually found renames.
Otherwise, it uses heuristic-based detection to handle the rename properly.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-13 11:14:54 +08:00
..
2025-09-18 20:09:52 +08:00
2025-09-29 16:22:17 +08:00
2025-05-18 00:20:13 +08:00
2025-05-16 21:41:57 +08:00