Skip to content

Commit 3e316bb

Browse files
Update changelog.md for version 1.0.59
1 parent fbdc9da commit 3e316bb

1 file changed

Lines changed: 28 additions & 1 deletion

File tree

changelog.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.0.58 - 2026-06-02
1+
## 1.0.59 - 2026-06-02
22

33
- Actionable error message shown when GitHub API rate limit is hit during `copilot update`
44
- Add /rubber-duck command for adversarial feedback on code and designs
@@ -15,6 +15,33 @@
1515
- Default networking transport is now HTTP/1.1, improving reliability on some network paths. Opt into HTTP/2 with COPILOT_ENABLE_HTTP2=1.
1616
- Plugins auto-installed from repository settings no longer leak into user global config
1717
- 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
1845
- COPILOT_HOME is honored for the server discovery registry directory
1946
- Click a diff line with the mouse to select it in diff mode
2047
- Ctrl+C and other modified keys work correctly inside tmux

0 commit comments

Comments
 (0)