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.227 Home All releases olderv2.1.226 v2.1.228newer
Claude Code v2.1.227

/review can post cloud review findings to a GitHub pull request

Use it now
Useful4 Signal2
Code Review Notable

/review gains --post and --no-post to publish cloud review findings on a GitHub PR.

Feature flag
tengu_ultrareview_post_enabled Not enough to say

Nothing here resolved what this flag was doing on this version, so nothing here should be read as on or off.

This account: no value returned · anonymous baseline: no value returned · compiled default in v2.1.227: off

These values were read against a different version of Claude Code, so treat them as the nearest reading available instead of one taken on this release.

Read once, for one account on one subscription tier, against v2.1.227. It isn't a statement about your account. What a flag value here can and cannot tell you

/review--post--no-post
What

/review now accepts --post and --no-post. For a cloud review of a GitHub.com pull request, --post publishes the finished findings as a single comment from your own GitHub account. Interactive sessions still confirm in the launch dialog; non-interactive runs post on the flag alone. Posting is controlled by the server flag tengu_ultrareview_post_enabled, which defaults to on when the server says nothing.

Details
  • The review command parser gained the two new words alongside the existing ones: qgh(e, ["comment", "fix", "post", "no-post"]), and the remote review task carries a new postReviewTo target.
  • The flag is ignored, with an explanatory message, when the target is not a GitHub.com pull request or when the review runs locally rather than in the cloud.
  • If no cloud environment can be obtained for the posting step, you get "Couldn't find or create a cloud environment for the posting session."
Usage
/review --post
/review --no-post
Evidence

Note: --post was ignored — posting applies only to GitHub.com pull request reviews.

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.227 →