Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

> **Upstream sync:** [`github/copilot-sdk@e40d57c`](https://github.com/github/copilot-sdk/commit/e40d57c86e18b495722adbf42045288c03924342)

### Documentation

- Added comprehensive plan for embedding Copilot CLI binaries in Java SDK ([CLI_EMBEDDING_PLAN.md](docs/CLI_EMBEDDING_PLAN.md))
- Researched cross-platform approaches similar to JavaFX's Maven classifiers
- Analyzed upstream .NET SDK's RID-based bundling strategy
- Proposed 4 implementation approaches with detailed trade-offs
- Recommended multi-module Maven project with platform-specific artifacts
- Outlined 8-week implementation roadmap with phases for infrastructure, runtime discovery, testing, and documentation
- Documented technical considerations for platform detection, binary extraction, and security

## [1.0.9] - 2026-02-16

> **Upstream sync:** [`github/copilot-sdk@e40d57c`](https://github.com/github/copilot-sdk/commit/e40d57c86e18b495722adbf42045288c03924342)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jbang https://github.com/copilot-community-sdk/copilot-sdk-java/blob/latest/jban
- [Javadoc API Reference](https://copilot-community-sdk.github.io/copilot-sdk-java/apidocs/)
- [MCP Servers Integration](https://copilot-community-sdk.github.io/copilot-sdk-java/mcp.html)
- [Cookbook](src/site/markdown/cookbook/) — Practical recipes for common use cases
- [CLI Embedding Plan](docs/CLI_EMBEDDING_PLAN.md) — Future plan for bundling Copilot CLI

## Projects Using This SDK

Expand Down
Loading
Loading