Merge upstream changes from microsoft/vscode-docs main#1
Draft
Copilot wants to merge 2 commits into
Draft
Conversation
Copilot
AI
changed the title
[WIP] Remove invalid ToC entry for AI Toolkit
Merge upstream changes from microsoft/vscode-docs main
Nov 6, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Synchronizes fork with upstream microsoft/vscode-docs repository, incorporating 10 commits with new blog content and documentation updates.
Changes
Blog Posts
Documentation
images/shared/→../images/shared/)Cleanup
Assets
Original prompt
help me make the pul;l request to merge it prperly Skip to content
Navigation Menu
vscode-docs
Type / to search
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Comparing changes
Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.
...
Able to merge. These branches can be automatically merged.
Discuss and review the changes in this comparison with others. Learn about pull requests
10 commits
20 files changed
6 contributors
Commits on Oct 31, 2025
Remove invalid ToC entry for AI Toolkit
@ntrogh
ntrogh authored last week
Merge pull request microsoft#9011 from microsoft/ntrogh/toc-aitoolkit
@ntrogh
ntrogh authored last week
Commits on Nov 3, 2025
Fix link to social image
@ntrogh
ntrogh committed 3 days ago
Merge pull request microsoft#9018 from microsoft/ntrogh/fix-social-image
@ntrogh
ntrogh authored 3 days ago
Commits on Nov 4, 2025
Adds a blurb about the new Copilot tools added to the Container Tools…
@fiveisprime
@ntrogh
fiveisprime and ntrogh authored 2 days ago
Commits on Nov 5, 2025
Unified Agents Blog Post (microsoft#9012)
@burkeholland
@ntrogh
burkeholland and ntrogh authored yesterday
Update unified-agent-experience.md to remove old content (microsoft#9022
@burkeholland
burkeholland authored 14 hours ago
Commits on Nov 6, 2025
OSS Second Milestone blog post: Inline suggestions (microsoft#71)
@bamurtaugh
@ntrogh
3 people authored 4 hours ago
Merge remote-tracking branch 'private-docs/main' into ntrogh/blog-oss2
@ntrogh
ntrogh committed 3 hours ago
Merge pull request microsoft#9023 from microsoft/ntrogh/blog-oss2
@ntrogh
ntrogh authored 3 hours ago
Showing with 257 additions and 4 deletions.
3 changes: 3 additions & 0 deletions 3
blogs/2025/11/03/agent-sessions.png
Loading
3 changes: 3 additions & 0 deletions 3
blogs/2025/11/03/codex-signin.gif
Loading
3 changes: 3 additions & 0 deletions 3
blogs/2025/11/03/codex-signin.png
Loading
3 changes: 3 additions & 0 deletions 3
blogs/2025/11/03/handoffs.png
Loading
3 changes: 3 additions & 0 deletions 3
blogs/2025/11/03/plan-in-action.png
Loading
3 changes: 3 additions & 0 deletions 3
blogs/2025/11/03/planning-agent.png
Loading
3 changes: 3 additions & 0 deletions 3
blogs/2025/11/03/subagent-in-progress.png
Loading
130 changes: 130 additions & 0 deletions 130
blogs/2025/11/03/unified-agent-experience.md
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,130 @@
Order: 108
TOCTitle: A Unified Agent Experience
PageTitle: A Unified Experience for all Coding Agents
MetaDescription: "Agents took over VS Code in 2025. We released agent mode for VS Code, integration for the Copilot coding agent, and the new GitHub Copilot CLI. But Copilot is not the only agent game in town. There are now more coding agents than ever, including options from OpenAI and Anthropic."
MetaSocialImage: unified-agent-experience.png
Date: 2025-11-05
Author: Burke Holland
A Unified Experience for all Coding Agents
November 5, 2025 by Burke Holland, @burkeholland
If we had to pick one word to describe the past year, it would probably be "Agent".
Agents took over VS Code in 2025. We released agent mode for VS Code, integration for the Copilot coding agent (cloud), and the new GitHub Copilot CLI. But Copilot is not the only agent game in town. There are now more coding agents than ever - including options from OpenAI and Anthropic.
With all these choices, things got better for developers but the agent ecosystem got a little more fragmented. Subscription hopping, tool juggling, and the constant FOMO on the latest agent trend is now the norm. This year at GitHub Universe, we set out to fix that with a unified agent experience in VS Code. The first big step towards making that a reality was offering more agents in your Copilot subscription. And not just those with "Copilot" in their name.
OpenAI Codex Integration
OpenAI had a big year: they shipped the GPT-5 and GPT-5 Codex models, which were available in VS Code on day one through the standard model picker. But they also launched Codex - their coding agent, available as both a CLI tool and a VS Code extension. And it was a huge hit with developers.
At GitHub Universe, we announced you can now use OpenAI Codex with your GitHub Copilot Pro+ subscription. No additional subscription required.
To use this integration, install the OpenAI Codex extension and sign in with GitHub Copilot.
When you use C...
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.