VS Code 1.132 Ships Agent Host Architecture, Browser Element Comments, and On-Device Multilingual Dictation
Visual Studio Code 1.132 advances its multi-window Agent Host, lets developers annotate browser elements for agents, and switches dictation to an on-device multilingual model.
Overview
Microsoft released Visual Studio Code 1.132 on August 5, 2026, continuing development of the editor’s cross-window Agent Host, adding the ability to annotate specific web page elements with feedback for AI agents inside the integrated browser, and switching built-in dictation to an on-device multilingual model.
What We Know
The release continues work on the Agent Host, a feature Microsoft describes as letting users “connect to the same agent session from multiple VS Code windows.” According to VS Code’s release notes, the Agent Host “runs agent harnesses such as Copilot, Claude, and Codex in a dedicated process based on the Agent Host Protocol (AHP).” InfoWorld reports that “active development continues on the agent host,” indicating the feature has not yet reached general availability.
The integrated browser gains a new annotation tool for giving AI agents feedback on web pages. Per VS Code’s release notes, “to provide feedback on web pages, it is often useful to comment on specific elements,” and the browser now supports “selecting web page elements and annotating them with agent feedback.”
Dictation moves to a new default model in this release. According to VS Code’s release notes, “dictation now uses multilingual Nemotron 3.5 as its default on-device model. The model keeps audio on your device and follows agents.voice.language.” The release also adds automatic language selection, where dictation uses the system or browser locale when supported. InfoWorld confirms terminal dictation now applies “shell-aware cleanup, so spoken commands preserve shell syntax.”
VS Code 1.132 also introduces a lighter-weight way to ask questions mid-conversation. Under the heading “Side chats with /btw,” VS Code’s release notes explain that “when you want to ask a question without interrupting the current turn, you can open a side chat by typing /btw in the chat input,” and that these side chats “share the context and prompt cache of your primary chat.”
A new experimental feature brings diffing to Markdown files. According to VS Code’s release notes, “Markdown diffs can open in the hybrid Markdown editor. The modified document remains editable, while gutter indicators highlight added, changed, and deleted content.”
The update follows VS Code 1.128, released in July, which added multi-chat Claude agent-host sessions and moved Copilot Vision to general availability. VS Code 1.132 builds on that same agent-session foundation with the cross-window Agent Host, while adding separate, unrelated capabilities in the browser, dictation, and Markdown editing.
What We Don’t Know
Microsoft’s release notes do not specify a timeline for when the Agent Host or the experimental Markdown diff feature might exit preview and reach general availability, nor do they disclose adoption or usage figures for any of the new features.
Analysis
The release keeps VS Code’s recent cadence of monthly updates that expand the editor’s agentic surface incrementally — a multi-window agent session layer, agent-directed browser annotation, and voice input all advancing in the same release, alongside a smaller, non-agent-related addition in Markdown diffing.