feat(profile): add Copilot profile adapter - #478
Open
christso wants to merge 3 commits into
Open
Conversation
Deploying allagents with
|
| Latest commit: |
bd3bc60
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://fd38b021.allagents.pages.dev |
| Branch Preview URL: | https://feat-460-copilot-profile.allagents.pages.dev |
christso
force-pushed
the
feat/460-opencode-profile
branch
from
September 14, 2026 10:04
d04a5c6 to
c4eccf3
Compare
christso
force-pushed
the
feat/460-copilot-profile
branch
from
September 14, 2026 10:04
180a983 to
c356106
Compare
christso
force-pushed
the
feat/460-opencode-profile
branch
from
September 14, 2026 20:33
c4eccf3 to
7b3ea82
Compare
christso
force-pushed
the
feat/460-copilot-profile
branch
from
September 14, 2026 20:35
c356106 to
d8343d7
Compare
christso
force-pushed
the
feat/460-opencode-profile
branch
from
September 14, 2026 20:43
7b3ea82 to
b324a55
Compare
christso
force-pushed
the
feat/460-copilot-profile
branch
from
September 14, 2026 20:43
219d94e to
bd3bc60
Compare
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.
Summary
COPILOT_HOMEandCOPILOT_CACHE_HOMEroots while preserving project discovery through launcher cwdVerification
bun test— 1691 pass, 6 skipbun run test:e2e— 142 pass, 4 skipbun run typecheckbun run lintbun run buildbun run docs:buildManual E2E
Using the built CLI and real Copilot CLI 1.0.83 in a temporary HOME/workspace:
./dist/index.js profile install copilot-dogfood --dry-run --yesleft the selected profile root absent../dist/index.js profile install copilot-dogfood --yesinstalledcompound-engineering@compound-engineering-pluginonly in the selected profile and left the default Copilot inventory empty.copilot mcp list --jsonthrough the launcher consumed the generatedmcp-config.json;${DOGFOOD_TOKEN}remained unresolved on disk. A live prompt invocation reached the authenticated Copilot service but was blocked by the test account's monthly quota../dist/index.js profile status copilot-dogfoodreported every managed resource unchanged../dist/index.js update --profile copilot-dogfoodreconciled a changed setting and targeted native plugin refresh without modifying either project../dist/index.js profile remove copilot-dogfood --yesremoved the launcher, owned files, native plugin, managed marketplace registration, state, and disposable client root while preserving both projects and the default Copilot inventory.Related: #460