This repository was archived by the owner on Mar 25, 2026. It is now read-only.
Copilot Java SDK 1.0.10
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.10</version>
</dependency>Gradle (Kotlin DSL)
implementation("io.github.copilot-community-sdk:copilot-sdk:1.0.10")Gradle (Groovy DSL)
implementation 'io.github.copilot-community-sdk:copilot-sdk:1.0.10'What's Changed
📦 Other Changes
- Fix invalid previous_tag parameter in release workflow by @Copilot in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/134
- Remove non-existent test coverage workflow from README by @Copilot in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/133
- Upstream sync: 2 commits (8598dc3, 304d812) by @Copilot in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/136
- Upstream sync: Add clone() methods to config classes (6 commits) by @Copilot in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/138
- Update docs coverage and hooks reference by @brunoborges in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/141
- Merge upstream SDK changes (2026-02-17) by @brunoborges in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/142
- Upstream sync: clientName, deny-by-default permissions, PermissionHandler.APPROVE_ALL by @Copilot in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/144
- Upstream sync: no-op (Python-only changes, 2026-02-23) by @Copilot in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/146
- Create Achitectural Decision Record regarding SemVer policy pre 1.0 for breaking changes, such as introducing Virtual Threads. by @edburns in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/149
- Upstream sync: GitHubToken rename, sendAndWait cancellation fix, Foundry Local docs by @Copilot in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/148
- Upgrade Jackson to 2.21.1 to fix async parser DoS vulnerability (GHSA-72hv-8253-57qq) by @brunoborges in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/155
- Comply with steps sized XS or S in https://github.com/github/open-source-releases/issues/667 . by @edburns in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/158
- On branch edburns/update-license by @edburns in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/159
- Fix CompactionTest timeout caused by prompt mismatch with snapshot by @Copilot in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/160
- [upstream-sync] Port 28 upstream commits from github/copilot-sdk (f0909a7→b9f746a) by @Copilot in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/157
- Sync docs and samples with breaking session permission API changes by @Copilot in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/164
- Upstream sync: session.setModel() and built-in tool override support by @Copilot in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/162
- Restructure upstream-merge prompt flow and add explicit documentation-impact gate by @Copilot in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/168
- Document missing PR #162 CopilotSession APIs in advanced guide by @Copilot in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/166
New Contributors
- @edburns made their first contribution in https://github.com/copilot-community-sdk/copilot-sdk-java/pull/149
Full Changelog: v1.0.9...v1.0.10