Skip to content

pullrequests Search Results · repo:github/copilot-cli language:Shell is:merged

Filter by

33 results  (118 ms)

33 results

ingithub/copilot-cli (press backspace or delete to remove)

Clearly open up the copilot-cli package to be included as a dependency when integrating the Copilot SDK into new products and services by adopting the MIT license for our published packages.

Removed Node.js and npm version requirements from prerequisites.

This PR updates the conditional to properly check the prerelease property. Because GitHub Actions expands the variable as a string (true) and not the boolean that PowerShell expects ($true), a simple string ...

Reverts github/copilot-cli#764

SHA256SUMS.txt available in releases starting with 0.0.370-1 $ VERSION=0.0.370-1 ./install.sh Installing GitHub Copilot CLI... Downloading from: https://github.com/github/copilot-cli/releases/download/v0.0.370-1/copilot-darwin-arm64.tar.gz ...

Also fix an issue where the npm instructions got put in the middle of the curl instructions.

Test with: curl -fsSL https://raw.githubusercontent.com/github/copilot-cli/refs/heads/devm33/install/install.sh | bash - Fixes https://github.com/github/copilot-cli/issues/771