Skip to content

Release v0.2.0

Choose a tag to compare

@thhart thhart released this 05 Dec 23:55
· 5 commits to main since this release

What's New in v0.2.0

Added

  • fd_search_content tool: Search content within files using fd+ripgrep (replaces find -exec grep)
  • fd_exec tool: Execute commands on found files (replaces find -exec and find | xargs)
  • fd_recent_files tool: Find recently modified files (replaces find -mtime)
  • Ripgrep integration for fast content searching
  • Context lines support in content search
  • Command execution with placeholder support ({})

Changed

  • Enhanced all tool descriptions to emphasize being preferred alternatives to find commands
  • Added "PREFERRED ALTERNATIVE to 'find'" to tool descriptions for better Claude Code integration
  • Improved README with comprehensive examples and command replacement table
  • Better tool discoverability with explicit "Replaces:" statements

Technical

  • Auto-detection of ripgrep (rg) binary
  • Graceful fallback when ripgrep is not available (fd_search_content tool disabled)
  • Improved error handling for content search operations

Full Changelog: v0.1.0...v0.2.0