Skip to content

Commit f446ca8

Browse files
committed
Update description
1 parent 0e514c6 commit f446ca8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ide/copilot-agent-mode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: GitHub Copilot agent mode (coming soon)
3-
description: Use slash commands, references, and threads to form better questions and get better answers with scoped context in GitHub Copilot Chat.
3+
description: Use agent mode in Copilot Chat to specify a high-level requirement in your prompt, and Copilot will automatically determine the relevant context and files to edit.
44
ms.date: 4/24/2025
55
ms.topic: how-to
66
author: anandmeg
@@ -17,5 +17,5 @@ monikerRange: '>= vs-2022'
1717

1818
Agent mode is *coming soon* to Visual Studio. To learn more about its availability in Visual Studio, visit the [Visual Studio annoucement](https//aka.ms/vsagentmode)
1919

20-
With chat agent mode in Visual Studio, you'll be able to use natural language to define a high-level task and to start an agentic code editing session to accomplish that task. In agent mode, Copilot will autonomously plan the work needed and determine the relevant files and context. It'll then make edits to your codebase and invoke tools to accomplish the request you made. Agent mode monitors the outcome of edits and tools and iterates to resolve any issues that arise.
20+
With chat agent mode in Visual Studio, you'll be able to use natural language to define a high-level task and to start an agentic code editing session to accomplish that task. In agent mode, Copilot will autonomously plan the work needed and determine the relevant files and context. It'll then make edits to your codebase and invoke tools to accomplish the request you made. Agent mode will monitor the outcome of edits and iterate to resolve any issues that may arise.
2121

0 commit comments

Comments
 (0)