From 691b700755d73be59bca74511bf8a8d2661be44f Mon Sep 17 00:00:00 2001 From: bagratte Date: Mon, 17 Nov 2025 16:54:24 +0400 Subject: [PATCH 1/2] Proofread documentation --- docs/copilot/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/copilot/overview.md b/docs/copilot/overview.md index a5059d2ec0..7ee0f83f04 100644 --- a/docs/copilot/overview.md +++ b/docs/copilot/overview.md @@ -188,13 +188,13 @@ Learn more about using [language models in VS Code](/docs/copilot/customization/ ### Custom agents -The chat experience in VS Code can use different agents to switch between asking questions, making edits, or running autonomous coding sessions. You can also create custom agents that fit your workflow. For example, create a custom agent that focuses on planning and architecture discussions. Specify which tools chat is allowed to use, and provide custom instructions to provide the right context in which it should operate. +The chat experience in VS Code can use different agents to switch between asking questions, making edits, or running autonomous coding sessions. You can also create custom agents that fit your workflow. For example, create a custom agent that focuses on planning and architecture discussions. Specify which tools the agent is allowed to use, and provide custom instructions to provide the right context in which it should operate. ![Screenshot showing the Chat view, highlighting the agent picker.](images/overview/chat-mode-dropdown.png) Learn more about [creating your own custom agents](/docs/copilot/customization/custom-agents.md). -### Extend chat with tools +### Extend the chat with tools Extend the capabilities of the chat experience with specialized tools from MCP servers or Marketplace extensions. For example, add tools for querying databases, connecting to external APIs, or performing specialized tasks. From 230c20a2e72d480b9727994d0eb2eb7973658ab1 Mon Sep 17 00:00:00 2001 From: bagratte Date: Mon, 17 Nov 2025 21:34:17 +0400 Subject: [PATCH 2/2] Revert 'the chat' --- docs/copilot/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/copilot/overview.md b/docs/copilot/overview.md index 7ee0f83f04..dfaba45c56 100644 --- a/docs/copilot/overview.md +++ b/docs/copilot/overview.md @@ -194,7 +194,7 @@ The chat experience in VS Code can use different agents to switch between asking Learn more about [creating your own custom agents](/docs/copilot/customization/custom-agents.md). -### Extend the chat with tools +### Extend chat with tools Extend the capabilities of the chat experience with specialized tools from MCP servers or Marketplace extensions. For example, add tools for querying databases, connecting to external APIs, or performing specialized tasks.