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.111 Home All releases olderv2.1.110 v2.1.112newer
Claude Code v2.1.111

Ultrareview Enhancements

The /ultrareview command (which existed since v2.1.110) receives several improvements:

  • Dynamic cost and duration estimates are now fetched from server configuration instead of being hardcoded (previously "~$10", now configurable like "$10-$20")
  • Billing messaging now shows "This review bills as Extra Usage" with cost estimates and a link to billing documentation
  • Diff stat scope information is displayed when reviewing a branch
  • Bundle size checking warns if the repo is too large to bundle: "Repo is too large to bundle. Push a PR and use /ultrareview <PR#> instead."
  • Improved error handling with onBundleFail callbacks and session tracking (sessionId, sessionUrl)
  • Feature availability is gated by Yu6()?.enabled === !0, allowing server-side control
Evidence

Ultrareview enhancements (search for "Ultrareview is currently unavailable.") — new error message in v2.1.111. Cost config via Au6() at line ~552336 (search for "$10-$20")

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.111 →