Skip to content

0.0.4

Choose a tag to compare

@github-actions github-actions released this 04 May 23:09
6726022

Changelog — v0.0.4

New Features

  • rollback-edit tool: Revert the last file edit made by supported tools. Automatically saves the previous version before diff-edit, upsert, or structured edits.
  • search-contents tool: Fuzzy search across the contents of all files in the vault.
  • search-filenames tool: 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-searchsearch-contents for clarity.
    • Added search-filenames as a distinct tool.

Internal & Dev Changes

  • Converted esbuild.config.mjsesbuild.config.ts. Gotta get that 99% ts on the code bar 😎

Full Changelog: 0.0.3...0.0.4