File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33Java SDK for programmatic control of GitHub Copilot CLI via JSON-RPC.
44
5- > ** 📦 The Java SDK is maintained in a separate repository: [ ` github/copilot-sdk-java ` ] ( https://github.com/github/copilot-sdk-java ) **
6- >
7- > ** Note:** This SDK is in public preview and may change in breaking ways.
8-
95[ ![ 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 )
106[ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.github/copilot-sdk-java )] ( https://central.sonatype.com/artifact/com.github/copilot-sdk-java )
117[ ![ Java 17+] ( https://img.shields.io/badge/Java-17%2B-blue?logo=openjdk&logoColor=white )] ( https://openjdk.org/ )
@@ -14,6 +10,10 @@ Java SDK for programmatic control of GitHub Copilot CLI via JSON-RPC.
1410
1511## Quick Start
1612
13+ ** 📦 The Java SDK is maintained in a separate repository: [ ` github/copilot-sdk-java ` ] ( https://github.com/github/copilot-sdk-java ) **
14+
15+ > ** Note:** This SDK is in technical preview and may change in breaking ways.
16+
1717``` java
1818import com.github.copilot.sdk.CopilotClient ;
1919import com.github.copilot.sdk.events.AssistantMessageEvent ;
You can’t perform that action at this time.
0 commit comments