From 82f0818e84dd64958301b9b43fccf3f20e36465c Mon Sep 17 00:00:00 2001 From: Dimitrios Philliou Date: Tue, 10 Sep 2024 12:57:26 -0700 Subject: [PATCH] Update README.md Updating the README to reflect the public beta status update --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5401a97..23854fa 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,10 @@ Blackbeard is a basic example of a [GitHub Copilot Extension](https://docs.github.com/en/copilot/using-github-copilot/using-extensions-to-integrate-external-tools-with-copilot-chat). It responds to messages like a pirate, using Copilot's LLM API and special system prompts. This repository should serve as an example of the building blocks of a Copilot Extension. See [index.js](/index.js) for the main logic. > [!NOTE] -> To use Copilot Extensions, you must be enrolled in the limited public beta. +> Copilot Extensions are in public beta and may be subject to change. > > All enrolled users with a GitHub Copilot Individual subscription can use Copilot Extensions. -> -> For enrolled organizations or enterprises with a Copilot Business or Copilot Enterprise subscription, organization owners and enterprise administrators can grant access to Copilot Extensions. +> For organizations and enterprises with a Copilot Business or Copilot Enterprise subscription, organization owners and enterprise administrators can grant access to Copilot Extensions for use within their organization. ## Development