This repository was archived by the owner on Mar 25, 2026. It is now read-only.
Installation
⚠️ Disclaimer: This is an unofficial, community-driven SDK and is not supported or endorsed by GitHub. Use at your own risk.
📖 Documentation · Javadoc
Maven
<dependency>
<groupId>io.github.copilot-community-sdk</groupId>
<artifactId>copilot-sdk</artifactId>
<version>1.0.11</version>
</dependency>Gradle (Kotlin DSL)
implementation("io.github.copilot-community-sdk:copilot-sdk:1.0.11")Gradle (Groovy DSL)
implementation 'io.github.copilot-community-sdk:copilot-sdk:1.0.11'What's Changed
📦 Other Changes
- On branch dd-2790313-pr-templates Adapted from https://github.com/octokit/octokit-next.js by @edburns in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/172
- issue 170: fix quick links by @ClaudenirFreitas in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/171
- Upstream sync: port 27 new commits from github/copilot-sdk (2026-03-05) by @Copilot in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/174
- docs: clarify session close vs delete semantics (upstream sync #599) by @Copilot in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/177
- [upstream-sync] Port 24 upstream commits through 9a0a1a5 (protocol v3, BYOK models, agent pre-selection, OnEvent, broadcast events) by @Copilot in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/184
- Fix documentation coverage gaps by @brunoborges in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/186
- Upstream sync: 3 new commits from github/copilot-sdk (2026-03-12) by @Copilot in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/188
New Contributors
- @ClaudenirFreitas made their first contribution in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/171
Full Changelog: v1.0.10...v1.0.11