I am trying to install Code Review Graph for GitHub Copilot and followed the Quick Start instructions in the README:
code-review-graph install --platform copilot
usage: code-review-graph install [-h] [--repo REPO] [--dry-run] [--no-skills] [--no-hooks] [--no-instructions] [-y]
[--platform {codex,claude,claude-code,cursor,windsurf,zed,continue,opencode,antigravity,qwen,kiro,all}]
code-review-graph install: error: argument --platform: invalid choice: 'copilot' (choose from codex, claude, claude-code, cursor, windsurf, zed, continue, opencode, antigravity, qwen, kiro, all)
Since the Quick Start documentation references GitHub Copilot, I expected either:
I am trying to install Code Review Graph for GitHub Copilot and followed the Quick Start instructions in the README:
https://github.com/tirth8205/code-review-graph#quick-start
However, the installer rejects both
copilotandcopilot-clias valid platform options.Steps to Reproduce
Follow the Quick Start guide:
https://github.com/tirth8205/code-review-graph#quick-start
Run:
or
Actual Behavior
The command fails with:
The same error occurs when using
copilot-cli.Expected Behavior
Since the Quick Start documentation references GitHub Copilot, I expected either:
copilot(orcopilot-cli) to be accepted as a valid platform and install successfully, orEnvironment
2.3.2macOS / 26.3.1zsh