Skip to content

Commit 0388810

Browse files
authored
Revise README for Java SDK repository details (#973)
Updated README to emphasize the separate repository for the Java SDK and its technical preview status.
1 parent dfdc6a0 commit 0388810

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

java/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
Java 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
1818
import com.github.copilot.sdk.CopilotClient;
1919
import com.github.copilot.sdk.events.AssistantMessageEvent;

0 commit comments

Comments
 (0)