fix!: align generated marketplace names - #177
Draft
mishamilovidov wants to merge 7 commits into
Draft
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. |
Use one generated marketplace identity across supported clients and cover Codex registration in project and global scopes. Document the native migration required by getsentry#175. The original Codex adapter introduced the divergent name in getsentry#113.
mishamilovidov
force-pushed
the
milovido-adobe-align-marketplace-names
branch
from
August 24, 2026 23:22
a4dd636 to
088ac8e
Compare
This was referenced Aug 24, 2026
Incorporate the Codex HTTP header fix from getsentry#173 while preserving the marketplace naming migration.
mishamilovidov
force-pushed
the
milovido-adobe-align-marketplace-names
branch
from
September 8, 2026 23:00
df7a55b to
dd0cd36
Compare
Reconcile the marketplace-name migration with Copilot plugin support (getsentry#166) and project-path containment (getsentry#182). The Copilot marketplace generation call site is corrected to match the two-argument pathMarketplace signature after the merge.
The Copilot marketplace generation call site retained a stale 3-argument form from an earlier merge with main; pathMarketplace only takes (projectRoot, plugins) now that the marketplace name is sourced from the shared GENERATED_MARKETPLACE_NAME constant. Drop the redundant "dotagents" argument so this matches the Claude and Cursor call sites.
Reconcile the marketplace-name migration with the 3.1.0 release. Keep the Unreleased breaking-change migration notes ahead of the 3.1.0 changelog entry since this PR has not shipped yet.
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
Use one generated marketplace name across supported clients and document the Codex native migration.
Changes
dotagentsas the shared name for generated Claude Code, GitHub Copilot, Cursor, and Codex marketplaces.<name>@dotagentsand the required Codex migration.main(through #166, #182, the 3.1.0 release, and now #185) and correct the Copilot marketplace generation call site so it matches the shared two-argumentpathMarketplacesignature.Testing
pnpm checkin a rebuilt non-root Docker QA image (1,137 tests: 295 indotagents-lib, 842 indotagents; lint and typecheck also passed).pnpm --dir docs buildin the same isolated image (astro check: 0 errors, 0 warnings, 0 hints;astro buildsucceeded).pnpm qa:examplein the same isolated image (install-files and sync-repair tasks: ok).pnpm qa:pluginsin the same isolated image, with Claude Code 2.1.267, GitHub Copilot CLI 1.0.83, and Codex CLI 0.154.0 project and global lifecycles (Claude marketplace add + plugin install, Copilot marketplace add, Codex plugin-clients flow: ok).Related Issues
Notes
#173 merged as
517964b. #166 merged as60254b3, and #182 merged asde189d6. This branch first merged all three as9d00ab7, then landed the CopilotpathMarketplacecall-site correction as its own signed commit11890fd, and merged upstreammainagain (the 3.1.0 release) as7b8a04b. That merge keeps this branch's Unreleased breaking-change migration notes ahead of the 3.1.0 changelog entry and preserves the Codexenv_http_headersfix from #173.mainhas since advanced with #185 (nested Pi plugin skill discovery); this branch merged it as9fe1836.Merge last, after #178. After that PR merges, rebase or merge the latest
mainagain if it has moved, and confirm the shared marketplace name and activation docs still line up.Remaining merge order: #178 → #177.