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
9393Or 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
143143cd 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!
0 commit comments