Skip to content

v1.4.3

Choose a tag to compare

@github-actions github-actions released this 01 May 14:24
· 32 commits to main since this release

Fixed

  • Patch Application: Fixed a critical bug in the fuzzy matching reconstruction logic where differing indentation levels between the patch and the target file could cause the internal alignment to scramble (often anchoring incorrectly on empty lines). The alignment is now based on trimmed lines, ensuring semantic correctness while still dynamically adjusting indentation during application.

🆚 Compare changes