Source Intelligence
Sweep 28 Aug 2026 ยท 16:06Z Build v2.1.251 479 read Stable v2.1.236 Latest v2.1.250 Next v2.1.251 Feeds RSS JSON llms.txt

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.

Search the documentation

5 pages for --fix.

Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.

Claude Code changelog Claude Code CLI · in the page changelog …ude) and applies the fixes, instead of running the full `/code-review --fix` bug-hunting review * Renamed the `/effort` slider labels from "Speed"/"Intelligence" to "Faster"/"Smarter" for clarity… Checkpointing Claude Code CLI · in the page checkpointing …runs in the background, the default, and a background [`/code-review --fix`](/docs/en/code-review) run. ### External changes not tracked Checkpointing only tracks files that have been edited within… Code Review Claude Code CLI · in the page code-review …nge such as `main...my-feature`. You can also add flags: * `--fix`: applies the findings to your working tree after the review * `--comment`: posts the findings as inline PR comments… Commands Claude Code CLI · in the page commands …ff for correctness bugs and cleanups and can apply the findings with `--fix`; pass a PR number, such as `/code-review high 1234`, to review a pull request instead. `/review` is an alias. `/code-review… Hooks reference Claude Code CLI · in the page hooks …mand": "node", "args": ["${CLAUDE_PLUGIN_ROOT}/scripts/format.js", "--fix"] } ``` The equivalent shell form needs quoting to handle paths with spaces or special characters: ```json theme={null} {…