How do i access if it's working or not ? #410
Answered
by
tirth8205
Shreyaaaaaak
asked this question in
Q&A
|
How do i access if it's working or not ? I mean i dont know how to spot the difference cause i'm a beginner so if anyone can help me out that would be great |
Answered by
tirth8205
Jun 10, 2026
Replies: 2 comments
|
clone one repo in two folders and then use same promt in both folder and one use code review graph while the other dont use it, then check the useage.. |
0 replies
|
Three ways to spot the difference, all local (v2.3.5):
The new docs/FAQ.md has a "verify it's working" section, and a one-shot |
0 replies
Answer selected by
Shreyaaaaaak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Three ways to spot the difference, all local (v2.3.5):
code-review-graph detect-changes --brief— prints a Token Savings panel (baseline vs graph context vs saved); add--verifyto cross-check the estimate against a real tokenizer.code-review-graph status— node/edge/file counts and freshness; if this looks wrong, the graph isn't what your agent is querying./mcp) and that the session transcript shows graph tool calls — if the agent never calls them, you get no benefit regardless of config.The new docs/FAQ.md has a "verify it's working" section, and a one-shot
doctorcommand is planned. Note the A/B experiment s…