Skip to content

Commit 62c1e25

Browse files
committed
On branch edburns/dd-2785864-pre-public-non-code-changes
modified: .github/release.yml modified: .github/templates/index.html modified: .github/workflows/deploy-site.yml modified: .github/workflows/notes.template modified: .github/workflows/publish-maven.yml modified: README.md modified: jbang-example.java modified: pom.xml modified: src/main/java/com/github/copilot/sdk/package-info.java modified: src/site/markdown/cookbook/error-handling.md modified: src/site/markdown/cookbook/managing-local-files.md modified: src/site/markdown/cookbook/multiple-sessions.md modified: src/site/markdown/cookbook/persisting-sessions.md modified: src/site/markdown/cookbook/pr-visualization.md modified: src/site/markdown/getting-started.md modified: src/site/markdown/index.md modified: src/site/site.xml On branch edburns/dd-2785864-pre-public-non-code-changes modified: .github/release.yml modified: .github/templates/index.html modified: .github/workflows/deploy-site.yml modified: .github/workflows/notes.template modified: .github/workflows/publish-maven.yml modified: README.md modified: jbang-example.java modified: pom.xml modified: src/main/java/com/github/copilot/sdk/package-info.java modified: src/site/markdown/cookbook/error-handling.md modified: src/site/markdown/cookbook/managing-local-files.md modified: src/site/markdown/cookbook/multiple-sessions.md modified: src/site/markdown/cookbook/persisting-sessions.md modified: src/site/markdown/cookbook/pr-visualization.md modified: src/site/markdown/getting-started.md modified: src/site/markdown/index.md modified: src/site/site.xml Signed-off-by: Ed Burns <edburns@microsoft.com>
1 parent b5e56ef commit 62c1e25

File tree

18 files changed

+64
-64
lines changed

18 files changed

+64
-64
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* edburns@github.com
1+
* @github/copilot-sdk-java

.github/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
changelog:
55
header: |
6-
📋 **Full Changelog**: See [CHANGELOG.md](https://github.com/copilot-community-sdk/copilot-sdk-java/blob/main/CHANGELOG.md) for detailed release notes.
6+
📋 **Full Changelog**: See [CHANGELOG.md](https://github.com/github/copilot-sdk-java/blob/main/CHANGELOG.md) for detailed release notes.
77
exclude:
88
labels:
99
- ignore-for-release

.github/templates/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
<h1>Copilot SDK for <span class="gradient-text">Java</span></h1>
1919
<p class="hero-subtitle">An unofficial, community-driven SDK for building AI-powered tools with GitHub Copilot's agentic runtime.</p>
2020
<div class="header-buttons">
21-
<a href="https://github.com/copilot-community-sdk/copilot-sdk-java" class="btn btn-github">
21+
<a href="https://github.com/github/copilot-sdk-java" class="btn btn-github">
2222
<svg height="20" width="20" viewBox="0 0 16 16"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path></svg>
2323
View on GitHub
2424
</a>
25-
<a href="https://central.sonatype.com/artifact/io.github.copilot-community-sdk/copilot-sdk" class="btn btn-maven">
25+
<a href="https://central.sonatype.com/artifact/com.github/copilot-sdk" class="btn btn-maven">
2626
<svg height="20" width="20" viewBox="0 0 24 24"><path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"></path></svg>
2727
View on Maven Central
2828
</a>
@@ -71,13 +71,13 @@ <h2 class="section-title">Available Versions</h2>
7171

7272
<footer class="footer">
7373
<div class="footer-links">
74-
<a href="https://github.com/copilot-community-sdk/copilot-sdk-java">GitHub Repository</a>
74+
<a href="https://github.com/github/copilot-sdk-java">GitHub Repository</a>
7575
<span class="sep">·</span>
76-
<a href="https://central.sonatype.com/artifact/io.github.copilot-community-sdk/copilot-sdk">Maven Central</a>
76+
<a href="https://central.sonatype.com/artifact/com.github/copilot-sdk">Maven Central</a>
7777
<span class="sep">·</span>
78-
<a href="https://github.com/copilot-community-sdk/copilot-sdk-java/blob/main/LICENSE">MIT License</a>
78+
<a href="https://github.com/github/copilot-sdk-java/blob/main/LICENSE">MIT License</a>
7979
</div>
80-
<p class="built-with">Built with ❤️ by <a href="https://github.com/brunoborges">Bruno Borges</a> and GitHub Copilot</p>
80+
<p class="built-with">Built with ❤️ by Microsoft and GitHub Copilot</p>
8181
</footer>
8282

8383
</main>

.github/workflows/deploy-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
run: |
223223
cd site
224224
225-
REPO_URL="https://github.com/copilot-community-sdk/copilot-sdk-java"
225+
REPO_URL="https://github.com/github/copilot-sdk-java"
226226
227227
# Get versions from git tags (already sorted by version, descending)
228228
VERSIONS=$(git -C .. tag -l | grep -E '^v?[0-9]+\.[0-9]+' | sed 's/^v//' | sort -Vr)

.github/workflows/notes.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
📦 [View on Maven Central](https://central.sonatype.com/artifact/${GROUP_ID}/${ARTIFACT_ID}/${VERSION})
66

7-
📖 [Documentation](https://copilot-community-sdk.github.io/copilot-sdk-java/${VERSION}/) · [Javadoc](https://copilot-community-sdk.github.io/copilot-sdk-java/${VERSION}/apidocs/index.html)
7+
📖 [Documentation](https://github.github.io/copilot-sdk-java/${VERSION}/) · [Javadoc](https://github.github.io/copilot-sdk-java/${VERSION}/apidocs/index.html)
88

99
## Maven
1010
```xml

.github/workflows/publish-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
- name: Create GitHub Release
176176
run: |
177177
VERSION="${{ needs.publish-maven.outputs.version }}"
178-
GROUP_ID="io.github.copilot-community-sdk"
178+
GROUP_ID="com.github"
179179
ARTIFACT_ID="copilot-sdk"
180180
CURRENT_TAG="v${VERSION}"
181181

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Copilot SDK for Java
22

3-
[![Build](https://github.com/copilot-community-sdk/copilot-sdk-java/actions/workflows/build-test.yml/badge.svg)](https://github.com/copilot-community-sdk/copilot-sdk-java/actions/workflows/build-test.yml)
4-
[![Site](https://github.com/copilot-community-sdk/copilot-sdk-java/actions/workflows/deploy-site.yml/badge.svg)](https://github.com/copilot-community-sdk/copilot-sdk-java/actions/workflows/deploy-site.yml)
5-
[![Coverage](.github/badges/jacoco.svg)](https://copilot-community-sdk.github.io/copilot-sdk-java/snapshot/jacoco/index.html)
6-
[![Documentation](https://img.shields.io/badge/docs-online-brightgreen)](https://copilot-community-sdk.github.io/copilot-sdk-java/)
3+
[![Build](https://github.com/github/copilot-sdk-java/actions/workflows/build-test.yml/badge.svg)](https://github.com/github/copilot-sdk-java/actions/workflows/build-test.yml)
4+
[![Site](https://github.com/github/copilot-sdk-java/actions/workflows/deploy-site.yml/badge.svg)](https://github.com/github/copilot-sdk-java/actions/workflows/deploy-site.yml)
5+
[![Coverage](.github/badges/jacoco.svg)](https://github.github.io/copilot-sdk-java/snapshot/jacoco/index.html)
6+
[![Documentation](https://img.shields.io/badge/docs-online-brightgreen)](https://github.github.io/copilot-sdk-java/)
77
[![Java 17+](https://img.shields.io/badge/Java-17%2B-blue?logo=openjdk&logoColor=white)](https://openjdk.org/)
88
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
99

1010
#### Latest release
11-
[![GitHub Release Date](https://img.shields.io/github/release-date/copilot-community-sdk/copilot-sdk-java)](https://github.com/copilot-community-sdk/copilot-sdk-java/releases)
12-
[![GitHub Release](https://img.shields.io/github/v/release/copilot-community-sdk/copilot-sdk-java)](https://github.com/copilot-community-sdk/copilot-sdk-java/releases)
13-
[![Maven Central](https://img.shields.io/maven-central/v/io.github.copilot-community-sdk/copilot-sdk)](https://central.sonatype.com/artifact/io.github.copilot-community-sdk/copilot-sdk)
14-
[![Documentation](https://img.shields.io/badge/docs-latest-brightgreen)](https://copilot-community-sdk.github.io/copilot-sdk-java/latest/)
15-
[![Javadoc](https://javadoc.io/badge2/io.github.copilot-community-sdk/copilot-sdk/javadoc.svg?q=1)](https://javadoc.io/doc/io.github.copilot-community-sdk/copilot-sdk/latest/index.html)
11+
[![GitHub Release Date](https://img.shields.io/github/release-date/github/copilot-sdk-java)](https://github.com/github/copilot-sdk-java/releases)
12+
[![GitHub Release](https://img.shields.io/github/v/release/github/copilot-sdk-java)](https://github.com/github/copilot-sdk-java/releases)
13+
[![Maven Central](https://img.shields.io/maven-central/v/com.github/copilot-sdk)](https://central.sonatype.com/artifact/com.github/copilot-sdk)
14+
[![Documentation](https://img.shields.io/badge/docs-latest-brightgreen)](https://github.github.io/copilot-sdk-java/latest/)
15+
[![Javadoc](https://javadoc.io/badge2/com.github/copilot-sdk/javadoc.svg?q=1)](https://javadoc.io/doc/com.github/copilot-sdk/latest/index.html)
1616

1717
## Background
1818

@@ -31,16 +31,16 @@ Java SDK for programmatic control of GitHub Copilot CLI, enabling you to build A
3131

3232
```xml
3333
<dependency>
34-
<groupId>io.github.copilot-community-sdk</groupId>
34+
<groupId>com.github</groupId>
3535
<artifactId>copilot-sdk</artifactId>
36-
<version>1.0.10</version>
36+
<version>0.1.30</version>
3737
</dependency>
3838
```
3939

4040
### Gradle
4141

4242
```groovy
43-
implementation 'io.github.copilot-community-sdk:copilot-sdk:1.0.10'
43+
implementation 'com.github:copilot-sdk:0.1.30'
4444
```
4545

4646
## Quick Start
@@ -93,18 +93,18 @@ See the full source of [`jbang-example.java`](jbang-example.java) for a complete
9393
Or run it directly from the repository:
9494

9595
```bash
96-
jbang https://github.com/copilot-community-sdk/copilot-sdk-java/blob/latest/jbang-example.java
96+
jbang https://github.com/github/copilot-sdk-java/blob/latest/jbang-example.java
9797
```
9898

9999
## Documentation
100100

101-
📚 **[Full Documentation](https://copilot-community-sdk.github.io/copilot-sdk-java/)** — Complete API reference, advanced usage examples, and guides.
101+
📚 **[Full Documentation](https://github.github.io/copilot-sdk-java/)** — Complete API reference, advanced usage examples, and guides.
102102

103103
### Quick Links
104104

105-
- [Getting Started](https://copilot-community-sdk.github.io/copilot-sdk-java/latest/documentation.html)
106-
- [Javadoc API Reference](https://copilot-community-sdk.github.io/copilot-sdk-java/latest/apidocs/)
107-
- [MCP Servers Integration](https://copilot-community-sdk.github.io/copilot-sdk-java/latest/mcp.html)
105+
- [Getting Started](https://github.github.io/copilot-sdk-java/documentation.html)
106+
- [Javadoc API Reference](https://github.github.io/copilot-sdk-java/apidocs/)
107+
- [MCP Servers Integration](https://github.github.io/copilot-sdk-java/mcp.html)
108108
- [Cookbook](src/site/markdown/cookbook/) — Practical recipes for common use cases
109109

110110
## Projects Using This SDK
@@ -139,7 +139,7 @@ This SDK tracks the official [Copilot SDK](https://github.com/github/copilot-sdk
139139

140140
```bash
141141
# Clone the repository
142-
git clone https://github.com/copilot-community-sdk/copilot-sdk-java.git
142+
git clone https://github.com/github/copilot-sdk-java.git
143143
cd copilot-sdk-java
144144

145145
# Enable git hooks for code formatting
@@ -173,6 +173,6 @@ MIT — see [LICENSE](LICENSE) for details.
173173

174174
## Star History
175175

176-
[![Star History Chart](https://api.star-history.com/svg?repos=copilot-community-sdk/copilot-sdk-java&type=Date)](https://www.star-history.com/#copilot-community-sdk/copilot-sdk-java&Date)
176+
[![Star History Chart](https://api.star-history.com/svg?repos=github/copilot-sdk-java&type=Date)](https://www.star-history.com/#github/copilot-sdk-java&Date)
177177

178178
⭐ Drop a star if you find this useful!

jbang-example.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
//DEPS io.github.copilot-community-sdk:copilot-sdk:1.0.10
2+
//DEPS com.github:copilot-sdk:0.1.30
33
import com.github.copilot.sdk.*;
44
import com.github.copilot.sdk.events.*;
55
import com.github.copilot.sdk.json.*;

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
66
<modelVersion>4.0.0</modelVersion>
77

8-
<groupId>io.github.copilot-community-sdk</groupId>
8+
<groupId>com.github</groupId>
99
<artifactId>copilot-sdk</artifactId>
10-
<version>1.0.11-SNAPSHOT</version>
10+
<version>0.1.30-SNAPSHOT</version>
1111
<packaging>jar</packaging>
1212

1313
<name>GitHub Copilot Community SDK :: Java</name>
1414
<description>SDK for programmatic control of GitHub Copilot CLI</description>
15-
<url>https://github.com/copilot-community-sdk/copilot-sdk-java</url>
15+
<url>https://github.com/github/copilot-sdk-java</url>
1616

1717
<licenses>
1818
<license>
@@ -25,14 +25,14 @@
2525
<developer>
2626
<name>GitHub Copilot Community SDK</name>
2727
<organization>GitHub Copilot Community SDK</organization>
28-
<organizationUrl>https://github.com/copilot-community-sdk</organizationUrl>
28+
<organizationUrl>https://github.com/github</organizationUrl>
2929
</developer>
3030
</developers>
3131

3232
<scm>
33-
<connection>scm:git:https://github.com/copilot-community-sdk/copilot-sdk-java.git</connection>
34-
<developerConnection>scm:git:https://github.com/copilot-community-sdk/copilot-sdk-java.git</developerConnection>
35-
<url>https://github.com/copilot-community-sdk/copilot-sdk-java</url>
33+
<connection>scm:git:https://github.com/github/copilot-sdk-java.git</connection>
34+
<developerConnection>scm:git:https://github.com/github/copilot-sdk-java.git</developerConnection>
35+
<url>https://github.com/github/copilot-sdk-java</url>
3636
<tag>HEAD</tag>
3737
</scm>
3838

src/main/java/com/github/copilot/sdk/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
* @see com.github.copilot.sdk.CopilotClient
5353
* @see com.github.copilot.sdk.CopilotSession
5454
* @see <a href=
55-
* "https://github.com/copilot-community-sdk/copilot-sdk-java">GitHub
55+
* "https://github.com/github/copilot-sdk-java">GitHub
5656
* Repository</a>
5757
*/
5858
package com.github.copilot.sdk;

0 commit comments

Comments
 (0)