0.0.4
Changelog — v0.0.4
New Features
rollback-edittool: Revert the last file edit made by supported tools. Automatically saves the previous version beforediff-edit,upsert, or structured edits.search-contentstool: Fuzzy search across the contents of all files in the vault.search-filenamestool: Fuzzy search across all file names in the vault.
Improvements
diff-edit-file- Rewritten to support smart anchor-based fuzzy matching for localized updates.
- Improved error messages for anchor mismatch and patch distance validation.
read-file- Now suggests similar file paths when a file is not found.
upsert-file- Integrated rollback snapshot before modifying files.
- More consistent newline handling and file creation path logic.
- Refactored tool names
- Renamed
fuzzy-search→search-contentsfor clarity. - Added
search-filenamesas a distinct tool.
- Renamed
Internal & Dev Changes
- Converted
esbuild.config.mjs→esbuild.config.ts. Gotta get that 99% ts on the code bar 😎
Full Changelog: 0.0.3...0.0.4