Skip to content

Commit 2fb7386

Browse files
authored
feat: Promote agent mode content to optional step (#39)
1 parent 20fe636 commit 2fb7386

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/steps/1-preparing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ Your most common interactions will likely be:
1818

1919
- **Inline suggestions**: As you type, Copilot uses the nearby context to suggest code directly in your editor. This will be a familiar interaction if you have used code completion tools like [Intellisense](https://code.visualstudio.com/docs/editor/intellisense), except that the completions may be entire functions.
2020
- **Copilot - Ask Mode**: A dedicated chat panel that lets you ask coding related questions. This will feel familiar if you have used online AI assistant chats. The big difference however, is that your project files will provide automatic context to provide tailored responses.
21-
- **Copilot - Edit Mode**: Similar to Copilot Chat, but less conversational. Copilot will make changes to your files to implement your request.
21+
- **Copilot - Edit Mode**: Similar to Ask mode, but less conversational. Copilot will make changes to your selected files to implement your request.
22+
- **Copilot - Agent Mode**: Copilot will run iteratively until it achieves your request. It will select context, make code changes, run terminal commands, run tools, and most importantly review its work to make adjustments.
2223

2324
> [!TIP]
2425
> You can learn more about current and upcoming features in the [GitHub Copilot Features](https://docs.github.com/en/copilot/about-github-copilot/github-copilot-features) documentation. You can also select different [models](https://docs.github.com/en/github-models) and make your own [extensions](https://github.com/features/copilot/extensions), but that's for a different lesson!

.github/steps/3-copilot-edits.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ In our previous steps, we used features of Copilot that require more hands-on gu
8585
8686
1. Wait a moment for Mona to check your work, provide feedback, and share the final lesson. Almost done!
8787
88+
1. (optional) If you would like an ungraded bonus step to briefly introduce Agent mode, **add an issue comment** asking **@professortocat** about Copilot Agent mode. 🚀
89+
90+
```txt
91+
Hey @professortocat, Agent mode sounds pretty cool. Can you please tell me more about it?
92+
```
93+
8894
<details>
8995
<summary>Having trouble? 🤷</summary><br/>
9096

@@ -94,10 +100,3 @@ If you don't get feedback, here are some things to check:
94100
- If Mona found a mistake, simply make a correction and push your changes again. Mona will check your work as many times as needed.
95101

96102
</details>
97-
98-
<details>
99-
<summary>Bonus content? 🧐</summary><br/>
100-
101-
> **Insider Tip:** Try adding an issue comment asking @professortocat about Copilot Agent mode. 😉
102-
103-
</details>

0 commit comments

Comments
 (0)