Copilot CLI v1.0.57 adds HTTP/2 opt-in, COPILOT_HOME support, showTipsOnStartup setting, and smarter MCP/LSP/plugin behaviors.
$ git clone --branch v1.0.57 https://github.com/github/copilot-cli.git # already have the repo? check out this version: $ git checkout v1.0.57
{
"showTipsOnStartup": false
} - ›Adds
COPILOT_ENABLE_HTTP2=1environment variable to opt into HTTP/2 transport; default networking is now HTTP/1.1 for broader reliability. - ›Adds
COPILOT_HOMEenvironment variable to control the server discovery registry directory. - ›Adds
showTipsOnStartupsetting to control whether startup tips are displayed at session start. - ›Adds
extraKnownMarketplacessupport in.github/copilot/settings.jsonsocopilot plugin marketplace listhonors repo-level marketplace registries. - ›
/lsp show,/lsp test, and/lsp reloadnow correctly discover project LSP config when the CLI is launched from a subdirectory.
+8 moreshow less
- ›
/diffdefaults to branch diff when there are no unstaged changes. - ›In Azure DevOps-only repositories, the built-in GitHub MCP server now exposes the
web_searchtool instead of being fully disabled. - ›Canvas providers can return
file://URLs in open results, enabling local file previews. - ›Canceling a running shell command via Ctrl+C (on a
!commandor agent command, including sandboxed and background-promoted shells) now terminates the entire process tree. - ›
preToolUsehook errors now deny the tool call instead of silently permitting execution. - ›Plugin slash commands (
/plugin install,uninstall,update,marketplace add/remove/browse) now show immediate progress feedback during operations. - ›Surfaces the underlying reason (e.g. GitHub API rate limit) when SDK auth-token validation fails, replacing a misleading generic error message.
- ›Actionable error message shown when the GitHub API rate limit is hit during
copilot update.