GitHub Copilot CLI icon

GitHub Copilot CLI 0.0.366-9

Brings the power of Copilot coding agent directly to your terminal

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    copilot-cli # GitHub Copilot CLI
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    copilot-cli # GitHub Copilot CLI
  ];
}

Package Definition

{
  "pname": "copilot-cli",
  "version": "0.0.366-9",
  "src": {
    "url": "https://github.com/github/copilot-cli/releases/download/v0.0.366-9/copilot-darwin-arm64.tar.gz",
    "sha256": "a7f1179428d8af26270c3827c7aa0cf2065b66646a3fb80c2648d4df8057d976"
  },
  "installPhase": [
    "mkdir -p \"$out/bin\" && ln -s \"copilot\" \"$out/bin/copilot\""
  ],
  "meta": {
    "description": "Brings the power of Copilot coding agent directly to your terminal",
    "homepage": "https://docs.github.com/en/copilot/concepts/agents/about-copilot-cli"
  }
}