Skip to content

Conversation

@aaronpowell
Copy link
Contributor

It has been migrated to awesome-copilot

It has been migrated to awesome-copilot
@aaronpowell aaronpowell requested a review from a team as a code owner February 2, 2026 03:56
Copilot AI review requested due to automatic review settings February 2, 2026 03:56
Copy link
Contributor

Copilot AI left a 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.

Comment on lines +19 to +22
| **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` |
Copy link

Copilot AI Feb 2, 2026

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).

Suggested change
| **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` |

Copilot uses AI. Check for mistakes.
@friggeri
Copy link
Collaborator

friggeri commented Feb 2, 2026

Thank you!

@friggeri friggeri added this pull request to the merge queue Feb 2, 2026
Merged via the queue into github:main with commit 53669cd Feb 2, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants