pullrequests Search Results · repo:github/copilot-cli language:Shell
Filter by
112 results
ingithub/copilot-cli (press backspace or delete to remove)Remove a yet-unreleased feature from the changelog.
Does what it says on the tin.
Test with
curl -fsSL https://raw.githubusercontent.com/github/copilot-cli/24a3d001c666e2078c4741b20699a76a77e54a88/install.sh | bash
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.
Pressing Esc while editing the No, and tell Copilot what to do differently text input currently auto-selects No ,
preventing users from returning to the option picker.
Changes
- Added changelog entry ...
The README is has a typo in the instructions for installation via brew which was merged last month:
brew install copilot-cli
It is trying to install a non-existent formula copilot-cli (404) instead of ...
… making changes in a project you don’t have write access to. Submitting a change will write it to a new branch in your
fork rananisarsb51214-web/copilot-cli, so you can send a pull request.
from google ...
Summary
This PR adds support for installing GitHub Copilot CLI via apt package manager on Ubuntu/Debian systems.
Changes
- install.sh: Added apt package manager detection and installation support ...