Skip to content

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

Filter by

33 results  (97 ms)

33 results

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

Fish shell users currently fall into the catch-all *) case in the shell profile detection, which writes POSIX export syntax to ~/.profile. This silently does nothing because: 1. Fish does not source ...

The install script creates a temp directory with mktemp -d but relies on manual rm -rf calls scattered across individual error handlers to clean it up. Several exit paths are missing cleanup entirely: ...

Hello! I hope you re having a nice day. :) Tags are sorted lexicographically by default, not by version, so for example right now git ls-remote for this repo shows: $ git ls-remote --tags \ https://github.com/github/copilot-cli ...

- Resolves https://github.com/github/copilot-cli/issues/2001 Can confirm the recommendation there is correct, and furthermore altering .bashrc causes duplicate PATH entries when nesting interactive ...

Summary When the GITHUB_TOKEN environment variable is set, the install script now passes it as an Authorization header on curl/wget downloads and embeds it in the git remote URL for ls-remote. This helps ...

After running curl -fsSL https://gh.io/copilot-install | bash, the installed copilot binary may not be on PATH for the current shell session. The script already detects this and offers to add a PATH export ...

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 ...