Skip to content

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

Filter by

112 results  (108 ms)

112 results

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

Summary - Moves gradio/ from repository root → examples/gradio/ for better organization - Adds scripts/migrate-top-level.sh helper for future top-level migrations - Adds examples/README.md and scripts/README.md ...

The Copilot Requests permission is under the Account tab in the PAT permissions UI, which is easy to miss. This updates the instructions to clarify the exact navigation path.

Problem install.sh uses set -e which terminates the script on any command failure. When this happens (e.g., download 404, network error), the temp directory created by mktemp -d is never cleaned up — ...

Fixes two issues in the previous iteration: - Passes the correct directory path to wingetcreate.exe submit, fixing the Subdirectory not supported in manifest path error - Handles the situation ...

Reverts github/copilot-cli#1549 Still failing https://github.com/github/copilot-cli/actions/runs/22203662546/job/64222531718

Re-applies the change from PR #1497 which was reverted in PR #1548. What changed The winget workflow now modifies the installer manifest to declare a dependency on PowerShell 7+ before submitting to ...

Reverts github/copilot-cli#1497 https://github.com/github/copilot-cli/actions/runs/22186218770

- buffer the retrieved values from uname, e.g. for later printing - improve windows/linux/darwin/ other case - clearer wording for prints - header comment extended for powershell windows + mentioning ...

- Split long sentences into shorter ones for clarity. - Added reference link to latest file source of installer script.