https://github.com/nickytonline/open-sauced-copilot-ext-poc
https://github.com/nickytonline/open-sauced-copilot-ext-poc
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nickytonline/open-sauced-copilot-ext-poc
- Owner: nickytonline
- Created: 2024-09-13T21:06:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T15:56:08.000Z (almost 2 years ago)
- Last Synced: 2025-02-27T06:22:53.148Z (over 1 year ago)
- Language: TypeScript
- Size: 30.3 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenSauced Copilot Extension Proof of Concept (POC)
A very rough POC of a GitHub Copilot Extension using OpenSauced that leverages the [GitHub Copilot SDK Preview](https://github.com/copilot-extensions/preview-sdk.js).
Better instructions eventually, but for now:
```
npm install
npm run dev
open http://localhost:3000
```
Use tunneling to expose your localhost to the internet via [VS Code's Port forwarding](https://code.visualstudio.com/docs/editor/port-forwarding), [ngrok](https://ngrok.com), or similar.
You'll need to create a GitHub app for the Copilot extension to work and use the URL from the from the tunneling above in your GitHub app configuration.
Check out https://github.blog/news-insights/product-news/introducing-github-copilot-extensions/ for more info.