From 0c16068fa137ad35751d5a10452477db515a0d8e Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 23 Jun 2026 20:39:56 +0100 Subject: [PATCH 1/3] Rename sections and update video links --- learn/toc.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/learn/toc.json b/learn/toc.json index d54b27a4dd..4a393b4dbb 100644 --- a/learn/toc.json +++ b/learn/toc.json @@ -13,7 +13,7 @@ ] }, { - "name": "Customizations", + "name": "Agent Customizations", "area": "customizations", "description": "Learn how to shape AI in VS Code around your workflow using custom agents, instructions, skills, prompt files, and hooks.", "topics": [ @@ -28,7 +28,7 @@ ] }, { - "name": "Agents", + "name": "Agent Extensions", "area": "agents", "description": "Learn how to use tools, MCP servers, plugins, and third-party agents to extend agent workflows in VS Code.", "topics": [ @@ -38,4 +38,4 @@ ["Using third-party agents in VS Code", "/learn/agents/4-using-third-party-agents-in-vs-code"] ] } -] \ No newline at end of file +] From e8537f79b88e977d4c086a437ffd30712c332e24 Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 23 Jun 2026 19:48:13 +0000 Subject: [PATCH 2/3] adding video embeds on all lessons on the Agents course --- learn/agents/1-using-tools-with-agents.md | 3 +++ learn/agents/2-extending-agents-with-mcp-servers.md | 2 ++ learn/agents/3-agent-plugins.md | 3 +++ learn/agents/4-using-third-party-agents-in-vs-code.md | 3 +++ 4 files changed, 11 insertions(+) diff --git a/learn/agents/1-using-tools-with-agents.md b/learn/agents/1-using-tools-with-agents.md index 7d2c1ee8c3..4ce53cc719 100644 --- a/learn/agents/1-using-tools-with-agents.md +++ b/learn/agents/1-using-tools-with-agents.md @@ -14,6 +14,9 @@ Keywords: # Using tools with agents + + + Tools are how agents act on your request. They search your workspace, read files, edit code, run terminal commands, fetch web content, and call external services. In this guide, you will start with a small task, choose only the tools the task needs, and decide when to use a tool set, approvals, or sandboxing. ## Prerequisites diff --git a/learn/agents/2-extending-agents-with-mcp-servers.md b/learn/agents/2-extending-agents-with-mcp-servers.md index 279eca4105..6254a7e84d 100644 --- a/learn/agents/2-extending-agents-with-mcp-servers.md +++ b/learn/agents/2-extending-agents-with-mcp-servers.md @@ -14,6 +14,8 @@ Keywords: # Extending agents with MCP servers + + MCP servers connect agents to external tools and data sources. In this guide, you will install an MCP server, use one of its tools in chat, choose the right configuration scope, and decide when to sandbox the server. ## Prerequisites diff --git a/learn/agents/3-agent-plugins.md b/learn/agents/3-agent-plugins.md index 3bd735d917..3355d1bb67 100644 --- a/learn/agents/3-agent-plugins.md +++ b/learn/agents/3-agent-plugins.md @@ -14,6 +14,9 @@ Keywords: # Agent plugins + + + Agent plugins bundle multiple customizations into one installable package. In this guide, you will inspect a plugin before installing it, use a plugin-provided command, and decide when a plugin is a better fit than separate local customizations. ## Prerequisites diff --git a/learn/agents/4-using-third-party-agents-in-vs-code.md b/learn/agents/4-using-third-party-agents-in-vs-code.md index 8b75dede33..49f54ce874 100644 --- a/learn/agents/4-using-third-party-agents-in-vs-code.md +++ b/learn/agents/4-using-third-party-agents-in-vs-code.md @@ -14,6 +14,9 @@ Keywords: # Using third-party agents in VS Code + + + Third-party agents let you use provider-specific agent experiences inside VS Code. In this guide, you will choose between local and cloud sessions, start a Claude or Codex session, and pick a permission mode that matches the task. ## Prerequisites From fb97e0bdd404cefb71df3c3c5b6b948de2ffce92 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 24 Jun 2026 20:17:39 +0000 Subject: [PATCH 3/3] changed to no cookie domain --- learn/agents/1-using-tools-with-agents.md | 2 +- learn/agents/2-extending-agents-with-mcp-servers.md | 2 +- learn/agents/3-agent-plugins.md | 2 +- learn/agents/4-using-third-party-agents-in-vs-code.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/learn/agents/1-using-tools-with-agents.md b/learn/agents/1-using-tools-with-agents.md index 4ce53cc719..fdc51e3f8e 100644 --- a/learn/agents/1-using-tools-with-agents.md +++ b/learn/agents/1-using-tools-with-agents.md @@ -15,7 +15,7 @@ Keywords: # Using tools with agents - + Tools are how agents act on your request. They search your workspace, read files, edit code, run terminal commands, fetch web content, and call external services. In this guide, you will start with a small task, choose only the tools the task needs, and decide when to use a tool set, approvals, or sandboxing. diff --git a/learn/agents/2-extending-agents-with-mcp-servers.md b/learn/agents/2-extending-agents-with-mcp-servers.md index 6254a7e84d..ffff30c84c 100644 --- a/learn/agents/2-extending-agents-with-mcp-servers.md +++ b/learn/agents/2-extending-agents-with-mcp-servers.md @@ -14,7 +14,7 @@ Keywords: # Extending agents with MCP servers - + MCP servers connect agents to external tools and data sources. In this guide, you will install an MCP server, use one of its tools in chat, choose the right configuration scope, and decide when to sandbox the server. diff --git a/learn/agents/3-agent-plugins.md b/learn/agents/3-agent-plugins.md index 3355d1bb67..b3f8b8125a 100644 --- a/learn/agents/3-agent-plugins.md +++ b/learn/agents/3-agent-plugins.md @@ -15,7 +15,7 @@ Keywords: # Agent plugins - + Agent plugins bundle multiple customizations into one installable package. In this guide, you will inspect a plugin before installing it, use a plugin-provided command, and decide when a plugin is a better fit than separate local customizations. diff --git a/learn/agents/4-using-third-party-agents-in-vs-code.md b/learn/agents/4-using-third-party-agents-in-vs-code.md index 49f54ce874..377b02c36c 100644 --- a/learn/agents/4-using-third-party-agents-in-vs-code.md +++ b/learn/agents/4-using-third-party-agents-in-vs-code.md @@ -15,7 +15,7 @@ Keywords: # Using third-party agents in VS Code - + Third-party agents let you use provider-specific agent experiences inside VS Code. In this guide, you will choose between local and cloud sessions, start a Claude or Codex session, and pick a permission mode that matches the task.