Code Knowledge Graph

The Code Knowledge Graph indexes your repository so specialists can understand the structure of your code. It builds automatically once you add repository sources or local folders in Configuration.
The page has seven tabs:
- Status. Shows the indexing progress and whether the graph is up to date.
- Symbols. Lists every indexed symbol (functions, classes, types) with search and filtering.
- JSX. Displays React/JSX component hierarchies found in the codebase.
- Call Graph. Visualizes which functions call which, helping you trace execution flow.
- Pattern. Detects recurring code patterns across the repo.
- Git. Shows git history, commit frequency, and file-level change patterns.
- Communities. Groups related files and modules into clusters based on how tightly they are coupled.
Specialists draw on this graph when answering questions about architecture, finding related code, or tracing dependencies.