Conversation
It has been migrated to awesome-copilot
There was a problem hiding this comment.
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` | |
There was a problem hiding this comment.
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