-
Notifications
You must be signed in to change notification settings - Fork 749
Removing cookbook from sdk repo #316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removing cookbook from sdk repo #316
Conversation
It has been migrated to awesome-copilot
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR removes the cookbook directory from the SDK repository, as it has been migrated to the awesome-copilot repository. The changes comprehensively remove all cookbook-related content and update references to point to the new location.
Changes:
- Removed all cookbook documentation and example files across all four languages (Python, Node.js, Go, .NET)
- Updated README.md to point to cookbook content in the awesome-copilot repository
- Removed cookbook-related dependency management from dependabot.yaml
Reviewed changes
Copilot reviewed 53 out of 55 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| cookbook/* (all files) | Complete removal of cookbook directory structure for all languages |
| README.md | Updated links in "Available SDKs" table and "Quick Links" to point to awesome-copilot repository |
| .github/dependabot.yaml | Removed npm dependency checking for cookbook/nodejs/recipe directory |
Files not reviewed (1)
- cookbook/nodejs/recipe/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| | **Node.js / TypeScript** | [`cookbook/nodejs/`](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk/nodejs/README.md) | `npm install @github/copilot-sdk` | | ||
| | **Python** | [`cookbook/python/`](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk/python/README.md) | `pip install github-copilot-sdk` | | ||
| | **Go** | [`cookbook/go/`](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk/go/README.md) | `go get github.com/github/copilot-sdk/go` | | ||
| | **.NET** | [`cookbook/dotnet/`](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk/dotnet/README.md) | `dotnet add package GitHub.Copilot.SDK` | |
Copilot
AI
Feb 2, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The "Location" column display text still shows cookbook/nodejs/, cookbook/python/, etc., which is misleading since the cookbook is being removed from this repository. The display text in the table should be updated to reflect that these are now external links to the awesome-copilot repository. Consider changing the display text to something like "Documentation" or "Cookbook" or the actual SDK location in this repo (if separate from cookbook).
| | **Node.js / TypeScript** | [`cookbook/nodejs/`](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk/nodejs/README.md) | `npm install @github/copilot-sdk` | | |
| | **Python** | [`cookbook/python/`](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk/python/README.md) | `pip install github-copilot-sdk` | | |
| | **Go** | [`cookbook/go/`](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk/go/README.md) | `go get github.com/github/copilot-sdk/go` | | |
| | **.NET** | [`cookbook/dotnet/`](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk/dotnet/README.md) | `dotnet add package GitHub.Copilot.SDK` | | |
| | **Node.js / TypeScript** | [Documentation](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk/nodejs/README.md) | `npm install @github/copilot-sdk` | | |
| | **Python** | [Documentation](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk/python/README.md) | `pip install github-copilot-sdk` | | |
| | **Go** | [Documentation](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk/go/README.md) | `go get github.com/github/copilot-sdk/go` | | |
| | **.NET** | [Documentation](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk/dotnet/README.md) | `dotnet add package GitHub.Copilot.SDK` | |
|
Thank you! |
It has been migrated to awesome-copilot