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
@@ -48,6 +51,30 @@ To try new features as soon as possible, [**download the nightly Insiders build*
48
51
<div class="notes-main">
49
52
Navigation End -->
50
53
54
+
## June 13, 2026
55
+
56
+
* Make the Integrated Browser use the mapped host port when running inside a Dev Container, so agent-initiated navigation reaches forwarded ports instead of the inaccessible container-local port. [#311133](https://github.com/microsoft/vscode/issues/311133)
57
+
58
+
## June 12, 2026
59
+
60
+
* Add support for running the Integrated Browser in remote environments such as SSH, tunnels, Dev Containers, and WSL. [#293229](https://github.com/microsoft/vscode/issues/293229)
61
+
62
+
* Add a minimum release age option for extension installs and updates, requiring extensions to reach a configurable age before they are installed or updated. [#316867](https://github.com/microsoft/vscode/issues/316867)
63
+
64
+
* Add group policy control for the `extensions.autoUpdate` setting. [#234543](https://github.com/microsoft/vscode/issues/234543)
65
+
66
+
* Inherit the current session's workspace when you create a new session in the Agents window. [#320774](https://github.com/microsoft/vscode/issues/320774)
67
+
68
+
## June 11, 2026
69
+
70
+
* Add support for fetching the Markdown version of a page in the fetch tool when available, instead of always retrieving the HTML and converting it. [#321035](https://github.com/microsoft/vscode/issues/321035)
71
+
72
+
* Auto-approve the `tee` command and allow file writes to `/tmp` in the terminal tool, so common test and logging commands run without manual approval. [#288327](https://github.com/microsoft/vscode/issues/288327)
73
+
74
+
* Show overage (additional spend) usage in the Copilot status dashboard. [#320153](https://github.com/microsoft/vscode/issues/320153)
75
+
76
+
* Generate Agent Host chat titles using the language model for more descriptive session names. [#317448](https://github.com/microsoft/vscode/issues/317448)
77
+
51
78
## June 10, 2026
52
79
53
80
* Add a folder picker for Agent Host sessions in multi-root windows, so you can choose which workspace folder a session targets. [#318069](https://github.com/microsoft/vscode/issues/318069)
0 commit comments