Skip to content

Commit 5f5f1e0

Browse files
committed
addressing all review comments
1 parent e23a49f commit 5f5f1e0

File tree

1 file changed

+32
-20
lines changed

1 file changed

+32
-20
lines changed

blogs/2025/11/03/universe-recap.md

Lines changed: 32 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,66 @@
1-
# A unified experience for all coding agents
1+
---
2+
Order: 108
3+
TOCTitle: A Unfied Agent Experience
4+
PageTitle: A Unified Experience for all Coding Agents
5+
Agents took over VS Code in 2025. We released [agent mode](https://code.visualstudio.com/blogs/2025/02/24/introducing-copilot-agent-mode) for VS Code, integration for the [Copilot coding agent (cloud)](https://code.visualstudio.com/docs/copilot/copilot-coding-agent), and the new [GitHub Copilot CLI](https://github.com/features/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.
6+
MetaSocialImage: expanding-model-choice.png
7+
Date: 2025-11-04
8+
Author: Burke Holland
9+
---
10+
11+
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](https://marketplace.visualstudio.com/items?itemName=openai.chatgpt). And it was a huge hit with developers.
12+
213

314
If we had to pick one word to describe the past year, it would probably be "Agent".
415

516
Agents took over VS Code in 2025. We released the [Agent Mode](https://code.visualstudio.com/blogs/2025/02/24/introducing-copilot-agent-mode) for VS Code, integration for the [Copilot Coding Agent (cloud)](https://code.visualstudio.com/docs/copilot/copilot-coding-agent), and the new [GitHub Copilot CLI](https://github.com/features/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.
617

7-
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.
18+
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.
819

920
### OpenAI Codex Integration
1021

11-
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 - OpenAI's coding agent - available as both A CLI tool and a [VS Code extension](https://marketplace.visualstudio.com/items?itemName=openai.chatgpt). And it was a huge hit with developers.
22+
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](https://marketplace.visualstudio.com/items?itemName=openai.chatgpt). And it was a huge hit with developers.
1223

13-
This year at GitHub Universe, we announced you can now use OpenAI Codex with your GitHub Copilot Pro+ subscription. No additional subscription required.
24+
At GitHub Universe, we announced you can now use OpenAI Codex with your GitHub Copilot Pro+ subscription. No additional subscription required.
1425

1526
To use this integration, install the [OpenAI Codex extension](https://marketplace.visualstudio.com/items?itemName=openai.chatgpt) and sign in with GitHub Copilot.
1627

1728
![OpenAI Codex sign-in panel in VS Code](codex-signin.gif)
1829

1930
When you use Codex with Copilot Pro+, Copilot handles all model calls and standard rate limits apply. You get code generation, code explanation, and all the features - no need to manage a separate OpenAI account.
2031

21-
With Codex, you now have four powerful coding agents in VS Code:
32+
With the addition of Codex, you now have four powerful coding agents in VS Code:
2233

23-
1. GitHub Copilot
24-
2. GitHub Copilot Cloud Agent
25-
3. GitHub Copilot CLI
26-
4. OpenAI Codex
34+
* GitHub Copilot
35+
* Copilot coding agent (cloud)
36+
* GitHub Copilot CLI
37+
* OpenAI Codex
2738

2839
But with all these agents, it's easy to get overwhelmed. What agents are running? Where are they running? What day is it?
2940

3041
That's why we've introduced a new feature in VS Code for orchestrating all your agents - local or remote. We call it, "Agent Sessions".
3142

3243
### Agent Sessions
3344

34-
There's a new view in the VS Code sidebar called "[Agent Sessions](https://code.visualstudio.com/updates/v1_105#_agent-sessions)". It gives you one place to manage all your agents - local or cloud.
45+
There's a new view in the VS Code side bar called "[Agent Sessions](https://code.visualstudio.com/docs/copilot/chat/chat-sessions#_agent-sessions)". It gives you one place to manage all your agents, whether they're running locally or in the cloud.
3546

3647
![VS Code window with Agent Sessions sidebar showing Copilot, Coding Agent, CLI, and Codex statuses against a calm gray workspace](agent-sessions.png)
3748

3849
With Agent Sessions, you see all agent sessions for your project. You can check which agents are running, their status, and jump between sessions with a click.
3950

40-
Cloud agent sessions now have a tabbed experience that lets you course-correct the agent mid-run. It's common to send a prompt and realize you forgot something important. Before, you had to wait or cancel. Now, just open the tab, add an update, and watch the agent adjust its plan.
51+
All agents now have a new tabbed experience called "chat editors". You can open the Copilot coding agent in a chat editor to watch its progress. You can even course-correct the agent mid-run. It's common to send a prompt and realize you forgot something important. Before, you had to wait or cancel. Now, just open the tab, add an update, and watch the agent adjust its plan.
4152

42-
You can also delegate any task to any agent right from the chat.
53+
You can also delegate any task to any agent right from the Chat view.
4354

4455
![VS Code showing the "Delegate" button from the chat, when clicked opens a menu of agents to delegate to](why-settle.gif)
4556

4657
This unified Agent Sessions view makes VS Code a "mission control" for orchestrating all your agents, while keeping you in the editor where you do your best work. We're excited to welcome OpenAI Codex today, and we're working to bring more agents to your Copilot+ subscription in the future.
4758

48-
### Planning Agent
59+
## Planning Agent
4960

50-
A few months ago we introduced the concept of Chat Modes in VS Code. These are custom modes that let you augment or alter the behaviour of the built-in agent prompt. When you use a Chat Mode to alter the agent behaviour in VS Code, what you're _really_ doing is creating your own custom agent. So we've renamed "Chat Modes" to just "Agents" to better reflect what they actually are.
61+
A few months ago we introduced the concept of chat modes in VS Code. These are custom modes that let you augment or alter the behavior of the built-in agent prompt. When you use a chat mode to alter the agent behavior in VS Code, what you're _really_ doing is creating your own custom agent. So we've renamed "chat modes" to just "agents" to better reflect what they actually are.
5162

52-
To get you started building custom Agents, we've added a new Agent called "[Plan](https://code.visualstudio.com/updates/v1_105#_plan-agent)".
63+
To get you started building custom agents, we've added a new built-in agent called "[Plan](https://code.visualstudio.com/docs/copilot/chat/chat-planning)".
5364

5465
![Copilot chat in VS Code with Plan agent dropdown highlighted, planning guidance beside dark theme editor, label reads Plan for a focused tone.](planning-agent.png)
5566

@@ -69,15 +80,15 @@ link creation only
6980

7081
> Pro tip: Change the "workbench.action.chat.submit" keybinding to "Ctrl + Enter" so you stop accidentally sending messages when you just want a new line. Your swear jar will thank you.
7182
72-
When the Plan agent has enough info, it stops asking questions and asks if you're ready to proceed. You can use the new "[Handoff](https://code.visualstudio.com/updates/v1_105#_handoffs)" feature in chat to either proceed or open the full plan in the editor.
83+
When the Plan agent has enough info, it stops asking questions and asks if you're ready to proceed. You can use the new "[Handoff](https://code.visualstudio.com/docs/copilot/customization/custom-chat-modes#_handoffs)" feature in chat to either proceed or open the full plan in the editor.
7384

7485
![Screenshot showing the Handoff feature in Copilot chat with options to proceed with implementation or open the plan in the editor.](handoffs.png)
7586

7687
Try different models to see which you like best for planning. We've found the [Claude models](https://www.anthropic.com/claude) are great at identifying missing context and edge cases, and asking the right questions.
7788

78-
If you're like me, you'll want to know how the Plan agent works so you can up your prompt engineering game. You can read the Plan prompt by choosing "Configure Agents" from the Command Palette and selecting Plan. It's a great baseline for creating your own [custom agents](https://code.visualstudio.com/updates/v1_105#_support-for-nested-agentsmd-files-experimental). I used it to create one called ["Research"](https://gist.github.com/burkeholland/919d655ae4df5c809b549632c3afb144) that recursively does internet research and writes up its findings.
89+
If you're like me, you'll want to know how the Plan agent works so you can up your prompt engineering game. You can read the Plan prompt by choosing "Configure Agents" from the Command Palette and selecting Plan. It's a great baseline for creating your own [custom agents](https://code.visualstudio.com/docs/copilot/customization/custom-chat-modes). I used it to create one called ["Research"](https://gist.github.com/burkeholland/919d655ae4df5c809b549632c3afb144) that recursively does internet research and writes up its findings.
7990

80-
These custom agents are also available when you delete to other agents such as the CLI and the Cloud. Your custom agents work everywhere that you need them to.
91+
These custom agents are also available when you delegate to other agents such as the Copilot CLI and the Copilot coding agent. Your custom agents work everywhere that you need them to.
8192

8293
> Pro tip: You can find hundreds of custom instructions, prompt files and agents over on the [awesome-copilot](https://github.com/github/awesome-copilot) repo. If you haven't checked that out yet, you're missing out. It's a treasure trove of inspiration and ready-made prompts.
8394
@@ -103,11 +114,12 @@ We're still exploring ways to help you manage context with agents, and subagents
103114

104115
## Looking Ahead
105116

106-
Agents are changing how we write code and how we work. You shouldn't have to pick just one. You should be able to move between agents, keep fine-grained control over your context, and create your own custom Agents to extend the various built-in agent prompts. With the unified agent experience in VS Code, you can now do all of that.
117+
Agents are changing how we write code and how we work. You shouldn't have to pick just one. You should be able to move between agents, keep fine-grained control over your context, and create your own custom agents to extend the various built-in agent prompts. With the unified agent experience in VS Code, you can now do all of that.
107118

108119
These are just a few highlights from this year's [GitHub Universe](https://github.com/events/universe). Check out [GitHub's blog](https://github.blog/) for all the updates as we work on a unified workflow for a multi-agent experience everywhere you need it.
109120

110-
I'll leave you with this: It was only 12 months ago that we announced "Copilot Edits" and Claude support in Copilot. At this pace, imagine where we'll be 12 months from now.
121+
I'll leave you with this: it was only 12 months ago that we announced "Copilot Edits" and Claude support in Copilot. At this pace, imagine where we'll be 12 months from now.
122+
111123

112124
And as always, Happy Coding! 💙
113125

0 commit comments

Comments
 (0)