Visual Studio Code Profile picture
Aug 7 β€’ 15 tweets β€’ 5 min read β€’ Read on X
v1.103 of @code is here! Check out what's new:

πŸš€ GPT-5 rolling out to @code today
πŸ› οΈ Enable more than 128 MCP tools with virtual tools
βœ… Chat checkpoints
🌳 Git worktree support

…and much more:

Here are some of the highlights 🧡 aka.ms/VSCodeReleaseA thumbnail with a dark background and the VS Code logo that reads "What's new in Visual Studio Code July Update 1.103, Use GPT-5 in chat, chat checkpoints to restore previous states, a revamped tool picker interface, support for more than 128 tools per agent request, automatic startup for MCP servers, enhanced terminal command approvals, Git worktree support for checking out multiple branches, fast code search for Azure DevOps repositories, a customizable language model selector, and a dedicated view for managing coding agent chat sessions".
Starting today, GPT-5 is rolling out to all paid GitHub Copilot plans. GPT-5 is OpenAI's most capable model yet, bringing new advances in reasoning, coding, and chat.
πŸ› οΈ Enable more than 128 tools per chat request with new virtual tool grouping (experimental).

The model now automatically manages tool groups when you exceed the limit, so your request won't fail.

βš™οΈ Setting: .virtualTools.thresholdgithub.copilot.chat
βœ… Chat Checkpoints: create restore points in chat sessions to revert workspace changes and return to specific conversation states.

Perfect for multi-file editing when you want to experiment without fear.

βš™οΈ Setting: chat.checkpoints.enabled
We heard your frustrations with terminal hangs in chat – so we refactored the run in terminal and task tools for improved reliability and stability.

We also added output polling so the agent now waits for tasks and background terminals to complete before proceeding.
πŸ” The #codebase tool now supports remote indexes for workspaces that are linked to Azure DevOps repos!

We are gradually rolling out support for this feature on the services side.
We revamped the tool picker experience. Now you can expand or collapse tool sets, MCP servers, and extensions with smooth sticky scrolling and enhanced icon rendering for better navigation. Screenshot showing the new tool picker using a quick tree, enabling collapsing and expanding nodes.
⚑ Auto-start MCP servers without a manual refresh!

Configure automatic startup for new and updated servers, with trust dialogs for security.

βš™οΈ Setting: chat.mcp.autostart:newAndOutdated Screenshot showing the hover of the refresh MCP server icon, enabling you to configure the auto-start behavior.
We enhanced the terminal auto-approve settings with regex flags and improved logging, and we merged into a single setting: .terminal.autoApprove βš™οΈchat.tools
πŸ”” We now leverage the OS native notification system to show a toast when user input is required but VS Code isn't in focus. Never miss important chat confirmation requests!

βš™οΈ Setting: chat.notifyWindowOnConfirmation Screenshot of toast for confirmation of a chat agent.
Git worktree support is here!

Check out multiple branches simultaneously, making it easy to test changes or work in parallel without switching contexts.

βš™οΈ Setting: git.detectWorktrees Image
Chats now have initial support for rendering mathematical equations in responses, powered by KaTeX.

This is a preview setting and can be enabled via the setting: chat.math.enabled βš™οΈ Screenshot of the Chat view, showing inline and block equations in a chat response.
πŸ€– When you start a coding agent session, you can now track your PRs with interactive cards right in chat. Screenshot of a coding agent PR card in the Chat view.
There’s a new dedicated chat editor for managing coding agent sessions. Follow the progress of the coding agent, provide follow-up instructions, and jump between contexts seamlessly.

βš™οΈ Setting: chat.agentSessionsViewLocation Screenshot of chat editor showing progress of coding agent session
πŸ”Ž Join us for a release livestream next week to dive into this release with VS Code engineering team and other special guests!

Happy coding! πŸ’™ aka.ms/VSCode/LiveA thumbnail with a dark background and the VS Code logo that reads "What's new in Visual Studio Code July Update 1.103, Use GPT-5 in chat, chat checkpoints to restore previous states, a revamped tool picker interface, support for more than 128 tools per agent request, automatic startup for MCP servers, enhanced terminal command approvals, Git worktree support for checking out multiple branches, fast code search for Azure DevOps repositories, a customizable language model selector, and a dedicated view for managing coding agent chat sessions".

β€’ β€’ β€’

Missing some Tweet in this thread? You can try to force a refresh
γ€€

Keep Current with Visual Studio Code

Visual Studio Code Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @code

Jun 19
Whether you're building, testing, designing, or automating, there's likely an MCP server that can help you do it in VS Code!

🧡 If you want to work with MCP in @code, here are some servers to explore: A thumbnail with a dark background and the VS Code and MCP logos that reads "MCP Servers in Visual Studio Code".
Azure: seamlessly connect AI agents to Azure services. Use it standalone or with the GitHub Copilot for Azure extension in VS Code.

github.com/Azure/azure-mcp
GitHub: integrates GitHub APIs for advanced automation and interactions with your Copilot-based tools.

github.com/github/github-…
Read 11 tweets
Apr 7
Big updates in the latest @code release:
✨ Extend agent mode (now available in VS Code Stable!) with MCP tools
✨ A unified chat experience
✨ Use your own API key to access more language models
...and so much more



Let’s dive in 🧡 aka.ms/VSCodeReleaseA thumbnail with a dark background and the VS Code logo that says "What's new in Visual Studio Code March Update [1.99] -Agent mode in VS Code Stable -Extend agent mode with MCP tools -New tools for fetching web content and symbol references -Edit notebooks and cells from chat -Next Edit Suggestions GA -Unified chat experience -Use your own API key to access more language models (preview) -Better and faster workspace search with instant remote indexing"
Agent mode is now available in VS Code Stable. Enable it by setting chat.agent.enabled βš™οΈ

In the coming weeks, we will be rolling out enablement by default to all users. A screenshot of the Chat view in VS Code with Agent selected in the mode dropdown
We now support MCP servers in agent mode.

This integration enables more dynamic and context-aware coding assistance. Read more in our docs: code.visualstudio.com/docs/copilot/c…
Read 10 tweets
Dec 20, 2024
We just announced GitHub Copilot Free, available for everyone in @code

So what does this new free tier actually mean? 🧡 A thumbnail with a blue/black/green gradient background, and the VS Code and GitHub Copilot logos in the center.
First off, all you need is a GitHub account.

No trial. No subscription. No credit card required.

Yes, really.
The free tier includes 2000 code completions/month and 50 chat requests/month.
Read 12 tweets
Oct 31, 2024
With the latest @code release, the Chat view has moved to the Secondary Side Bar by default.

Here are some tips with this change...🧡 A screenshot of VS Code showing the Copilot Chat view on the right hand side in the Secondary Side Bar
You can use the Chat menu next to the Command Center to quickly bring up Chat in the Secondary Side Bar.

You can hide this menu with the chat.commandCenter.enabled setting βš™οΈ
If you've previously installed GitHub Copilot, a view will show up that enables you to restore the Chat view to the old location A screenshot of VS Code showing the Chat view in the Primary Side Bar, with the text "Chat (Old Location) Chat has been moved to the Secondary Side Bar on the right for a more integrated AI experience in your editor. You can quickly access Chat via the new Copilot icon in the editor title bar or with the keyboard shortcut." with a blue button that says "Got it" and a grey button that says "Restore Old Location"
Read 4 tweets
Mar 5, 2024
Another month, another big batch of updates and features for @GitHub Copilot in VS @Code.

πŸ€– Change Chat font
πŸ€– New speech functionality
πŸ€– "live" mode
πŸ€– new #editor var and more!

Let's go...🧡
You can now change the font in the chat. This works for inline, ghost text, chat sidebar, etc.

BTW - cool "Minecraft" inspired mono-spaced font here:

github.com/IdreesInc/Mono…
There's a new prompt whenever you try to save a file that has unaccepted Copilot suggestions. This is on by default so you don't accidentally save code you didn't accept.
Read 9 tweets
Dec 21, 2023
πŸ€– GitHub Copilot just keeps getting smarter and smarter!

In case you missed them, here are 4 of the newest features that you're going to love 🧡
Gone are the days of trying to come up with descriptive commit messages... Let Copilot generate them for you ✨
Use the # command to provide Copilot with context. With better context, you'll get better answers!
Read 6 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us!

:(