zsh-github-copilot can't detect the Copilot extension since it's looking for gh-copilot in this output, but on my system there's no dash between gh and copilot:
$ gh extension list
NAME REPO VERSION
gh copilot
My GitHub CLI version is
$ gh version
gh version 2.52.0 (1980-01-01)
https://github.com/cli/cli/releases/tag/v2.52.0
Here's the error if I try to run the plugin manually:
$ . .zsh/plugins/zsh-github-copilot/zsh-github-copilot.plugin.zsh
zsh-github-copilot: gh copilot extension not found.%
I installed GitHub CLI, the Copilot extension and zsh-github-copilot on NixOS using home-manager:
zsh-github-copilot can't detect the Copilot extension since it's looking for
gh-copilot
in this output, but on my system there's no dash betweengh
andcopilot
:My GitHub CLI version is
Here's the error if I try to run the plugin manually: