mirror of
https://github.com/anthropics/claude-code.git
synced 2026-02-19 04:27:33 -08:00
Change the default behavior of /code-review to output to the terminal instead of posting a PR comment. Users can use the --comment flag to explicitly post the review as a PR comment when desired. This is more suitable for local development workflows where posting comments to the PR is not always needed.