This repository was archived by the owner on Mar 25, 2026. It is now read-only.
Copilot Java SDK 1.0.2
Installation
⚠️ Disclaimer: This is an unofficial, community-driven SDK and is not supported or endorsed by GitHub. Use at your own risk.
Maven
<dependency>
<groupId>io.github.copilot-community-sdk</groupId>
<artifactId>copilot-sdk</artifactId>
<version>1.0.2</version>
</dependency>Gradle (Kotlin DSL)
implementation("io.github.copilot-community-sdk:copilot-sdk:1.0.2")Gradle (Groovy DSL)
implementation 'io.github.copilot-community-sdk:copilot-sdk:1.0.2'What's Changed
- Add daily schedule to SDK E2E test workflow by @Copilot in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/2
New Contributors
- @Copilot made their first contribution in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/2
Full Changelog: v1.0.1...v1.0.2