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/copilot-sdk-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: github/copilot-sdk-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: copilot/reference-impl-sync-update-sdk
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 296 files changed
  • 4 contributors

Commits on May 16, 2026

  1. Initial plan

    Copilot authored May 16, 2026
    Configuration menu
    Copy the full SHA
    bb8af28 View commit details
    Browse the repository at this point in the history
  2. Port model field to CustomAgentConfig from reference implementation

    Adds the 'model' property to CustomAgentConfig, allowing per-agent model
    selection (e.g. 'claude-haiku-4.5'). When set, the runtime will use this
    model for the agent, falling back to the parent session model if unavailable.
    
    Ports d0eb531 from github/copilot-sdk (#1309).
    
    Co-authored-by: edburns <75821+edburns@users.noreply.github.com>
    Copilot and edburns authored May 16, 2026
    Configuration menu
    Copy the full SHA
    3ebf988 View commit details
    Browse the repository at this point in the history
  3. Update .lastmerge to d0eb531e9ff58ea61f406caa9426f498f6485026, sync p…

    …om.xml CLI version, and update scripts/codegen @github/copilot version
    
    Co-authored-by: edburns <75821+edburns@users.noreply.github.com>
    Copilot and edburns authored May 16, 2026
    Configuration menu
    Copy the full SHA
    4bd60ec View commit details
    Browse the repository at this point in the history

Commits on May 18, 2026

  1. Regenerate codegen output

    Auto-committed by codegen-check workflow.
    github-actions[bot] committed May 18, 2026
    Configuration menu
    Copy the full SHA
    da10180 View commit details
    Browse the repository at this point in the history
  2. Fix SessionModelSwitchToParams constructor call after schema update

    The generated SessionModelSwitchToParams record gained a new
    reasoningSummary field, requiring 5 constructor arguments instead of 4.
    Updated both call sites in CopilotSession to pass null for the new field.
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    github-actions[bot] and Copilot authored May 18, 2026
    Configuration menu
    Copy the full SHA
    1ecac83 View commit details
    Browse the repository at this point in the history
Loading