Skip to content

Commit 0a0789a

Browse files
committed
On branch edburns/dd-2785864-pre-public-non-code-changes
modified: src/site/markdown/advanced.md modified: src/site/markdown/documentation.md modified: src/site/markdown/hooks.md modified: src/site/markdown/index.md > OK yeah let's kill the excess dislcaimers
1 parent d9a8603 commit 0a0789a

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

β€Žsrc/site/markdown/advanced.mdβ€Ž

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Advanced Usage
22

3-
> **Disclaimer:** 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.
4-
53
This guide covers advanced scenarios for extending and customizing your Copilot integration.
64

75
## Table of Contents

β€Žsrc/site/markdown/documentation.mdβ€Ž

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Copilot SDK for Java - Documentation
22

3-
> ⚠️ **Disclaimer:** This SDK tracks the pre-GA GitHub Copilot SDKs for .NET and nodejs. This SDK may change in breaking ways. Use at your own risk.
4-
53
This guide covers common use cases for the Copilot SDK for Java. For complete API details, see the [Javadoc](apidocs/index.html).
64

75
## Table of Contents
@@ -718,4 +716,4 @@ See [SessionConfig](apidocs/com/github/copilot/sdk/json/SessionConfig.html) Java
718716
- πŸ“– **[Advanced Usage](advanced.html)** - Tools, BYOK, MCP Servers, System Messages, Infinite Sessions, Skills
719717
- πŸ“– **[Session Hooks](hooks.html)** - Intercept tool execution and session lifecycle events
720718
- πŸ“– **[MCP Servers](mcp.html)** - Integrate external tools via Model Context Protocol
721-
- πŸ“– **[API Javadoc](apidocs/index.html)** - Complete API reference
719+
- πŸ“– **[API Javadoc](apidocs/index.html)** - Complete API reference

β€Žsrc/site/markdown/hooks.mdβ€Ž

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Session Hooks
22

3-
> ⚠️ **Disclaimer:** This SDK tracks the pre-GA GitHub Copilot SDKs for .NET and nodejs. This SDK may change in breaking ways. Use at your own risk.
4-
53
Session hooks allow you to intercept and modify tool execution, user prompts, and session lifecycle events. Use hooks to implement custom logic like logging, security controls, or context injection.
64

75
---

β€Žsrc/site/markdown/index.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copilot SDK for Java
22

3-
> ⚠️ **Disclaimer:** This SDK tracks the pre-GA GitHub Copilot SDKs for .NET and nodejs. This SDK may change in breaking ways. Use at your own risk.
3+
> ⚠️ **Disclaimer:** 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.
44
55
Welcome to the documentation for the **Copilot SDK for Java** β€” a Java SDK for programmatic control of GitHub Copilot CLI, enabling you to build AI-powered applications and agentic workflows.
66

0 commit comments

Comments
Β (0)