-
Notifications
You must be signed in to change notification settings - Fork 933
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: github/copilot-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.25
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 56 files changed
- 3 contributors
Commits on Feb 17, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 3c5368a - Browse repository at this point
Copy the full SHA 3c5368aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e22d235 - Browse repository at this point
Copy the full SHA e22d235View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed51ab8 - Browse repository at this point
Copy the full SHA ed51ab8View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for df23ff4 - Browse repository at this point
Copy the full SHA df23ff4View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6003273 - Browse repository at this point
Copy the full SHA 6003273View commit details
Commits on Feb 18, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 2f2bcf7 - Browse repository at this point
Copy the full SHA 2f2bcf7View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.1.24...v0.1.25