Skip to content

0.0.339

Choose a tag to compare

@RyanHecht RyanHecht released this 10 Oct 20:17
· 81 commits to main since this release
10e9c4a
  • 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 COPILOT_KITTY environment variable. (Fixes #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 COPILOT_KITTY environment variable. (Fixes #257)
  • Improved the error handling in the /model picker when no models are available (fixes #229)

Run npm install -g @github/copilot@latest to update!