Skip to content

Commit d86a54a

Browse files
authored
Merge branch 'main' into edburns/java-macos-test-changes-from-linux-x64-work
2 parents 63a8478 + a67956b commit d86a54a

13 files changed

Lines changed: 224 additions & 124 deletions

File tree

java/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ Replace `${copilot.sdk.version}` with the latest release from Maven Central.
3232
<dependency>
3333
<groupId>com.github</groupId>
3434
<artifactId>copilot-sdk-java</artifactId>
35-
<version>1.0.11-preview.2</version>
35+
<version>1.0.11</version>
3636
</dependency>
3737
```
3838

3939
### Gradle
4040

4141
```groovy
42-
implementation 'com.github:copilot-sdk-java:1.0.11-preview.2'
42+
implementation 'com.github:copilot-sdk-java:1.0.11'
4343
```
4444

4545
#### Snapshot Builds
@@ -58,7 +58,7 @@ Snapshot builds of the next development version are published to Maven Central S
5858
<dependency>
5959
<groupId>com.github</groupId>
6060
<artifactId>copilot-sdk-java</artifactId>
61-
<version>1.0.12-preview.2-SNAPSHOT</version>
61+
<version>1.0.12-SNAPSHOT</version>
6262
</dependency>
6363
```
6464

@@ -67,7 +67,7 @@ Snapshot builds of the next development version are published to Maven Central S
6767
Replace `${copilot.sdk.version}` with the latest release from Maven Central.
6868

6969
```groovy
70-
implementation 'com.github:copilot-sdk-java:1.0.12-preview.2-SNAPSHOT'
70+
implementation 'com.github:copilot-sdk-java:1.0.12-SNAPSHOT'
7171
```
7272

7373
## In-process mode (experimental)

java/copilot-native/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.github</groupId>
1010
<artifactId>copilot-sdk-java-parent</artifactId>
11-
<version>1.0.12-preview.2-SNAPSHOT</version>
11+
<version>1.0.12-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>com.github</groupId>
99
<artifactId>copilot-sdk-java-parent</artifactId>
10-
<version>1.0.12-preview.2-SNAPSHOT</version>
10+
<version>1.0.12-SNAPSHOT</version>
1111
<packaging>pom</packaging>
1212

1313
<name>GitHub Copilot SDK :: Java :: Parent</name>
@@ -63,7 +63,7 @@
6363
DO NOT EDIT MANUALLY. Updated by the update-copilot-dependency
6464
workflow.
6565
-->
66-
<readonly-copilot-sdk-ref-impl-version-from-lastmerge-file-updated-by-reference-impl-sync>^1.0.79</readonly-copilot-sdk-ref-impl-version-from-lastmerge-file-updated-by-reference-impl-sync>
66+
<readonly-copilot-sdk-ref-impl-version-from-lastmerge-file-updated-by-reference-impl-sync>^1.0.80</readonly-copilot-sdk-ref-impl-version-from-lastmerge-file-updated-by-reference-impl-sync>
6767
<!-- The parent POM is not published to Maven Central. -->
6868
<maven.deploy.skip>true</maven.deploy.skip>
6969
</properties>

java/scripts/codegen/package-lock.json

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

java/scripts/codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"generate:java": "tsx java.ts"
88
},
99
"dependencies": {
10-
"@github/copilot": "^1.0.79",
10+
"@github/copilot": "^1.0.80",
1111
"json-schema": "^0.4.0",
1212
"tsx": "^4.23.1"
1313
}

java/sdk/jbang-example.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
///usr/bin/env jbang "$0" "$@" ; exit $?
2-
//DEPS com.github:copilot-sdk-java:1.0.11-preview.2
2+
//DEPS com.github:copilot-sdk-java:1.0.11
33
import com.github.copilot.CopilotClient;
44
import com.github.copilot.generated.AssistantMessageEvent;
55
import com.github.copilot.generated.SessionUsageInfoEvent;

java/sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.github</groupId>
1010
<artifactId>copilot-sdk-java-parent</artifactId>
11-
<version>1.0.12-preview.2-SNAPSHOT</version>
11+
<version>1.0.12-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

nodejs/package-lock.json

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"author": "GitHub",
5757
"license": "MIT",
5858
"dependencies": {
59-
"@github/copilot": "^1.0.79",
59+
"@github/copilot": "^1.0.80",
6060
"koffi": "^3.1.0",
6161
"vscode-jsonrpc": "^8.2.1",
6262
"zod": "^4.3.6"

nodejs/samples/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)