Skip to content

Commit be6e366

Browse files
committed
Add note about agent mode only for Insiders
1 parent 61a4656 commit be6e366

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/copilot/copilot-edits.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Copilot Edits can function in two modes:
1818
* [*Agent mode*](#use-agent-mode-preview) (preview): let Copilot autonomously plan the tasks and relevant files that are needed to implement the request. Copilot will apply code edits and suggest terminal commands, and will continuously iterate to resolve any issues that arise.
1919

2020
> [!NOTE]
21-
> Agent mode is currently in preview and we continue to improve the experience. Provide feedback and report issues in the [Copilot repository](https://github.com/microsoft/vscode-copilot-release/issues).
21+
> Agent mode is currently in preview and is only available in [VS Code Insiders](https://code.visualstudio.com/insiders). Provide feedback and report issues in the [Copilot repository](https://github.com/microsoft/vscode-copilot-release/issues).
2222
>
2323
> To enable agent mode, set the `setting(chat.agent.enabled)` setting to `true`.
2424
@@ -117,6 +117,9 @@ To use agent mode in Copilot Edits:
117117
118118
1. Continue to ask follow-up questions and iterate on the code changes that Copilot Edits provides.
119119

120+
> [!NOTE]
121+
> Agent mode for Copilot Edits is currently only available in [VS Code Insiders](https://code.visualstudio.com/insiders).
122+
120123
## Manage the working set
121124

122125
The _working set_ is the set of files that you want Copilot Edits to work on for your edit session. Copilot Edits does not make changes outside the working set, except when suggesting to create a new file. When you use agent mode, Copilot autonomously determines which files to edit and adds them to the working set.

0 commit comments

Comments
 (0)