From d86dbc057616c86bbc6171a76d45c984c98183c6 Mon Sep 17 00:00:00 2001 From: Amin Mehdikhani Date: Mon, 9 Jun 2025 10:06:47 -0700 Subject: [PATCH] remove outdated availability note for GitHub Copilot Agent --- docs/8-using-github-copilot-agent.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/8-using-github-copilot-agent.md b/docs/8-using-github-copilot-agent.md index 6c07783..09403cc 100644 --- a/docs/8-using-github-copilot-agent.md +++ b/docs/8-using-github-copilot-agent.md @@ -1,7 +1,5 @@ # Lesson 8: Using GitHub Copilot Agent -> **Availability Note:** GitHub Copilot Agent is currently available in Visual Studio Code Insiders as part of the nightly build. In the future, it may be included as a standard feature in Visual Studio Code. The features and interface described in this document may evolve as GitHub Copilot Agent moves toward general availability. - GitHub Copilot Agent takes AI assistance to the next level by enabling deeper and more interactive collaboration on your development projects. This guide will walk you through using GitHub Copilot Agent to create an ASP.NET Core Web API with MediatR pattern implementation. ## What is GitHub Copilot Agent?