Add plugin entry: copilot - #95
Open
balazstasi wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What the plugin does
Adds Copilot (
entries/copilot.json): runs GitHub Copilot CLI as a bb agent provider. The Copilot CLI natively speaks ACP, so the plugin ships no bridge — it provisions a managedcustomAcpAgentsentry registering provideracp-copilot.Source release
v0.1.0(commit7594326), entry range^0.1.0, no subdirectory, no tag prefixbb-plugin-copilot→copilot; matches the entry idPlugin checks that succeeded
npm installclean (0 vulnerabilities),tsc --noEmit,vitest run5/5bb plugin buildagainst the packaged bb CLI producesdist/server.js+dist/app.jsMarketplace checks that succeeded
npm ci --ignore-scripts,npm run buildandnpm run check(liveness) — built manifest includes the new entry (64 entries)schema/marketplace.schema.json: exact required fields only, tags match the pattern, icon vendored aticons/copilot-7133b161.svg(sha256 prefix 7133b161, ~1.7 KB SVG)Security / permission notes for reviewers
customAcpAgentsentry in the user's bbconfig.json; it merges managed fields over existing keys, preserves unknown user keys, and writes atomically.copilot --versionto probe PATH; it never reads or writes Copilot credentials.