Skip to content

Commit 3db29d2

Browse files
committed
Update image
1 parent f3fbbf2 commit 3db29d2

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

docs/ide/copilot-agent-mode.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ The key difference from Copilot Chat is that agent mode can:
2727

2828
## Get started with agent mode
2929

30-
To get started with Copilot agent mode in Visual Studio, enable the feature in **Tools** > **Options** > **GitHub** > **Copilot** > **Enable agent mode in the chat pane**.
30+
To get started with Copilot agent mode in Visual Studio, enable the feature in **Tools** > **Options** > **GitHub** > **Coplit** > **Copilot Chat** > **Enable agent mode in the chat pane**.
3131

3232
## Use agent mode
3333

3434
In agent mode, Copilot operates autonomously and determines the relevant context for your prompt.
3535

3636
Follow these steps to get started:
3737

38-
1. Enable agent mode by selecting **Enable agent mode in the chat pane** in **Tools** > **Options** > **GitHub** > **Copilot**.
38+
1. Ensure agent mode is enabled by selecting **Enable agent mode in the chat pane** in **Tools** > **Options** > **GitHub** > **Copilot** > **Copilot Chat**.
3939

40-
<!-- :::image type="content" source="media/vs-2022/copilot-agent/copilot-agent-setting-updated.png" alt-text="Screenshot that shows Copilot Agent Settings." lightbox="media/vs-2022/copilot-agent/copilot-agent-setting-updated.png"::: -->
40+
:::image type="content" source="media/vs-2022/copilot-agent/copilot-agent-setting-updated.png" alt-text="Screenshot that shows the enable agent mode setting in Options." lightbox="media/vs-2022/copilot-agent/copilot-agent-setting-updated.png":::
4141

4242
2. Open the Copilot Chat window, select **Ask** to expand the mode dropdown, and then select **Agent**.
4343

@@ -127,7 +127,7 @@ To stop a build, select **Build** in the top toolbar, and then select **Cancel**
127127

128128
Take the following troubleshooting steps in the order specified:
129129
- Make sure you're using Visual Studio 17.14 or later: check the version at **Help** > **About Visual Studio**. If you're not using version 17.14 or later, launch the Visual Studio Installer and update your build.
130-
- Make sure you've selected the **Enable agent mode in the chat pane** setting in **Tools** > **Options** > **GitHub** > **Copilot**.
130+
- Make sure you've selected the **Enable agent mode in the chat pane** setting in **Tools** > **Options** > **GitHub** > **Copilot Chat**.
131131
- Try restarting Visual Studio.
132132

133133
#### When should I use Ask mode vs. Agent mode?
@@ -139,11 +139,12 @@ Take the following troubleshooting steps in the order specified:
139139
#### What happened to Copilot Edits in Visual Studio?
140140

141141
- We perceive agent mode to be an evolution of Edits, with greater ability to iterate on errors, use tools, and automatically apply code changes.
142-
- For the initial releases of Visual Studio 2022 version 17.14, Edits mode is still available if you uncheck the **Enable agent mode in the chat pane** setting in **Tools** > **Options** > **GitHub** > **Copilot**.
142+
- For the initial releases of Visual Studio 2022 version 17.14, Edits mode is still available if you uncheck the **Enable agent mode in the chat pane** setting in **Tools** > **Options** > **GitHub** > **Copilot** > **Copilot Chat**.
143143

144144
#### As an administrator, how do I control use of agent mode for Visual Studio users?
145145

146146
Agent mode in Visual Studio is governed by the **Editor preview features** flag in the GitHub Copilot dashboard for administrators.
147+
If the administrator turns off this setting, users under that subscription won’t be able to use agent mode in Visual Studio.
147148

148149
For more information, see [managing policies and features for copilot in your enterprise](https://docs.github.com/en/enterprise-cloud@latest/copilot/managing-copilot/managing-copilot-for-your-enterprise/managing-policies-and-features-for-copilot-in-your-enterprise#editor-preview-features).
149150

docs/ide/mcp-servers.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Model Context Protocol (MCP) is an open standard that enables AI models to inter
1616

1717
## Prerequisites
1818
+ [Visual Studio 2022 version 17.14](/visualstudio/releases/2022/release-history) or later.
19-
+ Set **Enable agent mode in the chat pane** in **Tools** > **Options** > **GitHub** > **Copilot**.
19+
+ Set **Enable agent mode in the chat pane** in **Tools** > **Options** > **GitHub** > **Copilot** > **Copilot Chat**.
2020
+ [Sign in to Visual Studio using a GitHub account](work-with-github-accounts.md) with [Copilot access](https://docs.github.com/en/copilot/about-github-copilot/what-is-github-copilot#getting-access-to-copilot). <br/>
2121
+ You can use [GitHub Copilot for Free](copilot-free-plan.md). Sign up and leverage AI to code faster and more efficiently.
2222

@@ -150,7 +150,7 @@ When a tool is invoked, Copilot requests confirmation to run the tool. This is b
150150

151151
:::image type="content" source="media/vs-2022/copilot-agent/copilot-agent-tool-approval.png" alt-text="Screenshot that shows managing agent tool approvals." lightbox="media/vs-2022/copilot-agent/copilot-agent-tool-approval.png":::
152152

153-
In the Chat pane, after a tool invocation, use the **Allow** dropdown options to automatically confirm the specific tool for the current session, solution, or all future invocations.
153+
In the chat pane, after a tool invocation, use the **Allow** dropdown options to automatically confirm the specific tool for the current session, solution, or all future invocations.
154154

155155
You can reset tool confirmation selections in **Tools** > **Options** > **GitHub** > **Copilot** > **Tools**.
156156

@@ -160,8 +160,10 @@ You can reset tool confirmation selections in **Tools** > **Options** > **GitHub
160160

161161
#### As an administrator, how do I control use of MCP servers in agent mode for Visual Studio users?
162162

163-
The **Editor preview features flag** in the GitHub Copilot dashboard lets administrators control access to agent mode and MCP usage in Visual Studio.
164-
If the subscription administrator turns off this setting, users under that subscription won’t be able to use agent mode or connect to MCP servers in Visual Studio.
163+
Agent mode and MCP usage in Visual Studio is governed by the **Editor preview features** flag in the GitHub Copilot dashboard for administrators.
164+
If the administrator turns off this setting, users under that subscription won’t be able to use agent mode or connect to MCP servers in Visual Studio.
165+
166+
For more information, see [managing policies and features for copilot in your enterprise](https://docs.github.com/en/enterprise-cloud@latest/copilot/managing-copilot/managing-copilot-for-your-enterprise/managing-policies-and-features-for-copilot-in-your-enterprise#editor-preview-features).
165167

166168
## Related content
167169

-51.9 KB
Loading

0 commit comments

Comments
 (0)