Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 23, 2026

Corrects the package name in the GitHub Copilot SDK configuration section. The package is published under @github/copilot-sdk, not @anthropic-ai/github-copilot-sdk.

Changes:

  • Updated npm install command to use @github/copilot-sdk
  • Updated import statement to use @github/copilot-sdk

Before:

npm install @anthropic-ai/github-copilot-sdk
import { CopilotClient, SessionEventType } from '@anthropic-ai/github-copilot-sdk';

After:

npm install @github/copilot-sdk
import { CopilotClient, SessionEventType } from '@github/copilot-sdk';

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

kvenkatrajan and others added 3 commits January 23, 2026 11:56
- Add new 'GitHub Copilot SDK Configuration' section to README
- Include collapsible 'GitHub Copilot SDK snippets' with examples for:
  - Python (github-copilot-sdk)
  - Node.js/TypeScript (@anthropic-ai/github-copilot-sdk)
  - Go (github.com/github/copilot-sdk-go)
  - .NET (GitHub.Copilot.SDK)
- Document MCP server session configuration for Azure MCP integration
- Add prerequisites and key configuration insights
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: kvenkatrajan <102772054+kvenkatrajan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update Copilot SDK section to reflect new package name feedback docs: Update Copilot SDK package name from @anthropic-ai to @github Jan 23, 2026
Copilot AI requested a review from kvenkatrajan January 23, 2026 22:10
Base automatically changed from feature/add-copilot-sdk-snippets to main January 23, 2026 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Untriaged

Development

Successfully merging this pull request may close these issues.

2 participants