This repository was archived by the owner on Oct 30, 2025. It is now read-only.
Description Copilot CLI produces no output
Environment
OS: Linux ming-server 5.15.0-153-generic
Node.js: v20.19.5
npm: 10.8.2
gh CLI: gh version 2.79.0 (2025-09-09)
gh-copilot extension: gh copilot github/gh-copilot v1.1.1
What I tried
Verified network with curl (curl https://api.github.com/repos/github/gh-copilot/releases/latest)
Reinstalled extension (gh extension remove gh-copilot && gh extension install github/gh-copilot)
Reinstalled CLI (sudo apt remove gh && sudo apt install gh)
Ran all commands below, all produce no output :
gh copilot --help
gh copilot explain "echo hello world"
gh copilot suggest "print('hello world')"
Debug output
GH_DEBUG=api,extension gh copilot --help
* Request at 2025-09-18 15:19:19.509893951 +0000 UTC m=+0.036999255
* Request to https://api.github.com/repos/github/gh-copilot/releases/latest
> GET /repos/github/gh-copilot/releases/latest HTTP/1.1
> Host: api.github.com
> Accept: application/vnd.github.merge-info-preview+json, application/vnd.github.nebula-preview
> Authorization: token ████████████████████
> Content-Type: application/json; charset=utf-8
> Time-Zone: Etc/UTC
> User-Agent: GitHub CLI 2.79.0
> X-Gh-Cache-Ttl: 30s
Additional Info
All dependencies confirmed (Node, npm, network).
Please advise or let me know if there is a known regression with gh CLI 2.79.0 and gh-copilot v1.1.1.
Reactions are currently unavailable
Copilot CLI produces no output
Environment
What I tried
curl https://api.github.com/repos/github/gh-copilot/releases/latest)gh extension remove gh-copilot && gh extension install github/gh-copilot)sudo apt remove gh && sudo apt install gh)gh copilot --helpgh copilot explain "echo hello world"gh copilot suggest "print('hello world')"Debug output
Additional Info
All dependencies confirmed (Node, npm, network).
Please advise or let me know if there is a known regression with gh CLI 2.79.0 and gh-copilot v1.1.1.