| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| GitHub Copilot SDK for Java 1.0.9 source code.tar.gz | 2026-08-06 | 4.6 MB | |
| GitHub Copilot SDK for Java 1.0.9 source code.zip | 2026-08-06 | 6.4 MB | |
| README.md | 2026-08-06 | 4.6 kB | |
| Totals: 3 Items | 11.0 MB | 0 | |
Installation
โ ๏ธ Artifact versioning plan: Releases of this implementation track releases of the reference implementation. For each release of the reference implementation, there may follow a corresponding release of this implementation with the same number as the reference implementation. Release identifiers of the reference implementation are in the form vMaj.Min.Micro. For example v0.1.32. The corresponding maven version for the release will be Maj.Min.Micro-java.N, where Maj, Min and Micro are the corresponding numbers for the reference implementation release, and N is a monotonically increasing sequence number starting with 0 for each release. See the corresponding architectural decision record for more information in the docs/adr directory of the source code.
๐ Documentation ยท Javadoc
Maven
:::xml
<dependency>
<groupId>com.github</groupId>
<artifactId>copilot-sdk-java</artifactId>
<version>1.0.9</version>
</dependency>
Gradle (Kotlin DSL)
:::kotlin
implementation("com.github:copilot-sdk-java:1.0.9")
Gradle (Groovy DSL)
:::groovy
implementation 'com.github:copilot-sdk-java:1.0.9'
What's Changed
- dotnet: update README attachment examples to current API (fixes [#2196]) by @HindzStark in https://github.com/github/copilot-sdk/pull/2208
- Support reasoningEffort: max by @Dharshika-11 in https://github.com/github/copilot-sdk/pull/2228
- Stop sendAndWait from emitting an unhandled rejection by @thejesh23 in https://github.com/github/copilot-sdk/pull/2206
- docs: clarify working directory defaults across SDKs by @xianjianlf2 in https://github.com/github/copilot-sdk/pull/2201
- Speed up Rust E2E tests with shared clients by @SteveSandersonMS in https://github.com/github/copilot-sdk/pull/2250
- build(deps-dev): bump ip-address from 10.2.0 to 10.4.0 in /test/harness by @dependabot[bot] in https://github.com/github/copilot-sdk/pull/2245
- build(deps-dev): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/github/copilot-sdk/pull/2244
- build(deps-dev): bump postcss from 8.5.15 to 8.5.25 in /nodejs by @dependabot[bot] in https://github.com/github/copilot-sdk/pull/2243
- build(deps-dev): bump fast-uri from 3.1.4 to 3.1.5 in /test/harness by @dependabot[bot] in https://github.com/github/copilot-sdk/pull/2242
- docs: move SDK development guidance to local READMEs by @SteveSandersonMS in https://github.com/github/copilot-sdk/pull/2253
- build(deps-dev): bump postcss from 8.5.15 to 8.5.25 in /test/harness by @dependabot[bot] in https://github.com/github/copilot-sdk/pull/2252
- docs: replace removed
session.idle.backgroundTasksfield with the currentabortedfield by @examon in https://github.com/github/copilot-sdk/pull/2232 - Parallelize Python and Windows .NET CI tests by @SteveSandersonMS in https://github.com/github/copilot-sdk/pull/2251
- Fix active Node and Rust replay E2E flakes by @roji in https://github.com/github/copilot-sdk/pull/2186
- Add userPromptTransformed hook to all SDKs by @SteveSandersonMS in https://github.com/github/copilot-sdk/pull/2254
- fix: Java README version stuck at 1.0.5-01; release sed regex can't match numeric qualifiers by @rinceyuan in https://github.com/github/copilot-sdk/pull/2226
- docs: update Go and Rust API reference links by @scottaddie in https://github.com/github/copilot-sdk/pull/2266
- docs: add citations guide by @patniko in https://github.com/github/copilot-sdk/pull/2267
- sdk: Expose disabled MCP servers across languages by @connor4312 in https://github.com/github/copilot-sdk/pull/2260
New Contributors
- @HindzStark made their first contribution in https://github.com/github/copilot-sdk/pull/2208
- @Dharshika-11 made their first contribution in https://github.com/github/copilot-sdk/pull/2228
- @thejesh23 made their first contribution in https://github.com/github/copilot-sdk/pull/2206
- @xianjianlf2 made their first contribution in https://github.com/github/copilot-sdk/pull/2201
Full Changelog: https://github.com/github/copilot-sdk/compare/java/v1.0.9-preview.3...java/v1.0.9