Skip to content

Commit 38b24bb

Browse files
Deploy documentation: snapshot
1 parent 74e03e7 commit 38b24bb

File tree

366 files changed

+1366
-1325
lines changed

Some content is hidden

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

366 files changed

+1366
-1325
lines changed

snapshot/advanced.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -466,9 +466,7 @@ <h2>Session Hooks</h2>
466466
<pre class="prettyprint"><code class="language-java">var hooks = new SessionHooks()
467467
.setOnPreToolUse((input, invocation) -&gt; {
468468
System.out.println(&quot;Tool: &quot; + input.getToolName());
469-
return CompletableFuture.completedFuture(
470-
new PreToolUseHookOutput().setPermissionDecision(&quot;allow&quot;)
471-
);
469+
return CompletableFuture.completedFuture(PreToolUseHookOutput.allow());
472470
})
473471
.setOnPostToolUse((input, invocation) -&gt; {
474472
System.out.println(&quot;Result: &quot; + input.getToolResult());

snapshot/apidocs/allclasses-index.html

Lines changed: 5 additions & 5 deletions
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 Wed Feb 11 04:21:06 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Wed Feb 11 04:55:49 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">
@@ -315,8 +315,8 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
315315
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
316316
<div class="block">Input for a pre-tool-use hook.</div>
317317
</div>
318-
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="com/github/copilot/sdk/json/PreToolUseHookOutput.html" title="class in com.github.copilot.sdk.json">PreToolUseHookOutput</a></div>
319-
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
318+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab4"><a href="com/github/copilot/sdk/json/PreToolUseHookOutput.html" title="class in com.github.copilot.sdk.json">PreToolUseHookOutput</a></div>
319+
<div class="col-last odd-row-color all-classes-table all-classes-table-tab4">
320320
<div class="block">Output for a pre-tool-use hook.</div>
321321
</div>
322322
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="com/github/copilot/sdk/json/ProviderConfig.html" title="class in com.github.copilot.sdk.json">ProviderConfig</a></div>
@@ -591,8 +591,8 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
591591
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
592592
<div class="block">Represents a tool invocation request from the AI assistant.</div>
593593
</div>
594-
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="com/github/copilot/sdk/json/ToolResultObject.html" title="class in com.github.copilot.sdk.json">ToolResultObject</a></div>
595-
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
594+
<div class="col-first even-row-color all-classes-table all-classes-table-tab4"><a href="com/github/copilot/sdk/json/ToolResultObject.html" title="class in com.github.copilot.sdk.json">ToolResultObject</a></div>
595+
<div class="col-last even-row-color all-classes-table all-classes-table-tab4">
596596
<div class="block">Result object returned from a tool execution.</div>
597597
</div>
598598
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="com/github/copilot/sdk/events/ToolUserRequestedEvent.html" title="class in com.github.copilot.sdk.events">ToolUserRequestedEvent</a></div>

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 Wed Feb 11 04:21:06 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Wed Feb 11 04:55:49 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">

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 Wed Feb 11 04:21:06 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Wed Feb 11 04:55:49 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">

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 Wed Feb 11 04:21:06 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Wed Feb 11 04:55:49 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">

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 Wed Feb 11 04:21:06 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Wed Feb 11 04:55:49 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">

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 Wed Feb 11 04:21:06 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Wed Feb 11 04:55:49 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">

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 Wed Feb 11 04:21:06 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Wed Feb 11 04:55:49 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">

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 Wed Feb 11 04:21:06 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Wed Feb 11 04:55:49 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">

snapshot/apidocs/com/github/copilot/sdk/SystemMessageMode.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 Wed Feb 11 04:21:06 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Wed Feb 11 04:55:49 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">

0 commit comments

Comments
 (0)