How do i access if it's working or not ? #410
-
|
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 |
Beta Was this translation helpful? Give feedback.
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.. |
Beta Was this translation helpful? Give feedback.
-
|
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 |
Beta Was this translation helpful? Give feedback.
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…