Skip to content

Commit 223c9bb

Browse files
Deploy documentation: snapshot
1 parent 0da64aa commit 223c9bb

317 files changed

Lines changed: 6530 additions & 917 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.

snapshot/advanced.html

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

33

44
<!--
5-
| Generated by Apache Maven Doxia Site Renderer 2.0.0 from target/filtered-site/markdown/advanced.md at 2026-02-01
5+
| Generated by Apache Maven Doxia Site Renderer 2.0.0 from target/filtered-site/markdown/advanced.md at 2026-02-02
66
| Rendered using Apache Maven Fluido Skin 2.1.0
77
-->
88
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -101,7 +101,7 @@
101101

102102
<div id="breadcrumbs">
103103
<ul class="breadcrumb">
104-
<li id="publishDate">Last Published: 2026-02-01<span class="divider">|</span>
104+
<li id="publishDate">Last Published: 2026-02-02<span class="divider">|</span>
105105
</li>
106106
<li id="projectVersion">Version: 1.0.6-SNAPSHOT<span class="divider">|</span></li>
107107
<li><a href="index.html">Home</a><span class="divider">/</span></li>

snapshot/apidocs/allclasses-index.html

Lines changed: 127 additions & 79 deletions
Large diffs are not rendered by default.

snapshot/apidocs/allpackages-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Sun Feb 01 21:08:54 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Mon Feb 02 17:27:55 UTC 2026 -->
55
<title>All Packages (GitHub Copilot Community SDK :: Java 1.0.6-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">
8-
<meta name="dc.created" content="2026-02-01">
8+
<meta name="dc.created" content="2026-02-02">
99
<meta name="description" content="package index">
1010
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Sun Feb 01 21:08:54 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Mon Feb 02 17:27:55 UTC 2026 -->
55
<title>ConnectionState (GitHub Copilot Community SDK :: Java 1.0.6-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">
8-
<meta name="dc.created" content="2026-02-01">
8+
<meta name="dc.created" content="2026-02-02">
99
<meta name="description" content="declaration: package: com.github.copilot.sdk, enum: ConnectionState">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Sun Feb 01 21:08:54 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Mon Feb 02 17:27:55 UTC 2026 -->
55
<title>CopilotClient (GitHub Copilot Community SDK :: Java 1.0.6-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">
8-
<meta name="dc.created" content="2026-02-01">
8+
<meta name="dc.created" content="2026-02-02">
99
<meta name="description" content="declaration: package: com.github.copilot.sdk, class: CopilotClient">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
@@ -463,7 +463,10 @@ <h3>getAuthStatus</h3>
463463
<section class="detail" id="listModels()">
464464
<h3>listModels</h3>
465465
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a>&lt;<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="json/ModelInfo.html" title="class in com.github.copilot.sdk.json">ModelInfo</a>&gt;&gt;</span>&nbsp;<span class="element-name">listModels</span>()</div>
466-
<div class="block">Lists available models with their metadata.</div>
466+
<div class="block">Lists available models with their metadata.
467+
<p>
468+
Results are cached after the first successful call to avoid rate limiting.
469+
The cache is cleared when the client disconnects.</div>
467470
<dl class="notes">
468471
<dt>Returns:</dt>
469472
<dd>a future that resolves with a list of available models</dd>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Sun Feb 01 21:08:54 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Mon Feb 02 17:27:55 UTC 2026 -->
55
<title>CopilotSession (GitHub Copilot Community SDK :: Java 1.0.6-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">
8-
<meta name="dc.created" content="2026-02-01">
8+
<meta name="dc.created" content="2026-02-02">
99
<meta name="description" content="declaration: package: com.github.copilot.sdk, class: CopilotSession">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Sun Feb 01 21:08:54 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Mon Feb 02 17:27:55 UTC 2026 -->
55
<title>SdkProtocolVersion (GitHub Copilot Community SDK :: Java 1.0.6-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">
8-
<meta name="dc.created" content="2026-02-01">
8+
<meta name="dc.created" content="2026-02-02">
99
<meta name="description" content="declaration: package: com.github.copilot.sdk, enum: SdkProtocolVersion">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Sun Feb 01 21:08:54 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Mon Feb 02 17:27:55 UTC 2026 -->
55
<title>SystemMessageMode (GitHub Copilot Community SDK :: Java 1.0.6-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">
8-
<meta name="dc.created" content="2026-02-01">
8+
<meta name="dc.created" content="2026-02-02">
99
<meta name="description" content="declaration: package: com.github.copilot.sdk, enum: SystemMessageMode">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

snapshot/apidocs/com/github/copilot/sdk/class-use/ConnectionState.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Sun Feb 01 21:08:54 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Mon Feb 02 17:27:55 UTC 2026 -->
55
<title>Uses of Enum Class com.github.copilot.sdk.ConnectionState (GitHub Copilot Community SDK :: Java 1.0.6-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">
8-
<meta name="dc.created" content="2026-02-01">
8+
<meta name="dc.created" content="2026-02-02">
99
<meta name="description" content="use: package: com.github.copilot.sdk, enum: ConnectionState">
1010
<meta name="generator" content="javadoc/ClassUseWriter">
1111
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

snapshot/apidocs/com/github/copilot/sdk/class-use/CopilotClient.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Sun Feb 01 21:08:54 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Mon Feb 02 17:27:55 UTC 2026 -->
55
<title>Uses of Class com.github.copilot.sdk.CopilotClient (GitHub Copilot Community SDK :: Java 1.0.6-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">
8-
<meta name="dc.created" content="2026-02-01">
8+
<meta name="dc.created" content="2026-02-02">
99
<meta name="description" content="use: package: com.github.copilot.sdk, class: CopilotClient">
1010
<meta name="generator" content="javadoc/ClassUseWriter">
1111
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

0 commit comments

Comments
 (0)