/review gains --post and --no-post to publish cloud review findings on a GitHub PR.
tengu_ultrareview_post_enabled Not enough to sayNothing 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
What's wrong with this entry?
/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.
- 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 newpostReviewTotarget. - 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."
/review --post
/review --no-postNote: --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.
-
v2.1.242
/code-review says when --post did nothing
Both mention review post code
-
v2.1.219
PR-review anchor repo names reject "." and ".."
Both mention review code
-
v2.1.239
Code review findings now carry a short summary and a category
Both mention review code