You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add a global keyboard shortcut for toggling the integrated browser. _[#308906](https://github.com/microsoft/vscode/issues/308906)_
55
+
56
+
* Add reasoning effort support to Copilot CLI sessions, enabling you to control how deeply the model reasons before responding. _[#304641](https://github.com/microsoft/vscode/issues/304641)_
57
+
58
+
* Open the breakpoint widget when you Alt+click in the editor gutter. _[#203259](https://github.com/microsoft/vscode/issues/203259)_
59
+
60
+
---
61
+
62
+
## April 9, 2026
63
+
64
+
* Enable the agent's terminal tools to work with foreground terminals: `send_to_terminal` can send input to any visible terminal, and `get_terminal_output` can read from any agent-created terminal. _[#308296](https://github.com/microsoft/vscode/issues/308296), [#288570](https://github.com/microsoft/vscode/issues/288570)_
65
+
66
+
* Add `regex` as a supported token type in grammar `tokenTypes` mappings for TextMate grammars. _[#304883](https://github.com/microsoft/vscode/issues/304883)_
67
+
68
+
---
69
+
50
70
## April 8, 2026
51
71
52
72
* Add dedicated commands and keybindings to the Agents app to focus the Changes view (`kb(workbench.action.agentSessions.focusChangesView)`), the files tree within the Changes view, and the Chat Customizations view, enabling full keyboard navigation. _[#308327](https://github.com/microsoft/vscode/issues/308327), [#308322](https://github.com/microsoft/vscode/issues/308322), [#308265](https://github.com/microsoft/vscode/issues/308265)_
@@ -55,6 +75,12 @@ Navigation End -->
55
75
56
76
* Add support for CSS `@import` link node_modules resolution, allowing you to Ctrl+click through imports like `@import "some-module/style.css"` when using bundlers. _[#295074](https://github.com/microsoft/vscode/issues/295074)_
57
77
78
+
* Add an **Open File** toolbar button to agent diff editors, matching the behavior of source control diffs, so you can quickly navigate to the actual file from a diff view. _[#276376](https://github.com/microsoft/vscode/issues/276376)_
79
+
80
+
* Improve the `#changes` context variable in chat to offload large diff content to a file reference instead of inlining it, preventing token limit issues with large changesets. _[#276413](https://github.com/microsoft/vscode/issues/276413)_
81
+
82
+
* Expose cumulative diffs per session in the Agent Host Protocol, enabling extensions to retrieve file change statistics after each agent turn. _[#305322](https://github.com/microsoft/vscode/issues/305322)_
0 commit comments