From fff52ba66d9c5e8333d34d85a6876b4dea30bc83 Mon Sep 17 00:00:00 2001 From: Bruno Borges Date: Wed, 1 Apr 2026 09:35:25 -0400 Subject: [PATCH] Revise README for Java SDK repository details Updated README to emphasize the separate repository for the Java SDK and its technical preview status. --- java/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/java/README.md b/java/README.md index 609c7365b..b13d05064 100644 --- a/java/README.md +++ b/java/README.md @@ -2,10 +2,6 @@ Java SDK for programmatic control of GitHub Copilot CLI via JSON-RPC. -> **📦 The Java SDK is maintained in a separate repository: [`github/copilot-sdk-java`](https://github.com/github/copilot-sdk-java)** -> -> **Note:** This SDK is in technical preview and may change in breaking ways. - [![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) [![Maven Central](https://img.shields.io/maven-central/v/com.github/copilot-sdk-java)](https://central.sonatype.com/artifact/com.github/copilot-sdk-java) [![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. ## Quick Start +**📦 The Java SDK is maintained in a separate repository: [`github/copilot-sdk-java`](https://github.com/github/copilot-sdk-java)** + +> **Note:** This SDK is in technical preview and may change in breaking ways. + ```java import com.github.copilot.sdk.CopilotClient; import com.github.copilot.sdk.events.AssistantMessageEvent;