Skip to content

Visual Studio Code v1.116 Changelog

What changed in VS Code v1.116 β€” explained in plain English.

TLDR
  • GitHub Copilot AI chat is now built right inβ€”no extension install needed
  • AI agents can now read from and type into your active terminal windows
  • New debug logs let you review what the AI did in past chat sessions

Want a heads-up when Visual Studio Code updates?

We email you the moment a new Visual Studio Code version drops β€” plus plain-English release notes like these. No spam.

Choose update emails Visual Studio Code Β· Vibe Mastermind Updates
Choose which update emails you want

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

This release is all about making VS Code's AI agents more capable and easier to work with. If you use the AI chat to write code, run commands, or automate tasks, these updates give you more control, better performance, and tighter integration with your terminal.

What's new

  • Copilot is built-in now β€” You can start using AI chat right away without installing the GitHub Copilot Chat extension separately.
  • Agent Debug Logs β€” A panel that shows a timeline of everything the AI agent did during a chat. You can now view logs from past sessions too (they're saved on your computer), so you can look back and figure out what went wrong even after closing a chat.
  • Thinking effort for Copilot CLI β€” Some AI models are "reasoning models" that think step-by-step before answering. You can now pick how much effort they put in (low, medium, high, etc.). Lower effort = faster responses; higher effort = more thorough answers. Non-reasoning models won't show this option.
  • Terminal tools for agents β€” AI agents can now interact with any terminal you have open (like a running Python REPL or an interactive script), not just hidden background terminals they create themselves.
  • Customizations welcome page β€” There's a new overview screen for all your agent customizations (instructions, skills, etc.). Not sure where to start? You can describe what you want in plain English and VS Code will draft the customizations for you.
  • Tool confirmation carousel (Experimental) β€” When the AI wants to run several tools in a row, you now get a compact carousel to approve or reject them one by one instead of scrolling through a long conversation.
  • VS Code Agents app (Insiders only) β€” A companion app designed for agent-first development got updates: reasoning level selection, automatic plan mode for planning tasks, better theming, and it now shows the Files tab by default in the Changes panel.

Improvements

  • Smarter terminal input handling β€” The AI no longer makes an extra call to figure out if the terminal is waiting for input. This makes things faster and wastes fewer tokens (the chunks of text AI models process). The agent now handles input directly and asks you when it's unsure.
  • Clearer progress messages β€” When the agent sends an answer to the terminal, the progress message now shows exactly which question it's answering (e.g., *Sending "my-project" to terminal (replying to: What is your project name?)*).
  • Focus Terminal button β€” When the agent needs you to type something in the terminal (like a password), the confirmation carousel now has a button that jumps you straight to that terminal. If you just start typing, the carousel dismisses itself automatically.
  • Background terminal notifications on by default β€” When an agent runs a command in a background terminal, it now automatically gets notified when the command finishes, times out, or needs inputβ€”no more polling to check.
  • Diffs right in the chat β€” Code changes now show up directly in the conversation as diffs, so you don't have to switch to a separate view to see what the AI wants to change.
  • Faster chat rendering β€” Responses appear faster thanks to reduced layout shifting and more efficient updates as the AI streams its answer.
  • Faster message sending β€” Your message now shows up in the chat immediately, even if customizations are still loading in the background.
  • Better subagent progress β€” The expanded view showing what sub-agents (smaller AI tasks spawned by the main agent) are doing is now more readable.

Fixes

  • Rapid tool updates causing hangs β€” Fixed a bug where lots of tool updates happening at once caused the editor to briefly freeze.
  • Chat send blocked by customizations β€” Fixed an issue where sending a chat message was delayed while customizations loaded; messages now appear instantly.

Breaking changes

No breaking changes in this release.

This is our plain-language summary. Read the complete, official notes on the Visual Studio Code official changelog β†—.

Vibe Mastermind in 00d 00h 00m 00s
Call LIVE — Join Now