Skip to content
Discussion options

You must be logged in to vote

@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:

  • Feature Implementation: Scaffolding new features that touch multiple files.
  • Code Analysis: Understanding a new codebase or refactoring existing logic.
  • Complex Debugging: Tracing issues across different compon…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by Juanessj1
Comment options

You must be logged in to vote
1 reply
@Juanessj1
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question Ask and answer questions about GitHub features and usage Copilot Cloud Agent Implement a task or issue, run in the background with GitHub Actions, and more
3 participants