Using --post on a local review now tells you to use --comment instead.
What's wrong with this entry?
If you type --post but the review runs locally, Claude Code says so in one short line and points you at --comment, which is the flag that posts local findings as inline PR comments. --post applies only to the cloud /code-review ultra path.
- Applies both when the review falls back to local and when it was local all along, with wording that varies depending on whether
--commentwas also given.
/code-review --commentthis local review will not post to GitHub; \--comment\ is the flag that posts local findings as inline PR comments. Tell the user this in one short line.
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 post comment code review
-
v2.1.223
/review argument hint lists its target forms
Both mention comment code review
-
v2.1.229
Generated review workflow leaves inline comments
Both mention comment code review