Sync upstream: Add deployment documentation for setup patterns#96
Merged
brunoborges merged 2 commits intomainfrom Feb 9, 2026
Merged
Sync upstream: Add deployment documentation for setup patterns#96brunoborges merged 2 commits intomainfrom
brunoborges merged 2 commits intomainfrom
Conversation
- Add new setup.md covering deployment patterns: * Local CLI (personal development) * GitHub OAuth (multi-user apps) * Backend Services (server deployments) * Bundled CLI (distributable apps) * Scaling & Multi-Tenancy patterns - Update site.xml navigation to include Setup & Deployment - Update .lastmerge to b904431d1917e2b86f76fcde79a563921d8ef28c The upstream added comprehensive SDK-agnostic setup guides. Rather than duplicating those with Java examples, this change creates a Java-focused deployment guide that leverages the SDK's existing capabilities (githubToken, cliUrl, cliPath options) which already support all the upstream patterns. Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update Java SDK with latest upstream commits
Sync upstream: Add deployment documentation for setup patterns
Feb 9, 2026
brunoborges
approved these changes
Feb 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upstream commit
b904431added 7 SDK-agnostic setup guides covering local CLI, GitHub OAuth, backend services, bundled CLI, BYOK, and scaling patterns.Changes
src/site/markdown/setup.md- organizes existingCopilotClientOptionscapabilities by deployment scenario.lastmergetob904431d1917e2b86f76fcde79a563921d8ef28cApproach
The Java SDK already supports all upstream patterns through configuration:
Rather than translating comprehensive upstream guides, the new documentation provides use-case-driven guidance with Java-specific deployment patterns, resource management strategies, and production best practices.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.