feat(edit): add fuzzy matching for trailing whitespace, quotes, dashes, and spaces (#713)

This commit is contained in:
Danila Poyarkov 2026-01-14 12:22:00 +03:00 committed by GitHub
parent c85a5720f2
commit 0c135d0141
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 279 additions and 25 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Added
- Edit tool now uses fuzzy matching as fallback when exact match fails, tolerating trailing whitespace, smart quotes, Unicode dashes, and special spaces
## [0.45.7] - 2026-01-13
### Added