Plugin

file-agent

Public

Forked from neil/file-agent

README.md

File Agent

This plugin provides helpful tools for working with files in codebases

Diff-based editing

This plugin enables diff-based editing, which lets the LLM make precise changes to your files

Available tools

  • list_files
  • search_files
  • read_file
  • replace_in_file
  • write_file

Attribution

Much of the tool implementation code is from the Cline project