Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.195 Home All releases olderv2.1.193 v2.1.196newer
Claude Code v2.1.195

Code Review Workflow Improved Verification

What

The built-in /code-review workflow now deduplicates candidates before verification — each distinct (file, line) location gets exactly one independent verifier, rather than one verifier per raw candidate.

Details
  • Old description: "one independent verifier for every candidate"
  • New description: "one independent verifier for every distinct (file, line) location across the pooled candidates"
  • Findings from all finder agents are pooled first, then verified — this reduces duplicate work when multiple finders identify the same location.
Evidence

Updated code review description constant (search for "one independent verifier for every distinct (file, line) location across the pooled candidates")

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.195 →