Skip to content

Commit 506a818

Browse files
committed
Separate use from enable
1 parent 05851c2 commit 506a818

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/github-copilot-azure/get-started.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ The answer to your question depends on what's currently running in Azure in your
5050

5151
## Agent mode
5252

53-
Beginning in Visual Studio Code version 1.99, GitHub Copilot has enabled agent mode, an agentic experience that can perform tasks across your entire Visual Studio Code workspace, making edits, executing terminal commands, and so on.
53+
Beginning in Visual Studio Code version 1.99, GitHub Copilot introduced [agent mode](https://code.visualstudio.com/blogs/2025/02/24/introducing-copilot-agent-mode), an agentic experience that can perform tasks across your entire Visual Studio Code workspace, making edits, executing terminal commands, and so on.
5454

5555
GitHub Copilot for Azure provides "tools" to GitHub copilot to enrich the agentic experience with instructions and tools to increase the effectiveness of agentic actions.
5656

5757
### Enable agent mode
5858

59-
To use agent mode, you have to enable it.
59+
You may need to enable agent mode.
6060

6161
1. In Visual Studio Code, open **Settings** using the **Manage** icon (gear).
6262

@@ -68,6 +68,10 @@ To use agent mode, you have to enable it.
6868

6969
:::image type="content" source="media/get-started/chat-agent-enabled.png" alt-text="Screenshot that shows the settings dialog with settings filtered to chat.agent.enabled.":::
7070

71+
### Use agent mode
72+
73+
There are three modes: ask (default), edit and agent. To use agent mode, you must select it in the chat pane.
74+
7175
1. If the Chat window is not already open, make sure it's open by either selecting the **Toggle Chat** button in the menu bar, or select the dropdown next to the **Toggle Chat** button and select **Open Chat (Ctrl+Alt+I)**.
7276

7377
:::image type="content" source="media/get-started/open-chat.png" alt-text="Screenshot that shows the Toggle Chat menu open and selecting the the Open Chat menu option.":::

0 commit comments

Comments
 (0)