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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.24
Choose a base ref
...
head repository: github/copilot-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.25
Choose a head ref
  • 6 commits
  • 56 files changed
  • 3 contributors

Commits on Feb 17, 2026

  1. Configuration menu
    Copy the full SHA
    3c5368a View commit details
    Browse the repository at this point in the history
  2. Fix .NET SDK CLI download timeout (#493)

    Increase the default timeout for downloading the Copilot CLI tarball from 100s
    (the HttpClient default) to 600s (10 minutes) to handle slow or unreliable
    network conditions.
    
    The timeout is configurable via the CopilotCliDownloadTimeout MSBuild property.
    
    Fixes #451
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    SteveSandersonMS and Copilot authored Feb 17, 2026
    Configuration menu
    Copy the full SHA
    e22d235 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed51ab8 View commit details
    Browse the repository at this point in the history
  4. Add CopilotSkipCliDownload option to .NET SDK (#494)

    Add MSBuild property CopilotSkipCliDownload that when set to true skips
    automatic download and bundling of the Copilot CLI binary. This is useful
    for users who install the CLI separately (e.g., via npm or a package manager)
    and want to avoid the build-time download.
    
    When skipped, users must ensure COPILOT_CLI_PATH or the CliPath option
    points to a valid CLI installation at runtime.
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    SteveSandersonMS and Copilot authored Feb 17, 2026
    Configuration menu
    Copy the full SHA
    df23ff4 View commit details
    Browse the repository at this point in the history
  5. Fix MCP env vars: send envValueMode direct across all SDKs (#484)

    * Use MCP direct env var mode in Node SDK
    
    * Equivalent fixes for other languages
    
    * Update @github/copilot to 0.0.411-1 and regenerate SDKs
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    
    * Fix Python lint errors (line too long)
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    
    * Add normalizer to strip <reminder> tags from user messages
    
    The CLI now injects dynamic <reminder> tags with SQL table state into user
    messages. These tags vary based on runtime state and should not affect
    snapshot matching.
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    SteveSandersonMS and Copilot authored Feb 17, 2026
    Configuration menu
    Copy the full SHA
    6003273 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2026

  1. Configuration menu
    Copy the full SHA
    2f2bcf7 View commit details
    Browse the repository at this point in the history
Loading