docs: explain native plugin activation - #178
Open
mishamilovidov wants to merge 7 commits into
Open
mishamilovidov wants to merge 7 commits into
mishamilovidov wants to merge 7 commits into
Conversation
|
@mishamilovidov is attempting to deploy a commit to the Sentry Team on Vercel. A member of the Team first needs to authorize it. |
mishamilovidov
force-pushed
the
milovido-adobe-document-plugin-activation
branch
from
August 24, 2026 23:22
4580910 to
452a8a8
Compare
Separate Dotagents runtime generation from native client plugin installation across every supported agent. Add project, global, update, removal, Cursor, and doctor guidance for getsentry#176.
mishamilovidov
force-pushed
the
milovido-adobe-document-plugin-activation
branch
from
August 24, 2026 23:28
452a8a8 to
bb2adb6
Compare
mishamilovidov
marked this pull request as ready for review
August 24, 2026 23:44
This was referenced Aug 24, 2026
…ath fix # Conflicts: # README.md # docs/public/llms.txt # docs/src/content/docs/cli.mdx
Verified via 'copilot help environment' and direct testing (registering a marketplace and installing a plugin under a custom COPILOT_HOME left the default home's plugin state untouched) that COPILOT_HOME scopes the Copilot CLI's own configuration and state, including native plugin and marketplace registrations, not only global skills and MCP paths.
This branch has not been deployed
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
Document native plugin activation for every supported agent target on
main, now merged through the 3.1.0 release and upstream PR #185 (5d6ac5c).Changes
claude,cursor,codex,copilot,vscode,grok,opencode,pi.DOTAGENTS_HOMEpaths and the default~/.agentsroot.dotagents doctorlimitation for every marketplace-based agent.main(through #166, #182, #185, and the 3.1.0 release) to resolve conflicts, correcting a Copilot native plugin state claim in the guide to match verifiedCOPILOT_HOMECLI behavior, keeping the PR diff scoped to the four documentation files.Testing
pnpm check(oxlint, ast-grep, typecheck, and 1137 tests acrossdotagentsanddotagents-lib) passes onbefa08e.pnpm --dir docs build(Astro check and build) passes with 0 errors, 0 warnings, onbefa08e.git diff --checkand a conflict-marker scan report no whitespace, conflict-marker, or merge-artifact issues.COPILOT_HOMEclaim directly againstcopilot help environmentand native CLI behavior (a marketplace add plus plugin install under a customCOPILOT_HOMEleft the default home's plugin state untouched).dotagents doctorlimitation appear in all four documentation surfaces; confirmed Codex examples still use@dotagents-localthroughout (see Notes).Related Issues
Notes
@dotagents-local. #177 (the marketplace-name rename) is still open and unmerged, so this PR intentionally merges and lands before #177. Codex examples switch to@dotagentsonly after #177 lands.