RepoWise uses repo history to help coding agents waste fewer tokens

RepoWise is an MCP tool for helping understand code better. The core problem is that can find the right part of a codebase, make progress, and then soon reopen files they already read. In large , reading a few code files often misses important .

Useful clues include who usually changes a certain area, which files often change together, which parts have been unstable for months, and why some odd design choices exist. RepoWise tries to surface this surrounding context through MCP tools. can reveal repeated relationships between files that are not obvious from the code alone.

The project is still sorting out which signals are actually useful for agents and which are only interesting to inspect.

Key points

  • RepoWise is an MCP tool for understanding.
  • It targets repeated file reading by , which can waste tokens and time.
  • It uses to find files that often change together and areas that stay unstable.
  • It tries to show repo context that is not clear from code files alone.
  • The main value depends on giving agents small, useful signals instead of too much .
Read original