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.7</version>
</dependency>Gradle (Kotlin DSL)
implementation("io.github.copilot-community-sdk:copilot-sdk:1.0.7")Gradle (Groovy DSL)
implementation 'io.github.copilot-community-sdk:copilot-sdk:1.0.7'What's Changed
📋 Full Changelog: See CHANGELOG.md for detailed release notes.
📦 Other Changes
- Merge upstream 20260203 by @brunoborges in #8
- Enable testSendAndWaitThrowsOnTimeout in CI by @brunoborges in #9
- Add test coverage assessment prompt by @brunoborges in #10
- Merge upstream 20260204 by @brunoborges in #11
- Merge upstream SDK changes (Feb 2026) by @brunoborges in #12
- Add JaCoCo test coverage reporting by @Copilot in #14
Full Changelog: v1.0.6...v1.0.7