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.85 Home All releases olderv2.1.84 v2.1.86newer
Claude Code v2.1.85

Ultrareview Billing and Quota Management

What

Ultrareviews now operate on a freemium model — users get a limited number of free reviews, after which reviews bill as Extra Usage.

Details
  • A new /v1/ultrareview/quota API endpoint tracks remaining free reviews
  • Each free ultrareview displays its count: "This is free ultrareview X of Y"
  • Once free reviews are exhausted, users are prompted with a billing dialog titled "Ultrareview billing"
  • Users can choose "Proceed with Extra Usage billing" to continue
  • A minimum balance of $10 is required: "Balance too low to launch ultrareview ($X.XX available, $10 minimum)"
  • Users without Extra Usage enabled see: "Free ultrareviews used. Enable Extra Usage at https://claude.ai/settings/billing to continue."
  • Review time estimates updated from ~5–15 min to ~10–20 min
Evidence

Ultrareview billing dialog (search for "Ultrareview billing") and quota API (search for "/v1/ultrareview/quota")

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