How do GitHub Copilot Agents actually work in practice? #170562
-
Select Topic AreaQuestion Copilot Feature AreaCopilot Coding Agent BodyI’ve seen the new GitHub Agents and the Copilot coding agent, but how do they really work day-to-day and what’s the best way to use them? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
GitHub Copilot Agents, specifically @workspace, act as project-aware assistants within your IDE's chat. They analyze your entire codebase to provide contextually relevant solutions. How they work in practice: You invoke an agent like @workspace and describe a high-level task. The agent then analyzes the relevant files and provides a step-by-step implementation plan, suggests code modifications, and identifies which files to create or edit.
Hands-on experimentation is the best way to see how it can be integrated into your personal workflow |
Beta Was this translation helpful? Give feedback.
-
|
I'm trying to find out when you find it, can you like it and mark it as an answer so I can come back here? |
Beta Was this translation helpful? Give feedback.
@Juanessj1
GitHub Copilot Agents, specifically @workspace, act as project-aware assistants within your IDE's chat. They analyze your entire codebase to provide contextually relevant solutions.
How they work in practice:
You invoke an agent like @workspace and describe a high-level task. The agent then analyzes the relevant files and provides a step-by-step implementation plan, suggests code modifications, and identifies which files to create or edit.
Primary day-to-day uses include: