Skip to content

Commit bdfe707

Browse files
Deploy documentation: snapshot
1 parent d084efb commit bdfe707

1,118 files changed

Lines changed: 5044 additions & 3787 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: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -919,20 +919,20 @@ <h2>Permission Handling</h2>
919919
<th>Meaning</th></tr></thead><tbody>
920920
<tr class="b">
921921
<td><code>PermissionRequestResultKind.APPROVED</code></td>
922-
<td><code>&quot;approved&quot;</code></td>
923-
<td>The permission was approved</td></tr>
922+
<td><code>&quot;approve-once&quot;</code></td>
923+
<td>The permission was approved for this one instance</td></tr>
924924
<tr class="a">
925-
<td><code>PermissionRequestResultKind.DENIED_BY_RULES</code></td>
926-
<td><code>&quot;denied-by-rules&quot;</code></td>
927-
<td>Denied by policy rules</td></tr>
925+
<td><code>PermissionRequestResultKind.REJECTED</code></td>
926+
<td><code>&quot;reject&quot;</code></td>
927+
<td>The permission was denied interactively by the user</td></tr>
928928
<tr class="b">
929-
<td><code>PermissionRequestResultKind.DENIED_COULD_NOT_REQUEST_FROM_USER</code></td>
930-
<td><code>&quot;denied-no-approval-rule-and-could-not-request-from-user&quot;</code></td>
931-
<td>No rule and user could not be prompted</td></tr>
929+
<td><code>PermissionRequestResultKind.USER_NOT_AVAILABLE</code></td>
930+
<td><code>&quot;user-not-available&quot;</code></td>
931+
<td>Denied because user confirmation was unavailable</td></tr>
932932
<tr class="a">
933-
<td><code>PermissionRequestResultKind.DENIED_INTERACTIVELY_BY_USER</code></td>
934-
<td><code>&quot;denied-interactively-by-user&quot;</code></td>
935-
<td>User denied interactively</td></tr></tbody>
933+
<td><code>PermissionRequestResultKind.NO_RESULT</code></td>
934+
<td><code>&quot;no-result&quot;</code></td>
935+
<td>No permission decision was made (protocol v3 only)</td></tr></tbody>
936936
</table>
937937

938938
<p>You can also pass a raw string to <code>setKind(String)</code> for custom or extension values. Use

snapshot/apidocs/allclasses-index.html

Lines changed: 926 additions & 921 deletions
Large diffs are not rendered by default.

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 Sun Apr 26 00:45:34 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Sun Apr 26 19:47:22 UTC 2026 -->
55
<title>All Packages (GitHub Copilot SDK :: Java 0.3.0-java.1-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 Sun Apr 26 00:45:34 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Sun Apr 26 19:47:22 UTC 2026 -->
55
<title>ConnectionState (GitHub Copilot SDK :: Java 0.3.0-java.1-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 Sun Apr 26 00:45:34 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Sun Apr 26 19:47:22 UTC 2026 -->
55
<title>CopilotClient (GitHub Copilot SDK :: Java 0.3.0-java.1-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 Sun Apr 26 00:45:34 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Sun Apr 26 19:47:22 UTC 2026 -->
55
<title>CopilotSession (GitHub Copilot SDK :: Java 0.3.0-java.1-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 Sun Apr 26 00:45:34 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Sun Apr 26 19:47:22 UTC 2026 -->
55
<title>EventErrorHandler (GitHub Copilot SDK :: Java 0.3.0-java.1-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 Sun Apr 26 00:45:34 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Sun Apr 26 19:47:22 UTC 2026 -->
55
<title>EventErrorPolicy (GitHub Copilot SDK :: Java 0.3.0-java.1-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 Sun Apr 26 00:45:34 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Sun Apr 26 19:47:22 UTC 2026 -->
55
<title>SdkProtocolVersion (GitHub Copilot SDK :: Java 0.3.0-java.1-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 Sun Apr 26 00:45:34 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Sun Apr 26 19:47:22 UTC 2026 -->
55
<title>SystemMessageMode (GitHub Copilot SDK :: Java 0.3.0-java.1-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)