Sweep 22 Sep 2026 · 15:52Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.278 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Reading a new release v2.1.280 First look · 1/6 0 findings $0.00 so far
Claude Code v2.1.277 ·

ultrareview can now review a repo's very first commit

Ultrareview now understands and can review a repository's first commit instead of failing or silently diffing an empty tree

TierYou'll noticehow much it should matter to you
Useful3my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaCode Reviewwhat it touches
KindImprovementsin v2.1.277,
Group of 4 You'll notice

Ultrareview now understands and can review a repository's first commit instead of failing or silently diffing an empty tree

What

  • When the current branch's only commit is the repo's very first commit, ultrareview no longer silently falls back to diffing against an empty tree; it can offer to review every file in that first commit, but only after confirmation.
  • Confirmation is skipped when the launch comes from certain internal request paths (flagged confirmsBeforeLaunch), or when a person invoked the review command directly.
  • Review-scope messaging gained a dedicated "first commit" case, with a companion error message explaining that a fresh repo needs at least one commit before review can work, instead of falling through to a generic "no merge base" message.
  • The remote-review precondition check's error message now says the argument can be a commit as well as a branch name, and a new bundling helper accepts a first-commit-only flag with a matching first_commit telemetry field recorded when a diff is too large to review.

Why

Previously, reviewing a brand-new repo with only its initial commit either failed or produced a confusing empty-diff review. Now Claude Code recognizes this case, explains it clearly, and can review the whole first commit with proper confirmation.

Read from
Names in the bundle/code-review ultra
Since it was published

The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.

Confirmed since Anthropic's documentation has since written up /code-review ultra, on Commands. **Before you ship.** `/diff` shows what changed. `/code-review` checks the current diff for correctness bugs and can apply the findings with `--fix`; pass a PR number, such as `/code-review high 1234`, to review a pull request instead. `/r… commands see the edit
How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtWhether this applies to /review as well as /code-review ultra, and what exactly the first-commit-only mode changes about the review, is not…
Anthropic's documentation agreesAnthropic's documentation has since written up /code-review ultra, on Commands.

See this entry in the whole of v2.1.277 →