Index a repository so an agent can answer questions about it

The code graph turns a repository into symbols and call paths, so an agent can answer where something is defined instead of grepping.

Last checked against the app on · View as Markdown

Steps

  1. Open Settings, then AI & extensions, then Code graph.
  2. Put the path of the repository you want indexed into the field, for example the folder your project lives in.
  3. Build the index. When it is done the card reports how many symbols it holds, and the commit it was built from.

How to tell it worked

The card shows a symbol count, and names the commit the index was built from.

If it does not work

The card says no code graph is configured.
That is the state before you point it at anything. Add a repository path and build it.
The symbol count looks stale after you changed the code.
The commit shown beside the count is the one it was built from. If that is behind your working tree, the index is stale rather than wrong, and it needs rebuilding.