From 43941dc4471ab972c8455b7425d58068418f3a8f Mon Sep 17 00:00:00 2001 From: Bruno Borges Date: Sat, 24 Jan 2026 17:03:00 -0800 Subject: [PATCH 1/3] Include community SDKs in README Added section for unofficial, community-maintained SDKs with links. --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 44f0937b..c01a52f3 100644 --- a/README.md +++ b/README.md @@ -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 SDK 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://www.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. From 0212f62dbd0d78a9c46d6ec4e05c75fabe50760c Mon Sep 17 00:00:00 2001 From: Bruno Borges Date: Sat, 24 Jan 2026 17:14:03 -0800 Subject: [PATCH 2/3] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c01a52f3..b008b47c 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Please use the [GitHub Issues](https://github.com/github/copilot-sdk/issues) pag ## Unofficial, Community-maintained SDKs -⚠️ Disclaimer: These are unofficial, community-driven SDK and they are not supported by GitHub. Use at your own risk. +⚠️ Disclaimer: These are unofficial, community-driven SDKs and they are not supported by GitHub. Use at your own risk. | SDK | Location | | --------------| -------------------------------------------------- | From 7c65d10a1db03aee4834c2fee3cf3298754927ad Mon Sep 17 00:00:00 2001 From: Bruno Borges Date: Sat, 24 Jan 2026 17:14:16 -0800 Subject: [PATCH 3/3] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b008b47c..0eafac1b 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Please use the [GitHub Issues](https://github.com/github/copilot-sdk/issues) pag | **C++** | [0xeb/copilot-sdk-cpp][sdk-cpp] | | **Clojure** | [krukow/copilot-sdk-clojure][sdk-clojure] | -[sdk-java]: https://www.github.com/copilot-community-sdk/copilot-sdk-java +[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