GitHub Copilot CLI v0.0.354 adds COPILOT_GITHUB_TOKEN auth, MCP tool notifications, and Actions workspace auto-config.
$ git clone --branch v0.0.354 https://github.com/github/copilot-cli.git # already have the repo? check out this version: $ git checkout v0.0.354
GH_TOKEN.$ COPILOT_GITHUB_TOKEN=${{ secrets.COPILOT_TOKEN }} gh copilot suggest -p 'write a bash script to archive logs older than 30 days'
- ›Adds
COPILOT_GITHUB_TOKENenvironment variable for authentication, taking precedence overGH_TOKEN. - ›Supports MCP server tool notifications.
- ›MCP servers running in GitHub Actions environments automatically use
GITHUB_WORKSPACEas the working directory. - ›Exits with a nonzero code when
-pmode fails due to LLM backend errors (auth failures, quota exhaustion, network issues), enabling reliable CI failure detection.