From 5624df8210e373cb8122437180900dbc760fee04 Mon Sep 17 00:00:00 2001 From: Bruno Borges Date: Thu, 9 Apr 2026 17:27:45 -0400 Subject: [PATCH] Change SDK status to public preview Updated SDK status from technical preview to public preview. --- java/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/README.md b/java/README.md index c355c7297..f197cb549 100644 --- a/java/README.md +++ b/java/README.md @@ -12,7 +12,7 @@ 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. +> **Note:** This SDK is in public preview and may change in breaking ways. ```java import com.github.copilot.sdk.CopilotClient;