AI file watcher reviews only changed code as you work

@vmcreate/ai-watcher is an that watches a local work folder and sends code changes to an AI model when a file is saved. The AI can give quick code review notes, improvement ideas, or possible bug warnings. It sends only the diffs instead of the whole file or project, so it is designed to use fewer .

The setup can use the user’s own API keys and prompts. The goal is to get fast feedback while coding, instead of waiting for a later review.

Key points

  • It watches and runs when code is saved.
  • It sends only the diffs to reduce .
  • It can be used for code review, improvement suggestions, and bug detection.
  • Users configure it with their own API keys and prompts.
Read original