Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/CopilotForXcode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2ba57a2
Choose a base ref
...
head repository: chronicgiardia/CopilotForXcode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 40da239
Choose a head ref
  • 1 commit
  • 1 file changed
  • 2 contributors

Commits on Jun 23, 2026

  1. docs: document the code completion pipeline

    Adds Docs/CompletionPipeline.md covering the full end-to-end flow:
    - Trigger modes (on-demand vs realtime/prefetch)
    - All five layers: EditorExtension → XPC → ExtensionService →
      SuggestionService middleware chain → LSP client (GitHubCopilotService)
    - XPC protocol methods table
    - LSP JSON-RPC request types and server notifications
    - SuggestionInjector buffer modification semantics
    - Accept/reject cycle with telemetry
    - Key source file index
    
    Co-Authored-By: Oz <oz-agent@warp.dev>
    chronicgiardia and oz-agent committed Jun 23, 2026
    Configuration menu
    Copy the full SHA
    40da239 View commit details
    Browse the repository at this point in the history
Loading