You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/copilot/copilot-edits.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,16 +81,14 @@ In edit mode, you select which files to edit and provide the relevant context an
81
81
In agent mode, Copilot Edits operates in a more autonomous and dynamic manner to achieve the desired outcome. Copilot agent mode determines the relevant context, offers both code changes and terminal commands, and iterates to remediate issues. To perform these tasks, agent mode uses a set of [_tools_](#agent-mode-tools).
82
82
83
83
> [!IMPORTANT]
84
-
> If you are a Copilot Business or Enterprise user, an administrator of your organization must opt in to the use of Copilot Editor Preview Features, in addition to you setting `setting(chat.agent.enabled)` in your editor. Learn more about [managing policies for Copilot in your organization](https://docs.github.com/en/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-policies-for-copilot-in-your-organization#enabling-copilot-features-in-your-organization).
84
+
> If you are a Copilot Business or Enterprise user, an administrator of your organization must opt in to the use of Copilot Editor Preview Features. Learn more about [managing policies for Copilot in your organization](https://docs.github.com/en/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-policies-for-copilot-in-your-organization#enabling-copilot-features-in-your-organization).
85
85
86
86
To use agent mode in Copilot Edits:
87
87
88
88
1. Open your project in [VS Code Insiders](https://code.visualstudio.com/insiders).
89
89
90
90
> [!NOTE]
91
-
> Agent mode is currently in preview and is only available in [VS Code Insiders](https://code.visualstudio.com/insiders).
92
-
93
-
1. Enable agent mode by setting `setting(chat.agent.enabled)` to `true` in your [settings](/docs/getstarted/personalize-vscode.md#configure-settings).
91
+
> Agent mode is in preview and currently available in [VS Code Insiders](https://code.visualstudio.com/insiders/). The roll-out to VS Code Stable is ongoing and once agent mode is enabled for you, you will see a mode dropdown in the Copilot Edits view.
94
92
95
93
1. Open the Copilot Edits view (`kb(workbench.action.chat.openEditSession)`)
96
94
@@ -202,7 +200,6 @@ The following list contains the settings related to Copilot Edits. You can confi
202
200
203
201
*`setting(chat.editing.confirmEditRequestRemoval)` - ask for confirmation before undoing an edit (default: `true`)
204
202
*`setting(chat.editing.confirmEditRequestRetry)` - ask for confirmation before performing a redo of the last edit (default: `true`)
205
-
*`setting(chat.agent.enabled)` <iclass="codicon codicon-beaker"></i> - enable or disable agent mode in Copilot Edits (default: `false`)
206
203
*`setting(chat.implicitContext.enabled)`_(preview)_ - configure if the active editor should be automatically added as context to the chat prompt.
207
204
*`setting(chat.editing.autoAcceptDelay)` - configure a delay after which suggested edits are automatically accepted, use zero to disable auto-accept (default: 0)
208
205
*`setting(github.copilot.chat.codesearch.enabled)`_(preview)_ - let Copilot find the right files when you add `#codebase` to your prompt, similar to how agent mode works (default: `false`)
Copy file name to clipboardExpand all lines: docs/copilot/copilot-settings.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,6 @@ The team is continuously working on improving Copilot in VS Code and adding new
54
54
*`setting(github.copilot.chat.edits.temporalContext.enabled)`_(Experimental)_: Whether to include recently viewed and edited files with requests in Copilot Edits.
55
55
*`setting(github.copilot.chat.codesearch.enabled)`_(Preview)_: When using `#codebase` in the prompt, Copilot automatically discovers relevant files to be edited.
56
56
*`setting(chat.editing.alwaysSaveWithGeneratedChanges)` - automatically save generated changes from Copilot Edits to disk (default: `false`)
57
-
*`setting(chat.agent.enabled)`_(Experimental)_ - enable or disable agent mode in Copilot Edits (default: `false`)
58
57
*`setting(chat.implicitContext.enabled)`_(Preview)_ - configure if the active editor should be automatically added as context to the chat prompt.
59
58
*`setting(chat.editing.autoAcceptDelay)` - configure a delay after which suggested edits are automatically accepted, use zero to disable auto-accept (default: 0)
60
59
*`setting(chat.agent.maxRequests)` - maximum number of requests that Copilot Edits can make in agent mode (default: 15)
0 commit comments