GitHub Copilot CLI vv0.0.339
Summary
- Improved argument input to MCP servers in /mcp add -- previously, users had to use comma-separated syntax to specify arguments. Now, the "Command" field allows users to input the full command to ...
Release Notes
- Improved argument input to MCP servers in /mcp add -- previously, users had to use comma-separated syntax to specify arguments. Now, the "Command" field allows users to input the full command to start the server as if they were running it in a shell - Fixed a bug when using the Kitty protocol that led to text containing u to not paste correctly. Kitty protocol support is still behind the COPILOTKITTY environment variable. (Fixes https://github.com/github/copilot-cli/issues/259) - Fixed a bug when using the Kitty protocol that led to the process hanging in VSCode terminal on Windows. Kitty protocol support is still behind the COPILOTKITTY environment variable. (Fixes https://github.com/github/copilot-cli/issues/257) - Improved the error handling in the /model picker when no models are available (fixes https://github.com/github/copilot-cli/issues/229) Run npm install -g @github/copilot@latest to update!