Skip to content

chore: remove insiders version notes from optional agent mode step #29

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 4, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 2 additions & 38 deletions .github/steps/3b-copilot-agent-mode.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
### :keyboard: Bonus Activity - Preview of GitHub Copilot Agent Mode

Nice! You found this hidden bonus level! 🎮 👾

If you have been keeping an eye on Github, you may have heard about **Agent** mode.
It's a public preview feature for GitHub Copilot.

But... it's only for _Insiders_! 😎🤫

But... good news. Anyone can access the Insiders version if they know the tricks. Yay! 🧐🎉

> [!IMPORTANT]
> This activity is optional and ungraded.
> Since the Insiders version is updated daily, please expect to see differences or have breaking changes.
> [!NOTE]
> This activity is optional and not graded.

### What is "Agent" Mode?

Expand All @@ -24,36 +14,10 @@ That's just a brief intro and there is much more to learn, but that's for a dedi

Now, let's give **Agent** mode a try! 👩‍🚀

### :keyboard: Activity: Switch to Insiders mode

If you are not familiar with the Insiders program, please use the below steps to switch your VS Code to the **Insiders** version and your Copilot extension to the **Pre-release** version.

> [!NOTE]
> While switching you will may likely receive an error messages about extension incompatability. This will be resolved after both versions are changed.

1. Ensure you are in a browser-based instance of VS Code (your Codespace).

> **Tip:** This allows switching to **Insiders** mode without installing another version on your local computer.

1. In the bottom left, click the **Manage** icon and select the **Switch to Insiders Version...** option.

<img width="300" alt="image" src="https://github.com/user-attachments/assets/11580b67-9891-4aa9-9a7c-04aff1e7ef9c" />

1. In the left navigation, select the **Extensions** tab.
Find the **GitHub Copilot** entry, click the **Manage** icon, and select **Switch to Pre-Release Version**.

<img width="300" alt="image" src="https://github.com/user-attachments/assets/39e1d9ae-ba50-4cd7-b6b6-eb51aa0a35aa" />

A greeen tag will be added in the top left to indicate the pre-release version.

<img width="160" alt="image" src="https://github.com/user-attachments/assets/21ee8307-0c6d-4e8e-965d-cfd729edfe4c" />

### :keyboard: Activity: Test out Copilot Agent mode! 🧑‍🚀

Let's experiment with some more open-ended requests that will add more functionality to our web application. Remember, AI assistants often produce different results, even if the same prompt is provided. If you don't get the desired results, you can try other models or provided followup feedback to refine the results.

1. Ensure you using **both** the insiders version of VS Code and the pre-release version of the GitHub Copilot extension.

1. Open the **Copilot** side panel and use the dropdown menu to switch to **Agent** mode.

<img width="250" alt="image" src="https://github.com/user-attachments/assets/201e08ab-14a0-48bf-824e-ba4f8f43f8ab" />
Expand Down