Skip to content

Commit 14f3165

Browse files
Deploy documentation: snapshot
1 parent e990654 commit 14f3165

820 files changed

Lines changed: 454 additions & 17366 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
77
<meta http-equiv="Pragma" content="no-cache">
88
<meta http-equiv="Expires" content="0">
9-
<title>Copilot SDK for Java — Documentation</title>
9+
<title>GitHub Copilot SDK for Java — Documentation</title>
1010
<link rel="stylesheet" href="styles.css">
1111
</head>
1212
<body>
@@ -15,7 +15,7 @@
1515
<header class="hero">
1616
<div class="hero-bg"></div>
1717
<div class="hero-content">
18-
<h1>Copilot SDK for <span class="gradient-text">Java</span></h1>
18+
<h1>GitHub Copilot SDK for <span class="gradient-text">Java</span></h1>
1919
<p class="hero-subtitle">The official SDK for building AI-powered tools with GitHub Copilot's agentic runtime.</p>
2020
<div class="header-buttons">
2121
<a href="https://github.com/github/copilot-sdk-java" class="btn btn-github">
@@ -32,14 +32,6 @@ <h1>Copilot SDK for <span class="gradient-text">Java</span></h1>
3232

3333
<main class="container">
3434

35-
<div class="alert alert-warning">
36-
⚠️ <strong>Disclaimer:</strong> This is the official Java SDK for GitHub Copilot. This repository treats the official .NET and nodejs SDKs for GitHub Copilot as reference implementations. These SDKS are all officially supported as GitHub open source projects. The Java implementation follows the backward compatibility guarantees offered by the reference implementations. As such this implementation may introduce breaking changes, according to the policy declared by the reference implementations. Use at your own risk.
37-
</div>
38-
39-
<div class="alert alert-warning">
40-
⚠️ <strong>Artifact versioning plan:</strong>Releases of this implementation track releases of the reference implementation. For each release of the reference implementation, there may follow a corresponding relase of this implementation with the same number as the reference implementation. Release identifiers of the reference implementation are in the form `vMaj.Min.Micro`. For example v0.1.32. The corresponding maven version for the release will be `Maj.Min.Micro-java.N`, where `Maj`, `Min` and `Micro` are the corresponding numbers for the reference impementation release, and `N` is a monotonically increasing sequence number starting with 0 for each release. See the corrseponding architectural decision record for more information in the `docs/adr` directory of the source code.
41-
</div>
42-
4335
<div class="alert alert-info">
4436
💡 <strong>Tip:</strong> We recommend using the <strong>Latest Release</strong> documentation unless you need features from an unreleased version.
4537
</div>
@@ -73,6 +65,14 @@ <h2 class="section-title">Available Versions</h2>
7365
</div>
7466
</div>
7567

68+
<div class="alert alert-warning">
69+
⚠️ <strong>Disclaimer:</strong> This is the official Java SDK for GitHub Copilot. This repository treats the official .NET and nodejs SDKs for GitHub Copilot as reference implementations. These SDKS are all officially supported as GitHub open source projects. The Java implementation follows the backward compatibility guarantees offered by the reference implementations. As such this implementation may introduce breaking changes, according to the policy declared by the reference implementations. Use at your own risk.
70+
</div>
71+
72+
<div class="alert alert-warning">
73+
⚠️ <strong>Artifact versioning plan:</strong>Releases of this implementation track releases of the reference implementation. For each release of the reference implementation, there may follow a corresponding relase of this implementation with the same number as the reference implementation. Release identifiers of the reference implementation are in the form `vMaj.Min.Micro`. For example v0.1.32. The corresponding maven version for the release will be `Maj.Min.Micro-java.N`, where `Maj`, `Min` and `Micro` are the corresponding numbers for the reference impementation release, and `N` is a monotonically increasing sequence number starting with 0 for each release. See the corrseponding architectural decision record for more information in the `docs/adr` directory of the source code.
74+
</div>
75+
7676
<footer class="footer">
7777
<div class="footer-links">
7878
<a href="https://github.com/github/copilot-sdk-java">GitHub Repository</a>

snapshot/advanced.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@
9898
<a href="project-reports.html">Project Reports</a>
9999
<ul class="dropdown-menu">
100100
<li><a href="apidocs/index.html">Javadoc</a></li>
101-
<li><a href="jacoco/index.html">JaCoCo</a></li>
102101
<li><a href="surefire.html">Surefire</a></li>
103102
<li><a href="spotbugs.html">SpotBugs</a></li>
104103
<li><a href="taglist.html">Tag List</a></li>

snapshot/apidocs/allclasses-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Mar 17 16:24:52 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Tue Mar 17 17:04:38 UTC 2026 -->
55
<title>All Classes and Interfaces (GitHub Copilot SDK :: Java 0.1.33-java.0-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

snapshot/apidocs/allpackages-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Mar 17 16:24:52 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Tue Mar 17 17:04:38 UTC 2026 -->
55
<title>All Packages (GitHub Copilot SDK :: Java 0.1.33-java.0-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

snapshot/apidocs/com/github/copilot/sdk/ConnectionState.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Mar 17 16:24:52 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Tue Mar 17 17:04:38 UTC 2026 -->
55
<title>ConnectionState (GitHub Copilot SDK :: Java 0.1.33-java.0-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

snapshot/apidocs/com/github/copilot/sdk/CopilotClient.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Mar 17 16:24:52 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Tue Mar 17 17:04:38 UTC 2026 -->
55
<title>CopilotClient (GitHub Copilot SDK :: Java 0.1.33-java.0-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

snapshot/apidocs/com/github/copilot/sdk/CopilotSession.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Mar 17 16:24:52 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Tue Mar 17 17:04:38 UTC 2026 -->
55
<title>CopilotSession (GitHub Copilot SDK :: Java 0.1.33-java.0-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

snapshot/apidocs/com/github/copilot/sdk/EventErrorHandler.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Mar 17 16:24:52 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Tue Mar 17 17:04:38 UTC 2026 -->
55
<title>EventErrorHandler (GitHub Copilot SDK :: Java 0.1.33-java.0-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

snapshot/apidocs/com/github/copilot/sdk/EventErrorPolicy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Mar 17 16:24:52 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Tue Mar 17 17:04:38 UTC 2026 -->
55
<title>EventErrorPolicy (GitHub Copilot SDK :: Java 0.1.33-java.0-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

snapshot/apidocs/com/github/copilot/sdk/SdkProtocolVersion.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Mar 17 16:24:52 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Tue Mar 17 17:04:38 UTC 2026 -->
55
<title>SdkProtocolVersion (GitHub Copilot SDK :: Java 0.1.33-java.0-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

0 commit comments

Comments
 (0)