|
1 | | -## 1.0.58 - 2026-06-02 |
| 1 | +## 1.0.59 - 2026-06-02 |
2 | 2 |
|
3 | 3 | - Actionable error message shown when GitHub API rate limit is hit during `copilot update` |
4 | 4 | - Add /rubber-duck command for adversarial feedback on code and designs |
|
15 | 15 | - Default networking transport is now HTTP/1.1, improving reliability on some network paths. Opt into HTTP/2 with COPILOT_ENABLE_HTTP2=1. |
16 | 16 | - Plugins auto-installed from repository settings no longer leak into user global config |
17 | 17 | - Grep tool correctly handles tsx and jsx as file type filters |
| 18 | +- Add the /voice command to dictate prompts using local speech-to-text models |
| 19 | +- COPILOT_HOME is honored for the server discovery registry directory |
| 20 | + |
| 21 | +## 1.0.58 - 2026-06-02 |
| 22 | + |
| 23 | +- Rubber Duck is now enabled by default |
| 24 | +- Remote JSON RPC is now enabled by default |
| 25 | +- Experimental schedule prompts with `/every` and `/after` |
| 26 | +- Experimental new GitHub TUI theme |
| 27 | +- Experimental new UI with easy access to issues, pull requests, and gists |
| 28 | + |
| 29 | +## 1.0.57 - 2026-06-01 |
| 30 | + |
| 31 | +- Actionable error message shown when GitHub API rate limit is hit during `copilot update` |
| 32 | +- Plugin slash commands (/plugin install, uninstall, update, marketplace add/remove/browse) now show immediate feedback while the operation is in progress |
| 33 | +- Canceling a running shell command (Ctrl+C on a !command, or aborting an agent command — including in sandboxed and background-promoted shells) now terminates the whole process tree instead of leaving orphaned processes running |
| 34 | +- Canvas providers can return file:// URLs in open results for local file previews |
| 35 | +- Symlinked directories appear in /cwd completion suggestions |
| 36 | +- In Azure DevOps-only repositories, the built-in GitHub MCP server now exposes only the web_search tool instead of being fully disabled |
| 37 | +- Quota footer shows remaining requests as a rounded percentage |
| 38 | +- /lsp show, /lsp test, and /lsp reload correctly discover project LSP config when the CLI is launched from a subdirectory |
| 39 | +- MCP server timeout configuration is preserved after tools list changes |
| 40 | +- /skills add and /skills remove correctly handle paths wrapped in quotes (e.g., from Windows Explorer "Copy as path") |
| 41 | +- Running `copilot` with an unquoted multi-word prompt now shows a helpful "quote your prompt" hint instead of a raw commander error |
| 42 | +- Default networking transport is now HTTP/1.1, improving reliability on some network paths. Opt into HTTP/2 with COPILOT_ENABLE_HTTP2=1. |
| 43 | +- Plugins auto-installed from repository settings no longer leak into user global config |
| 44 | +- Grep tool correctly handles tsx and jsx as file type filters |
18 | 45 | - COPILOT_HOME is honored for the server discovery registry directory |
19 | 46 | - Click a diff line with the mouse to select it in diff mode |
20 | 47 | - Ctrl+C and other modified keys work correctly inside tmux |
|
0 commit comments