Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
jchuerva
/
copilot-sdk
Public
forked from
github/copilot-sdk
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
python-3.11
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 27, 2026
fix: gofmt Go generated files and fix Python test for fork PRs
Show description for f2be295
patniko
and
Copilot
committed
f2be295
View commit details
Copy full SHA for f2be295
Browse repository at this point
Commits on Feb 26, 2026
Fix formatting
brettcannon
committed
d5ece15
View commit details
Copy full SHA for d5ece15
Browse repository at this point
Regenerate codegen files
Show description for db4c943
brettcannon
and
Copilot
committed
db4c943
View commit details
Copy full SHA for db4c943
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into python-3.11
Show description for 78a8dff
brettcannon
committed
78a8dff
View commit details
Copy full SHA for 78a8dff
Browse repository at this point
docs: add missing context package in sample code (#566)
Show description for 21a586d
feici02
authored
21a586d
View commit details
Copy full SHA for 21a586d
Browse repository at this point
Python: remove hardcoded 30s default timeout from JsonRpcClient.request() (#592)
Show description for 20e5ce0
SteveSandersonMS
and
Copilot
authored
20e5ce0
View commit details
Copy full SHA for 20e5ce0
Browse repository at this point
Commits on Feb 25, 2026
Update Python version matrix to only include 3.11 for compatibility testing
brettcannon
committed
8822125
View commit details
Copy full SHA for 8822125
Browse repository at this point
Update python/copilot/generated` via codegen instead of by pyupgrade
brettcannon
committed
0734362
View commit details
Copy full SHA for 0734362
Browse repository at this point
Consolidate schedule for Dependabot updates (#582)
SteveSandersonMS
authored
f9144f1
View commit details
Copy full SHA for f9144f1
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into python-3.11
Show description for d197d4a
brettcannon
committed
d197d4a
View commit details
Copy full SHA for d197d4a
Browse repository at this point
Bump Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0 (#579)
Show description for 41c1068
dependabot[bot]
authored
41c1068
View commit details
Copy full SHA for 41c1068
Browse repository at this point
Add permission checks for SDK-registered custom tools (#555)
Show description for 388f2f3
SteveSandersonMS
and
Copilot
authored
388f2f3
View commit details
Copy full SHA for 388f2f3
Browse repository at this point
Add SDK support for agent selection and session compaction APIs (#544)
SteveSandersonMS
authored
9d998fb
View commit details
Copy full SHA for 9d998fb
Browse repository at this point
Commits on Feb 24, 2026
Address review comments
brettcannon
committed
fc2ed11
View commit details
Copy full SHA for fc2ed11
Browse repository at this point
More modernization
brettcannon
committed
3395392
View commit details
Copy full SHA for 3395392
Browse repository at this point
Run pyupgrade
brettcannon
committed
1935c4b
View commit details
Copy full SHA for 1935c4b
Browse repository at this point
Set Python 3.11 as the minimum version
brettcannon
committed
da237c3
View commit details
Copy full SHA for da237c3
Browse repository at this point
docs: fix inaccuracies in skills.md (#556)
Show description for bce4de0
patniko
and
Copilot
authored
bce4de0
View commit details
Copy full SHA for bce4de0
Browse repository at this point
Require permission handler on session creation (#554)
Show description for 279f6c4
SteveSandersonMS
and
Copilot
authored
279f6c4
View commit details
Copy full SHA for 279f6c4
Browse repository at this point
Commits on Feb 23, 2026
[dotnet] Fix SendAndWaitAsync to throw OperationCanceledException on external cancellation (#543)
Copilot
authored
f0909a7
View commit details
Copy full SHA for f0909a7
Browse repository at this point
chore(nodejs): bump @github/copilot from ^0.0.411 to ^0.0.414 (#542)
Show description for 5a9b475
SteveSandersonMS
and
Copilot
authored
5a9b475
View commit details
Copy full SHA for 5a9b475
Browse repository at this point
fix: correct 'GithubToken' casing to 'GitHubToken' in .NET and Go (#541)
SteveSandersonMS
authored
99c7c52
View commit details
Copy full SHA for 99c7c52
Browse repository at this point
Document Microsoft Foundry Local setup and usage (#461)
Show description for 0e6561d
leestott
and
Copilot
authored
0e6561d
View commit details
Copy full SHA for 0e6561d
Browse repository at this point
fix: replace execSync with execFileSync in docs validation (#505)
Show description for eaf06cd
krukow
and
Copilot
authored
eaf06cd
View commit details
Copy full SHA for eaf06cd
Browse repository at this point
Fix timeout issue when downloading the exe file (#533)
MikeAlhayek
authored
dea514d
View commit details
Copy full SHA for dea514d
Browse repository at this point
Commits on Feb 20, 2026
Bump manylinux tag to glibc 2.28 for Node 24.11 (#428)
Show description for c4b3b36
brettcannon
and
Copilot
authored
c4b3b36
View commit details
Copy full SHA for c4b3b36
Browse repository at this point
fix(python): clean up setuptools usage and drop redundant/unnecessary lock files (#449)
Show description for c884332
brettcannon
authored
c884332
View commit details
Copy full SHA for c884332
Browse repository at this point
python: migrate to PEP 639 license-files (#456)
Show description for 93a3f71
brettcannon
authored
93a3f71
View commit details
Copy full SHA for 93a3f71
Browse repository at this point
Commits on Feb 19, 2026
Add E2E scenario tests/examples for all SDK languages (#512)
Show description for c263dfc
patniko
and
Copilot
authored
c263dfc
View commit details
Copy full SHA for c263dfc
Browse repository at this point
Fix flaky abort test: approve permissions to avoid race with deny-by-default
Show description for 886e5aa
SteveSandersonMS
and
Copilot
committed
886e5aa
View commit details
Copy full SHA for 886e5aa
Browse repository at this point
If running under bun, fall back on finding `node` from path
SteveSandersonMS
committed
970db18
View commit details
Copy full SHA for 970db18
Browse repository at this point
feat: add clientName to SessionConfig across all SDKs (#510)
Show description for 397ef66
devm33
and
Copilot
authored
397ef66
View commit details
Copy full SHA for 397ef66
Browse repository at this point
Commits on Feb 18, 2026
Breaking change: deny all permissions by default (#509)
SteveSandersonMS
authored
3e2d2b2
View commit details
Copy full SHA for 3e2d2b2
Browse repository at this point
docs: Add Azure Managed Identity guide for BYOK (#498)
Show description for 19d8cea
tonybaloney
and
Copilot
authored
19d8cea
View commit details
Copy full SHA for 19d8cea
Browse repository at this point
Fix formatting and update SDK table in README
krukow
authored
8a9f992
View commit details
Copy full SHA for 8a9f992
Browse repository at this point
Previous
Next
You can’t perform that action at this time.