Skip to content

Commit 4689e1f

Browse files
committed
Make suggested edits
1 parent bae3081 commit 4689e1f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

learn-pr/github/github-copilot-agent-mode/includes/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
In this module, you learn how to build an application using GitHub Copilot Agent Mode within a GitHub Codespace and the VS Code IDE. You explore how to effectively prompt Agent Mode to autonomously create new applications, use documentation files to clearly guide its behavior, and harness its powerful iteration capabilities. Specifically, you see firsthand how Copilot Agent Mode intelligently interacts with your code base to detect and fix errors, refactor existing code for better maintainability, and autonomously develop new features that allow you to focus more on innovation and less on repetitive coding tasks.
22

3-
## Learning Objectives
3+
## Learning objectives
44

55
By the end of this module, you are able to:
66

learn-pr/github/github-copilot-agent-mode/includes/2-what-is-agent-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GitHub Copilot Agent Mode represents a major advancement in AI-assisted software
44

55
With Agent Mode, GitHub Copilot can create applications from scratch, refactor code across multiple files, write and run tests, and migrate legacy code to modern frameworks. It can also generate documentation, integrate new libraries, and answer complex questions about a codebase. This allows you to focus on higher-level problem-solving while Copilot handles many of the repetitive or time-consuming aspects of software development.
66

7-
## How GitHub Copilot Agent Mode Works
7+
## How GitHub Copilot agent mode works
88

99
One of the most powerful aspects of Agent Mode is its ability to analyze an entire codebase and determine relevant files and dependencies before making changes. Instead of relying solely on the immediate context of a single file, Agent Mode evaluates the broader structure of a project, ensuring that modifications are consistent and align with best practices. This deeper level of understanding makes Copilot capable of assisting with tasks that require a project-wide perspective, such as refactoring across multiple files or updating an entire application to use a new framework.
1010

learn-pr/github/github-copilot-agent-mode/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
ms.topic: module
1111
ms.collection:
1212
- github-ai-copilot
13-
title: Building Applications with GitHub Copilot Agent Mode
13+
title: Building applications with GitHub Copilot agent mode
1414
summary: Learn how to build applications using GitHub Copilot Agent Mode by prompting autonomous development tasks, using documentation for guidance, and understanding how Agent Mode iteratively manages, refactors, and improves your codebase.
1515
abstract: |
1616
In this module, you'll:

0 commit comments

Comments
 (0)