Skip to content

File Analysis Plugin

The file_analysis plugin provides three tools for analysing source files with LLM agents.

  • Analyze File — reads a file and returns a free-form analysis based on a natural-language prompt.
  • Semantic Code Analysis — performs a structured bottom-up analysis of a source file's symbol tree using a language server.
  • Mark Text — annotates spans within text according to instructions.