Description
I just started working with copilot so I can't comment on when, but the latest version of cr cli (0.7.1) does not support a --no-color flag for the review command.
Steps to reproduce
With the latest cr cli installed, start a review in neovim.
Expected behavior
No response
Checkhealth output
Output from :CodeRabbitReview
Info 15:45:28 notify.info CodeRabbit: Reviewing...
Error 15:45:29 notify.error CodeRabbit: error: unknown option '--no-color'
Usage: coderabbit review [options] [command]
AI-driven code review for the current git repository
Options:
-V, --version output the version number
--light Run a lighter review with reduced context work
--show-prompts Print AI prompts from the most recent local review
(no new review)
--agent Emit structured findings for agent workflows
--committed Review only committed changes
--uncommitted Review staged changes and tracked edits
--include-untracked Also review files that have not been added to Git
-c, --config <files...> Additional instructions for CodeRabbit AI (e.g.,
claude.md, coderabbit.yaml)
--base <branch> Base branch for comparison
--base-commit <commit> Base commit on current branch for comparison
--dir <path> Review only git changes inside this directory
--api-key <key> API key for authentication
-h, --help display help for command
Commands:
findings [options] Show findings from the previous local review
Examples:
coderabbit review # Review tracked changes
coderabbit review --committed # Review only committed changes
coderabbit review --uncommitted # Review staged changes and tracked edits
coderabbit review --include-untracked # Also review files not added to Git
coderabbit review --agent # Emit structured findings for agents
coderabbit review --light # Run a lighter review with reduced context work
coderabbit review --base main # Compare current branch against main
coderabbit review --dir /path/to/repo # Review only git changes inside that directory
coderabbit review findings # Show previous local review findings
Notes:
Plain text is the default review mode.
Use coderabbit auth login --agent for agent-driven OAuth login.
Run: cr auth login
Description
I just started working with copilot so I can't comment on when, but the latest version of cr cli (0.7.1) does not support a --no-color flag for the review command.
Steps to reproduce
With the latest cr cli installed, start a review in neovim.
Expected behavior
No response
Checkhealth output