-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Update agent documentation #9122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Clearly describe differences between local and background - see also microsoft/vscode#280412 (comment) |
bamurtaugh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes are fantastic, thank you so much @ntrogh! Left a few questions / suggestions.
| * `Run the research agent as a subagent to research the best auth methods for this project.` | ||
| * `Use the plan agent in a subagent to create an implementation plan for myfeature. Then save the plan in plans/myfeature.plan.md` | ||
|
|
||
| ## Agent Sessions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we consider keeping this heading, and then just linking to the copilot/agents/overview page?
|
|
||
| Visual Studio Code supports multiple types of AI-powered agents that can assist with coding tasks, from interactive conversations to autonomous multi-step workflows. Agents in VS Code can operate locally within the editor, run in the background, or remotely in the cloud. The Agents view provides a central interface to manage and track all your agent interactions, across these different environments. | ||
|
|
||
| This article provides an overview of the various agent types, how to create and manage agent sessions, delegate tasks between agents, and track their progress. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe a screenshot here of the Agents view would help with the text-heavy intro you mention?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes! There needs to be hero image/video here.
|
@rebornix can you chime in for the limitations of "Background" and "Cloud" compared to "Local". I.e. what exactly is possible in these runtimes around
|
|
@bpasero thanks for the ping. Will provide feedback here. |
|
@bamurtaugh Updated with most of your comments (hero screenshot/video not yet bc of issues). Deployed updated version to vnext env. |
No description provided.