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
Copy file name to clipboardExpand all lines: release-notes/v1_123.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Navigation End -->
58
58
* Prompt file subcommands can now be invoked with a space instead of a colon, for example `/chronicle tips` instead of `/chronicle:tips`. _[#318867](https://github.com/microsoft/vscode/pull/318867)_
59
59
60
60
* Copilot Chat now uses the _execution subagent_ by default. The subagent is specialized for the task of running sequences of bash commands and summarizing the results succinctly for the main agent. This allows the main agent context to be more efficiently utilized, and saves both tokens and costs. The subagent is powered by Google's Gemini-3-Flash model. The subagent can be toggled with the setting `github.copilot.chat.executionSubagent.enabled`.
61
-
61
+
62
62
## May 28, 2026
63
63
64
64
* Chat now lets you send a request with only attachments and no text. For example, you can attach an image or file and send it directly without adding a message. _[#317776](https://github.com/microsoft/vscode/pull/317776)_
@@ -75,7 +75,7 @@ Navigation End -->
75
75
76
76
## May 27, 2026
77
77
78
-
* Updated to Electron 42, which includes Chromium 148 and Node.js 22.x. _[#292445](https://github.com/microsoft/vscode/issues/292445)_
78
+
* Updated to Electron 42, which includes Chromium 148 and Node.js 24.x. _[#292445](https://github.com/microsoft/vscode/issues/292445)_
79
79
80
80
* The AI Customization management editor now uses a compact header mode for a cleaner, more integrated look. _[#318378](https://github.com/microsoft/vscode/pull/318378)_
0 commit comments