# Third-Party Notices

`dsh-llm-github-copilot-cli` contains adapter code only. It does not copy,
modify, bundle, or re-export the GitHub Copilot SDK or CLI implementation.
Package managers install the following exact runtime dependencies separately.

## GitHub Copilot SDK

- Package: `@github/copilot-sdk@1.0.11`
- Project: <https://github.com/github/copilot-sdk>
- License: MIT

The SDK remains an external dependency and is used only through its published
public API.

## GitHub Copilot CLI

- Package: `@github/copilot@1.0.81`
- Project: <https://github.com/github/copilot-cli>
- License declaration: `SEE LICENSE IN LICENSE.md`

The CLI and its platform package are external dependencies. Their installed
license file and GitHub terms govern their use. This adapter starts the public
packaged CLI entry through `RuntimeConnection.forStdio()` and does not alter or
redistribute the executable inside its own package tarball.

## DeepSeek Schemastery

- Package: `@deepseek-ai/schemastery@3.18.1`
- Project: <https://github.com/cordiverse/schemastery>
- License: MIT

DeepSeek Harness and Cordis packages are host-owned peer dependencies and are
not bundled in this package.
