Skip to content

Commit cb15b09

Browse files
Deploy documentation: snapshot
1 parent 08dc2ff commit cb15b09

File tree

400 files changed

+2273
-2981
lines changed

Some content is hidden

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

400 files changed

+2273
-2981
lines changed

snapshot/advanced.html

Lines changed: 3 additions & 6 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-10
5+
| Generated by Apache Maven Doxia Site Renderer 2.0.0 from target/filtered-site/markdown/advanced.md at 2026-02-11
66
| Rendered using Apache Maven Fluido Skin 2.1.0
77
-->
88
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -109,7 +109,7 @@
109109

110110
<div id="breadcrumbs">
111111
<ul class="breadcrumb">
112-
<li id="publishDate">Last Published: 2026-02-10<span class="divider">|</span>
112+
<li id="publishDate">Last Published: 2026-02-11<span class="divider">|</span>
113113
</li>
114114
<li id="projectVersion">Version: 1.0.9-SNAPSHOT<span class="divider">|</span></li>
115115
<li><a href="index.html">Home</a><span class="divider">/</span></li>
@@ -275,10 +275,7 @@ <h2>File Attachments</h2>
275275
<pre class="prettyprint"><code class="language-java">session.send(new MessageOptions()
276276
.setPrompt(&quot;Review this file for bugs&quot;)
277277
.setAttachments(List.of(
278-
new Attachment()
279-
.setType(&quot;file&quot;)
280-
.setPath(&quot;/path/to/file.java&quot;)
281-
.setDisplayName(&quot;MyService.java&quot;)
278+
new Attachment(&quot;file&quot;, &quot;/path/to/file.java&quot;, &quot;MyService.java&quot;)
282279
))
283280
).get();
284281
</code></pre><hr /></section><section><a id="Bring_Your_Own_Key_.28BYOK.29"></a>

snapshot/apidocs/allclasses-index.html

Lines changed: 20 additions & 20 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 Tue Feb 10 21:38:33 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Wed Feb 11 01:12:10 UTC 2026 -->
55
<title>All Classes and Interfaces (GitHub Copilot Community SDK :: Java 1.0.9-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-10">
8+
<meta name="dc.created" content="2026-02-11">
99
<meta name="description" content="class index">
1010
<meta name="generator" content="javadoc/AllClassesIndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
@@ -124,8 +124,8 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
124124
</div>
125125
<div class="col-first odd-row-color all-classes-table all-classes-table-tab4"><a href="com/github/copilot/sdk/events/AssistantUsageEvent.AssistantUsageData.html" title="class in com.github.copilot.sdk.events">AssistantUsageEvent.AssistantUsageData</a></div>
126126
<div class="col-last odd-row-color all-classes-table all-classes-table-tab4">&nbsp;</div>
127-
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="com/github/copilot/sdk/json/Attachment.html" title="class in com.github.copilot.sdk.json">Attachment</a></div>
128-
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
127+
<div class="col-first even-row-color all-classes-table all-classes-table-tab4"><a href="com/github/copilot/sdk/json/Attachment.html" title="class in com.github.copilot.sdk.json">Attachment</a></div>
128+
<div class="col-last even-row-color all-classes-table all-classes-table-tab4">
129129
<div class="block">Represents a file attachment to include with a message.</div>
130130
</div>
131131
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="com/github/copilot/sdk/json/AzureOptions.html" title="class in com.github.copilot.sdk.json">AzureOptions</a></div>
@@ -303,8 +303,8 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
303303
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
304304
<div class="block">Input for a post-tool-use hook.</div>
305305
</div>
306-
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="com/github/copilot/sdk/json/PostToolUseHookOutput.html" title="class in com.github.copilot.sdk.json">PostToolUseHookOutput</a></div>
307-
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
306+
<div class="col-first even-row-color all-classes-table all-classes-table-tab4"><a href="com/github/copilot/sdk/json/PostToolUseHookOutput.html" title="class in com.github.copilot.sdk.json">PostToolUseHookOutput</a></div>
307+
<div class="col-last even-row-color all-classes-table all-classes-table-tab4">
308308
<div class="block">Output for a post-tool-use hook.</div>
309309
</div>
310310
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="com/github/copilot/sdk/json/PreToolUseHandler.html" title="interface in com.github.copilot.sdk.json">PreToolUseHandler</a></div>
@@ -371,12 +371,12 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
371371
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
372372
<div class="block">Handler for session-end hooks.</div>
373373
</div>
374-
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="com/github/copilot/sdk/json/SessionEndHookInput.html" title="class in com.github.copilot.sdk.json">SessionEndHookInput</a></div>
375-
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
374+
<div class="col-first even-row-color all-classes-table all-classes-table-tab4"><a href="com/github/copilot/sdk/json/SessionEndHookInput.html" title="class in com.github.copilot.sdk.json">SessionEndHookInput</a></div>
375+
<div class="col-last even-row-color all-classes-table all-classes-table-tab4">
376376
<div class="block">Input for a session-end hook.</div>
377377
</div>
378-
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="com/github/copilot/sdk/json/SessionEndHookOutput.html" title="class in com.github.copilot.sdk.json">SessionEndHookOutput</a></div>
379-
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
378+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab4"><a href="com/github/copilot/sdk/json/SessionEndHookOutput.html" title="class in com.github.copilot.sdk.json">SessionEndHookOutput</a></div>
379+
<div class="col-last odd-row-color all-classes-table all-classes-table-tab4">
380380
<div class="block">Output for a session-end hook.</div>
381381
</div>
382382
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="com/github/copilot/sdk/events/SessionErrorEvent.html" title="class in com.github.copilot.sdk.events">SessionErrorEvent</a></div>
@@ -477,12 +477,12 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
477477
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
478478
<div class="block">Handler for session-start hooks.</div>
479479
</div>
480-
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="com/github/copilot/sdk/json/SessionStartHookInput.html" title="class in com.github.copilot.sdk.json">SessionStartHookInput</a></div>
481-
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
480+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab4"><a href="com/github/copilot/sdk/json/SessionStartHookInput.html" title="class in com.github.copilot.sdk.json">SessionStartHookInput</a></div>
481+
<div class="col-last odd-row-color all-classes-table all-classes-table-tab4">
482482
<div class="block">Input for a session-start hook.</div>
483483
</div>
484-
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="com/github/copilot/sdk/json/SessionStartHookOutput.html" title="class in com.github.copilot.sdk.json">SessionStartHookOutput</a></div>
485-
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
484+
<div class="col-first even-row-color all-classes-table all-classes-table-tab4"><a href="com/github/copilot/sdk/json/SessionStartHookOutput.html" title="class in com.github.copilot.sdk.json">SessionStartHookOutput</a></div>
485+
<div class="col-last even-row-color all-classes-table all-classes-table-tab4">
486486
<div class="block">Output for a session-start hook.</div>
487487
</div>
488488
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="com/github/copilot/sdk/events/SessionTruncationEvent.html" title="class in com.github.copilot.sdk.events">SessionTruncationEvent</a></div>
@@ -547,8 +547,8 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
547547
<div class="col-last odd-row-color all-classes-table all-classes-table-tab3">
548548
<div class="block">Specifies how the system message should be applied to a session.</div>
549549
</div>
550-
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="com/github/copilot/sdk/json/ToolBinaryResult.html" title="class in com.github.copilot.sdk.json">ToolBinaryResult</a></div>
551-
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
550+
<div class="col-first even-row-color all-classes-table all-classes-table-tab4"><a href="com/github/copilot/sdk/json/ToolBinaryResult.html" title="class in com.github.copilot.sdk.json">ToolBinaryResult</a></div>
551+
<div class="col-last even-row-color all-classes-table all-classes-table-tab4">
552552
<div class="block">Binary result from a tool execution.</div>
553553
</div>
554554
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="com/github/copilot/sdk/json/ToolDef.html" title="class in com.github.copilot.sdk.json">ToolDef</a></div>
@@ -637,12 +637,12 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
637637
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
638638
<div class="block">Handler for user-prompt-submitted hooks.</div>
639639
</div>
640-
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="com/github/copilot/sdk/json/UserPromptSubmittedHookInput.html" title="class in com.github.copilot.sdk.json">UserPromptSubmittedHookInput</a></div>
641-
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
640+
<div class="col-first even-row-color all-classes-table all-classes-table-tab4"><a href="com/github/copilot/sdk/json/UserPromptSubmittedHookInput.html" title="class in com.github.copilot.sdk.json">UserPromptSubmittedHookInput</a></div>
641+
<div class="col-last even-row-color all-classes-table all-classes-table-tab4">
642642
<div class="block">Input for a user-prompt-submitted hook.</div>
643643
</div>
644-
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="com/github/copilot/sdk/json/UserPromptSubmittedHookOutput.html" title="class in com.github.copilot.sdk.json">UserPromptSubmittedHookOutput</a></div>
645-
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
644+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab4"><a href="com/github/copilot/sdk/json/UserPromptSubmittedHookOutput.html" title="class in com.github.copilot.sdk.json">UserPromptSubmittedHookOutput</a></div>
645+
<div class="col-last odd-row-color all-classes-table all-classes-table-tab4">
646646
<div class="block">Output for a user-prompt-submitted hook.</div>
647647
</div>
648648
</div>

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 Tue Feb 10 21:38:33 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Wed Feb 11 01:12:10 UTC 2026 -->
55
<title>All Packages (GitHub Copilot Community SDK :: Java 1.0.9-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-10">
8+
<meta name="dc.created" content="2026-02-11">
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 Tue Feb 10 21:38:33 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Wed Feb 11 01:12:10 UTC 2026 -->
55
<title>ConnectionState (GitHub Copilot Community SDK :: Java 1.0.9-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-10">
8+
<meta name="dc.created" content="2026-02-11">
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: 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 Tue Feb 10 21:38:33 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Wed Feb 11 01:12:10 UTC 2026 -->
55
<title>CopilotClient (GitHub Copilot Community SDK :: Java 1.0.9-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-10">
8+
<meta name="dc.created" content="2026-02-11">
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">

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 Tue Feb 10 21:38:33 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Wed Feb 11 01:12:10 UTC 2026 -->
55
<title>CopilotSession (GitHub Copilot Community SDK :: Java 1.0.9-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-10">
8+
<meta name="dc.created" content="2026-02-11">
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/EventErrorHandler.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 Tue Feb 10 21:38:33 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Wed Feb 11 01:12:10 UTC 2026 -->
55
<title>EventErrorHandler (GitHub Copilot Community SDK :: Java 1.0.9-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-10">
8+
<meta name="dc.created" content="2026-02-11">
99
<meta name="description" content="declaration: package: com.github.copilot.sdk, interface: EventErrorHandler">
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/EventErrorPolicy.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 Tue Feb 10 21:38:33 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Wed Feb 11 01:12:10 UTC 2026 -->
55
<title>EventErrorPolicy (GitHub Copilot Community SDK :: Java 1.0.9-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-10">
8+
<meta name="dc.created" content="2026-02-11">
99
<meta name="description" content="declaration: package: com.github.copilot.sdk, enum: EventErrorPolicy">
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 Tue Feb 10 21:38:33 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Wed Feb 11 01:12:10 UTC 2026 -->
55
<title>SdkProtocolVersion (GitHub Copilot Community SDK :: Java 1.0.9-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-10">
8+
<meta name="dc.created" content="2026-02-11">
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 Tue Feb 10 21:38:33 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Wed Feb 11 01:12:10 UTC 2026 -->
55
<title>SystemMessageMode (GitHub Copilot Community SDK :: Java 1.0.9-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-10">
8+
<meta name="dc.created" content="2026-02-11">
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">

0 commit comments

Comments
 (0)