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_122.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,17 +48,15 @@ To try new features as soon as possible, [**download the nightly Insiders build*
48
48
<div class="notes-main">
49
49
Navigation End -->
50
50
51
-
## May 19, 2026
52
-
53
-
* Agents can now trigger tasks on remote machines. _[#312052](https://github.com/microsoft/vscode/issues/312052)_
51
+
## May 21, 2026
54
52
55
-
*Source control state in the Agents window now refreshes automatically after the agent commits, syncs, or performs other git operations. _[#317317](https://github.com/microsoft/vscode/pull/317317)_
53
+
*Bring Your Own Key (BYOK) models now work in air-gapped scenarios without GitHub authentication. _[#317428](https://github.com/microsoft/vscode/pull/317428)_
56
54
57
-
*Use `/models` in the chat input to open the model picker. _[#317060](https://github.com/microsoft/vscode/pull/317060)_
55
+
*Local agent host is now enabled by default in Insiders builds. _[#317667](https://github.com/microsoft/vscode/pull/317667)_
58
56
59
-
*Mermaid C4 diagrams with inline data-URI images now render correctly in chat and Markdown preview. _[#317235](https://github.com/microsoft/vscode/pull/317235)_
57
+
*"Sort imports" and "Remove unused imports" actions no longer appear when tsgo is active, since tsgo handles these operations differently. _[#317656](https://github.com/microsoft/vscode/pull/317656)_
60
58
61
-
*Screen readers now announce the problem message when opening the error peek widget with `kbstyle(F8)`. _[#316835](https://github.com/microsoft/vscode/pull/316835)_
59
+
*The reasoning effort picker now shows a valid level instead of 'undefined' for model families that don't specify an explicit default. _[#317622](https://github.com/microsoft/vscode/pull/317622)_
62
60
63
61
## May 20, 2026
64
62
@@ -78,15 +76,17 @@ Navigation End -->
78
76
79
77
* Fixed editor labels for remote agent changed files that were showing internal URIs instead of user-facing paths. _[#316812](https://github.com/microsoft/vscode/pull/316812)_
80
78
81
-
## May 21, 2026
79
+
## May 19, 2026
82
80
83
-
*Bring Your Own Key (BYOK) models now work in air-gapped scenarios without GitHub authentication. _[#317428](https://github.com/microsoft/vscode/pull/317428)_
81
+
*Agents can now trigger tasks on remote machines. _[#312052](https://github.com/microsoft/vscode/issues/312052)_
84
82
85
-
*Local agent host is now enabled by default in Insiders builds. _[#317667](https://github.com/microsoft/vscode/pull/317667)_
83
+
*Source control state in the Agents window now refreshes automatically after the agent commits, syncs, or performs other git operations. _[#317317](https://github.com/microsoft/vscode/pull/317317)_
86
84
87
-
*"Sort imports" and "Remove unused imports" actions no longer appear when tsgo is active, since tsgo handles these operations differently. _[#317656](https://github.com/microsoft/vscode/pull/317656)_
85
+
*Use `/models` in the chat input to open the model picker. _[#317060](https://github.com/microsoft/vscode/pull/317060)_
88
86
89
-
* The reasoning effort picker now shows a valid level instead of 'undefined' for model families that don't specify an explicit default. _[#317622](https://github.com/microsoft/vscode/pull/317622)_
87
+
* Mermaid C4 diagrams with inline data-URI images now render correctly in chat and Markdown preview. _[#317235](https://github.com/microsoft/vscode/pull/317235)_
88
+
89
+
* Screen readers now announce the problem message when opening the error peek widget with `kbstyle(F8)`. _[#316835](https://github.com/microsoft/vscode/pull/316835)_
0 commit comments