What's wrong with this entry?
Anonymous. No account, no email.
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
onBundleFailcallbacks 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.