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/ide/copilot-agent-mode.md
-28Lines changed: 0 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -333,35 +333,7 @@ You can selectively disable the planning tool set directly in the Tools list in
333
333
### Give feedback
334
334
335
335
We’re actively improving Planning in agent mode. Share your feedback, report issues, or suggest improvements here: [Planning in Copilot Chat – Visual Studio Developer Community](https://developercommunity.visualstudio.com/)
336
-
:::moniker range="visualstudio"
337
-
338
-
## Delegate tasks to the cloud agent (Preview)
339
-
340
-
The GitHub Copilot cloud agent lets you offload tasks to Copilot running in the cloud. Unlike agent mode, which runs locally in the IDE, the cloud agent works asynchronously on GitHub's infrastructure and creates a pull request for you to review when it's finished.
341
-
342
-
Use the cloud agent for tasks like UI cleanups, refactors, documentation updates, and multi-file edits that you want to hand off while you stay focused on other work.
343
-
344
-
> [!NOTE]
345
-
> The cloud agent requires your solution to be connected to a GitHub repository.
346
-
347
-
### Enable the cloud agent
348
336
349
-
1. Select **Tools** > **Options**.
350
-
1. In the sidebar, select **GitHub**.
351
-
1. Select the **Enable Copilot Cloud agent (preview)** checkbox.
352
-
1. Restart Visual Studio.
353
-
354
-
### Delegate a task
355
-
356
-
1. Open Copilot Chat and enter a prompt describing the task.
357
-
1. Select the **Delegate this task to the GitHub Copilot cloud agent** button, next to the **Send** button.
358
-
1. Select **Confirm** when prompted.
359
-
360
-
Copilot starts a new session and responds with a link to the pull request it creates. It works on the task and pushes changes to the pull request, then adds you as a reviewer when it's finished.
361
-
362
-
For more information about the cloud agent, including how to track sessions and configure settings, see [GitHub Copilot cloud agent (GitHub Docs)](https://docs.github.com/en/copilot/how-tos/use-copilot-agents/cloud-agent).
363
-
364
-
:::moniker-end
365
337
## Frequently asked questions
366
338
367
339
### What visibility does agent mode have into my files?
0 commit comments