Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,22 @@ Please use the [GitHub Issues](https://github.com/github/copilot-sdk/issues) pag
- **[Cookbook](./cookbook/README.md)** – Practical recipes for common tasks across all languages
- **[Samples](./samples/README.md)** – Video walkthroughs and sample projects

## Unofficial, Community-maintained SDKs

⚠️ Disclaimer: These are unofficial, community-driven SDKs and they are not supported by GitHub. Use at your own risk.

| SDK | Location |
| --------------| -------------------------------------------------- |
| **Java** | [copilot-community-sdk/copilot-sdk-java][sdk-java] |
| **Rust** | [copilot-community-sdk/copilot-sdk-rust][sdk-rust] |
| **C++** | [0xeb/copilot-sdk-cpp][sdk-cpp] |
| **Clojure** | [krukow/copilot-sdk-clojure][sdk-clojure] |

[sdk-java]: https://github.com/copilot-community-sdk/copilot-sdk-java
[sdk-rust]: https://github.com/copilot-community-sdk/copilot-sdk-rust
[sdk-cpp]: https://github.com/0xeb/copilot-sdk-cpp
[sdk-clojure]: https://github.com/krukow/copilot-sdk-clojure

## Contributing

See [CONTRIBUTING.md](./CONTRIBUTING.md) for contribution guidelines.
Expand Down
Loading