Skip to content

Bug: install --platform copilot and copilot-cli are not recognized #524

@jaideep-maersk

Description

@jaideep-maersk

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 copilot and copilot-cli as valid platform options.

Steps to Reproduce

  1. Follow the Quick Start guide:
    https://github.com/tirth8205/code-review-graph#quick-start

  2. Run:

code-review-graph install --platform copilot

or

code-review-graph install --platform copilot-cli

Actual Behavior

The command fails with:

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)

The same error occurs when using copilot-cli.

Expected Behavior

Since the Quick Start documentation references GitHub Copilot, I expected either:

  • copilot (or copilot-cli) to be accepted as a valid platform and install successfully, or
  • The documentation to clarify the currently supported platform name for Copilot integration.

Environment

  • code-review-graph version: 2.3.2
  • OS: macOS / 26.3.1
  • Shell: zsh

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions