ups216 / blackbeard-extension

A basic Copilot Extension example that talks like Blackbeard the pirate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blackbeard-extension

Blackbeard is a basic example of a GitHub Copilot Extension. 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 for the main logic.

Note

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 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 company.

Development

Install dependencies:

npm install

To run:

npm start

or in watch mode:

npm run dev

About

A basic Copilot Extension example that talks like Blackbeard the pirate


Languages

Language:JavaScript 100.0%