Skip to content

Merge upstream changes from microsoft/vscode-docs main#1

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-toc-entry-ai-toolkit
Draft

Merge upstream changes from microsoft/vscode-docs main#1
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-toc-entry-ai-toolkit

Conversation

Copilot AI commented Nov 6, 2025

Copy link
Copy Markdown

Synchronizes fork with upstream microsoft/vscode-docs repository, incorporating 10 commits with new blog content and documentation updates.

Changes

  • Blog Posts

    • Added "A Unified Agent Experience" blog (Nov 5, 2025) covering OpenAI Codex integration, Agent Sessions, Planning Agent, and subagents
    • Added "Open Source AI Editor: Second Milestone" blog (Nov 6, 2025) documenting inline suggestions OSS release
  • Documentation

    • Updated Container Tools overview with new Copilot agent tools section
    • Fixed MetaSocialImage relative paths in Copilot customization docs (images/shared/../images/shared/)
  • Cleanup

    • Removed invalid "Getting Started" ToC entry for AI Toolkit
  • Assets

    • 15 new images (PNGs and GIFs) for blog posts
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.

OpenAI Codex sign-in panel in VS Code

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.

Copilot AI changed the title [WIP] Remove invalid ToC entry for AI Toolkit Merge upstream changes from microsoft/vscode-docs main Nov 6, 2025
@HelbsLozRoj HelbsLozRoj removed their assignment Nov 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants