Skip to content

Commit 286afa4

Browse files
authored
docs(README): introduction by @D1M1TR10S (#56)
1 parent adc72d3 commit 286afa4

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,21 @@
22

33
> SDK for building GitHub Copilot Extensions
44
5-
⚠️ **This SDK is a preview and subject to change**. We will however adhere to [semantic versioning](https://semver.org/), so it's save to use for early experimentation. Just beware there will be breaking changes. Best to watch this repository's releases for updates.
5+
This SDK simplifies the process of building GitHub Copilot Extensions. Building Copilot Extensions previously required manual handling of request verification, response formatting, and API interactions. This SDK simplifies these tasks, allowing you to focus on your extension's core functionality rather than building boilerplate code. Use it to integrate your tools, APIs, or data sources directly into Copilot Chat.
6+
7+
We consider this SDK alpha software in terms of API stability, but we adhere to semantic-versioning, so it's safe to use today.
8+
9+
## Key features
10+
11+
- Request payload verification
12+
- Payload parsing
13+
- Response building
14+
15+
## Benefits
16+
17+
- Handles security and response formatting requirements
18+
- Provides utilities for common extension tasks
19+
- Streamlines the development process
620

721
## Usage
822

0 commit comments

Comments
 (0)