# Visual Studio Code 1.135 introduces Rubber Duck agent

> Source: <https://www.infoworld.com/article/4215053/visual-studio-code-1-135-introduces-rubber-duck-agent.html>
> Published: 2026-08-27 23:48:56+00:00

Microsoft’s latest update to [Visual Studio Code](https://www.infoworld.com/article/2254808/get-started-with-visual-studio-code.html), released [August 26](https://code.visualstudio.com/updates/v1_135), features a Rubber Duck agent for a second model opinion as well as UX improvements to the Agents window. VS Code also now can show recent Copilot or Claude agent sessions created in other applications and allow users to continue them.

[Downloads of Visual Studio Code](https://code.visualstudio.com/Download?_exp_download=fb315fc982) are available for Mac, Windows, and Linux.

VS Code 1.135 features Rubber Duck, an experimental AI mode that [debuted in GitHub Copilot CLI in April](https://github.blog/ai-and-ml/github-copilot/github-copilot-cli-combines-model-families-for-a-second-opinion/). The Rubber Duck agent is a built-in critic that provides a constructive second opinion on plans, code, and tests of the primary agent, using a different AI model from the one driving the session. Rubber Duck helps surface missed details or edge cases, according to Microsoft.

Also with VS Code 1.135, the agent host now lets users connect to the same agent session from multiple VS Code windows. The agent host runs agent harnesses in a dedicated process based on the [Agent Host Protocol](https://microsoft.github.io/agent-host-protocol/). Its Copilot agent is powered by the [Copilot SDK](https://www.npmjs.com/package/@github/copilot-sdk), which aligns its behavior and functionality with the [Copilot CLI](https://www.infoworld.com/article/4181851/github-adds-new-copilot-features-as-usage-based-billing-takes-effect.html), the standalone GitHub Copilot app, and other Copilot products, Microsoft said.

In addition, the Sessions list in VS Code now can show recent Copilot or Claude agent sessions created in other applications. Users can select a session from the Sessions list to view the conversation and continue it in VS Code with their Copilot subscription.

To give better insight into chat usage, Microsoft has redesigned the chat response footer. Hovering over the footer shows a per-model breakdown of the input, cached input, and output tokens used in the chat turn. Also, Agents window UX improvements allow developers to work with a streamlined side layout, simplified session controls, and session information that is easier to find, Microsoft said.
