News

Bevy of AI Chat Improvements in New VS Code Release

Microsoft's latest Visual Studio Code update, 1.105 (September 2025 update, announced Oct. 9), ships a focused set of improvements that push AI workflows further into the editor while polishing everyday developer ergonomics.

Notable in the new release is expanded Chat and Agents support: agents gain fully-qualified tool names, improved editing controls for custom models, nested AGENTS.md support, chain-of-thought display, and faster session navigation with new shortcuts and an improved Chat Sessions view. Chat can now include files from past commits, and recent-session recall (experimental) plus delegation to remote coding agents streamline multi-environment work.

Chat Sessions View
[Click on image for larger view.] Chat Sessions View (source: Microsoft).

Under the hood, the Model Context Protocol (MCP) moves into preview-strength features with an integrated MCP marketplace, autostart options, richer resource previews, and updated MCP defaults and icons -- making it easier for extensions and models to interoperate. Platform integration also advances: OS notification toasts can alert users about chat responses and long-running tasks, and macOS gains native broker auth for Microsoft accounts while GitHub auth adds PKCE support.

Developer productivity improvements include Quick Input shortcuts being rebindable commands, AI-assisted merge conflict resolution, chat-specific terminal profiles, experimental auto-reply to terminal prompts, and persistent task terminal titles. Testing tooling sees enhancements (runTests now reports coverage) and language-focused tweaks such as a Python Copy Test Id action in the run gutter.

Accessibility and extension authors get attention too: verbose chat progress for screen readers, more persistent accessible views, and new extension APIs for prompt/instructions files and listing SecretStorage keys. Overall, 1.105 refines AI-first workflows and strengthens platform and extension primitives, targeting both end-user convenience and extension developer capabilities.

But the focus of the dev team is clearly AI, with the highlights of the announcement as presented by Microsoft mostly consisting of AI-related improvements:

OS integration

  • Get notified about task completion and chat responses
  • Native authentication experience on macOS

Developer productivity

  • Resolve merge conflicts with AI assistance
  • Pick up where you left off with the recent chats

Agent tools

  • Install MCP servers from the MCP marketplace
  • Use fully-qualified tool names to avoid conflicts

That fits with the company's initiative to turn VS Code into an open-source AI editor.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • VS Code 1.127 Further Integrates Advanced Browser-AI Tech

    Microsoft's July 1 Visual Studio Code update continues a recent push to make the editor's integrated browser a more capable development surface -- and a more useful tool for AI agents.

  • Support Vector Regression with SGD Training Using C#

    Support vector regression can predict numeric values effectively, and this article shows how to implement and train a kernel SVR model in C# using stochastic sub-gradient descent.

  • New GitHub Switch Limits Repo Issue Creation to Collaborators Only

    After publicly touting pull request limits as a way to cut maintainer noise, GitHub is taking the same idea further with a new setting that lets repository admins restrict issue creation to collaborators only.

  • Uno Platform Helps Ship First Stable SkiaSharp 4.0 Release for 2D .NET Graphics

    SkiaSharp 4.148.0 is the first stable v4 release, bringing a newer Skia engine, API cleanup, performance work and a Microsoft-Uno co-maintenance model.

Subscribe on YouTube