Setup Copilot
Version updated for https://github.com/github/copilot-sdk to version v0.1.12.
- This action is used across all versions by 0 repositories.
Action Type
This is a composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The GitHub Copilot CLI SDKs provide language-specific SDKs (e.g., Node.js, Python, Go, .NET) for programmatic access to the GitHub Copilot CLI. These SDKs automate interactions with the Copilot CLI by enabling seamless integration via JSON-RPC, managing the CLI process lifecycle, and simplifying the development of applications that leverage Copilot’s capabilities. This tool streamlines workflows by providing developers with an efficient way to interact with the Copilot CLI programmatically.
Release notes
What’s Changed
- Fix ERR_MODULE_NOT_FOUND by codegen sdkProtocolVersion.ts by @Copilot in https://github.com/github/copilot-sdk/pull/10
Full Changelog: https://github.com/github/copilot-sdk/compare/v0.1.11...v0.1.12