forked from github/copilot-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: juan430/copilot-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b175fd8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: github/copilot-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 132fd0d
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 2 files changed
- 3 contributors
Commits on Mar 29, 2026
-
install: add fish shell support for PATH configuration
Fish shell users currently fall into the catch-all case, which writes POSIX export syntax to ~/.profile. Fish does not source ~/.profile and does not use export PATH="...:$PATH" syntax, so the PATH addition silently does nothing. Add a fish case that targets the idiomatic conf.d directory and uses fish_add_path, matching how the script already handles zsh and bash with their respective profile files and syntax. Extract the PATH command into a variable to avoid duplicating the shell-specific logic across the interactive prompt, non-interactive hint, and get-started instructions.
Configuration menu - View commit details
-
Copy full SHA for 07af0bc - Browse repository at this point
Copy the full SHA 07af0bcView commit details -
install: use EXIT trap for temp directory cleanup
Replace scattered rm -rf calls with a single EXIT trap to ensure the temp directory is always cleaned up on exit. Previously, failures in curl/wget download, tar extraction, chmod, or mkdir left temp files behind because set -e would exit before reaching manual cleanup calls. The trap fires on any exit (success or failure), so it covers all paths with one line while removing five redundant cleanup calls.
Configuration menu - View commit details
-
Copy full SHA for 177b637 - Browse repository at this point
Copy the full SHA 177b637View commit details -
Merge pull request github#2380 from marcelsafin/fix/install-trap-cleanup
install: use EXIT trap for temp directory cleanup
Configuration menu - View commit details
-
Copy full SHA for a503500 - Browse repository at this point
Copy the full SHA a503500View commit details -
Merge pull request github#2381 from marcelsafin/fix/install-fish-shel…
…l-path install: add fish shell support for PATH configuration
Configuration menu - View commit details
-
Copy full SHA for 9c1a0ae - Browse repository at this point
Copy the full SHA 9c1a0aeView commit details
Commits on Mar 30, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 2ecd9e1 - Browse repository at this point
Copy the full SHA 2ecd9e1View commit details
Commits on Mar 31, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 65677f8 - Browse repository at this point
Copy the full SHA 65677f8View commit details
Commits on Apr 1, 2026
-
Configuration menu - View commit details
-
Copy full SHA for c6f6670 - Browse repository at this point
Copy the full SHA c6f6670View commit details
Commits on Apr 2, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 4247482 - Browse repository at this point
Copy the full SHA 4247482View commit details
Commits on Apr 3, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 208f5d8 - Browse repository at this point
Copy the full SHA 208f5d8View commit details
Commits on Apr 4, 2026
-
Configuration menu - View commit details
-
Copy full SHA for b53425d - Browse repository at this point
Copy the full SHA b53425dView commit details
Commits on Apr 6, 2026
-
Configuration menu - View commit details
-
Copy full SHA for bd1ba52 - Browse repository at this point
Copy the full SHA bd1ba52View commit details
Commits on Apr 7, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 13653ea - Browse repository at this point
Copy the full SHA 13653eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 950711b - Browse repository at this point
Copy the full SHA 950711bView commit details
Commits on Apr 9, 2026
-
Configuration menu - View commit details
-
Copy full SHA for e58f287 - Browse repository at this point
Copy the full SHA e58f287View commit details
Commits on Apr 10, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 52662af - Browse repository at this point
Copy the full SHA 52662afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 132fd0d - Browse repository at this point
Copy the full SHA 132fd0dView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff b175fd8...132fd0d