From c0169651fdd86ead1e102615dd60af7af2fd5e19 Mon Sep 17 00:00:00 2001 From: Burke Holland Date: Mon, 10 Nov 2025 12:13:59 -0600 Subject: [PATCH 1/2] Enhance unified agent experience article Added special thanks section and updated content. --- blogs/2025/11/03/unified-agent-experience.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blogs/2025/11/03/unified-agent-experience.md b/blogs/2025/11/03/unified-agent-experience.md index ab7c72730a..1e5e0a6e10 100644 --- a/blogs/2025/11/03/unified-agent-experience.md +++ b/blogs/2025/11/03/unified-agent-experience.md @@ -11,6 +11,8 @@ Author: VS Code Team November 5, 2025 by VS Code Team, [@code](https://twitter.com/code) +_Special thanks to Rob Lorens, Bhavya U, Matt Bierner, Peng Lyu, Osvaldo Ortega, Josh Spicer, Brigit Murtaugh, Martin Aeschlimann, Alex Bretiz and Harald Kirschner for their work on these features._ + 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](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. From 20b3b806a33648acbd23d1bf07fae74a2f15a56c Mon Sep 17 00:00:00 2001 From: Raymond Zhao <7199958+rzhao271@users.noreply.github.com> Date: Mon, 10 Nov 2025 15:44:12 -0800 Subject: [PATCH 2/2] Update blogs/2025/11/03/unified-agent-experience.md Co-authored-by: Nick Trogh --- blogs/2025/11/03/unified-agent-experience.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blogs/2025/11/03/unified-agent-experience.md b/blogs/2025/11/03/unified-agent-experience.md index 1e5e0a6e10..6c7dc4c88c 100644 --- a/blogs/2025/11/03/unified-agent-experience.md +++ b/blogs/2025/11/03/unified-agent-experience.md @@ -11,7 +11,7 @@ Author: VS Code Team November 5, 2025 by VS Code Team, [@code](https://twitter.com/code) -_Special thanks to Rob Lorens, Bhavya U, Matt Bierner, Peng Lyu, Osvaldo Ortega, Josh Spicer, Brigit Murtaugh, Martin Aeschlimann, Alex Bretiz and Harald Kirschner for their work on these features._ +_Special thanks to Rob Lourens, Bhavya U, Matt Bierner, Peng Lyu, Osvaldo Ortega, Josh Spicer, Brigit Murtaugh, Martin Aeschlimann, Alex Britez and Harald Kirschner for their work on these features._ If we had to pick one word to describe the past year, it would probably be "Agent".