Skip to content

Commit 27ee867

Browse files
Update content/1-hour/5-bonus.md
Co-authored-by: Christopher Harrison <[email protected]>
1 parent 2fbd26c commit 27ee867

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/1-hour/5-bonus.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

88
With chat agent mode in Visual Studio Code, you can use natural language to define a high-level task and to start an agentic code editing session to accomplish that task. In agent mode, Copilot **autonomously** plans the work needed and determines the relevant files and context. It then makes edits to your codebase and invokes tools to accomplish the request you made. Agent mode monitors the outcome of edits and tools and iterates to resolve any issues that arise.
99

10+
> [!IMPORTANT]
11+
> While Copilot autonomously determines the operations necessary to complete the requested task, as the developer you are always in charge. You will work with Copilot to ensure everything is completely correctly, reading and reviewing the code. You will also want to continue to follow proper DevOps practices, including code reviews, testing, security scans, etc.
12+
1013
Why would you use agent mode instead of edit mode?
1114

1215
- **Edit scope**: agent mode autonomously determines the relevant context and files to edit. In edit mode, you need to specify the context yourself.

0 commit comments

Comments
 (0)