-
Notifications
You must be signed in to change notification settings - Fork 3.7k
docs: add Copilot CLI community provider page #11825
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
base: main
Are you sure you want to change the base?
docs: add Copilot CLI community provider page #11825
Conversation
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 adds community provider documentation for the Copilot CLI provider, which enables developers to use GitHub Copilot models through the AI SDK via the official @github/copilot-sdk.
Changes:
- Added comprehensive documentation for the ai-sdk-provider-copilot community provider
- Includes setup instructions, usage examples, and feature descriptions
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@gr2m github actions are not working somehow |
…luding architecture, available providers, and model capabilities.
… models, tools, and advanced features.
Summary
Adds a community provider documentation page for ai-sdk-provider-copilot, which enables using GitHub Copilot models through the official @github/copilot-sdk.
Changes
content/providers/03-community-providers/45-copilot-cli.mdxProvider Features
generateText()andstreamText()supportgenerateObject()(no native JSON mode)Note
This provider requires the Copilot CLI to be running locally and will not work in serverless environments (Vercel, AWS Lambda, etc.) because the Copilot SDK spawns a local CLI process.
Related