Skip to content

Commit 0e514c6

Browse files
committed
Add placeholder agent mode page
1 parent 747bd89 commit 0e514c6

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

docs/ide/copilot-agent-mode.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
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.
4+
ms.date: 4/24/2025
5+
ms.topic: how-to
6+
author: anandmeg
7+
ms.author: meghaanand
8+
ms.manager: mijacobs
9+
ms.subservice: ai-tools
10+
ms.collection: ce-skilling-ai-copilot
11+
helpviewer_keywords:
12+
- copilot agent mode
13+
- copilot chat
14+
monikerRange: '>= vs-2022'
15+
---
16+
# Coming soon: Agent mode in Visual Studio
17+
18+
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)
19+
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.
21+

docs/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@
153153
href: ide/visual-studio-github-copilot-chat.md
154154
- name: Tips to improve Copilot Chat results
155155
href: ide/copilot-chat-context.md
156+
- name: Use agent mode
157+
href: ide/copilot-agent-mode.md
156158
- name: Copilot Edits
157159
href: ide/copilot-edits.md
158160
- name: Debug with GitHub Copilot

0 commit comments

Comments
 (0)