This repository was archived by the owner on Mar 25, 2026. It is now read-only.
Copilot Java SDK 1.0.5
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.5</version>
</dependency>Gradle (Kotlin DSL)
implementation("io.github.copilot-community-sdk:copilot-sdk:1.0.5")Gradle (Groovy DSL)
implementation 'io.github.copilot-community-sdk:copilot-sdk:1.0.5'What's Changed
📦 Other Changes
- Update .lastmerge to 87ff5510e0dacb030912501e4eb8deaac38f913f by @brunoborges in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/3
- Fix composite action output reference in build-test workflow by @Copilot in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/4
- Fix testResumeSessionWithNewClient by keeping first client alive during session resume by @Copilot in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/5
New Contributors
- @brunoborges made their first contribution in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/3
Full Changelog: v1.0.4...v1.0.5