Skip to content

fix!: align generated marketplace names - #177

Draft
mishamilovidov wants to merge 7 commits into
getsentry:mainfrom
mishamilovidov:milovido-adobe-align-marketplace-names
Draft

mishamilovidov wants to merge 7 commits into
getsentry:mainfrom
mishamilovidov:milovido-adobe-align-marketplace-names

Conversation

@mishamilovidov

@mishamilovidov mishamilovidov commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Summary

Use one generated marketplace name across supported clients and document the Codex native migration.

Changes

  • Set dotagents as the shared name for generated Claude Code, GitHub Copilot, Cursor, and Codex marketplaces.
  • Add project and global Codex registration, availability, installation, and enablement proof.
  • Update docs, QA references, and release notes for <name>@dotagents and the required Codex migration.
  • Merge upstream 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-argument pathMarketplace signature.

Testing

  • pnpm check in a rebuilt non-root Docker QA image (1,137 tests: 295 in dotagents-lib, 842 in dotagents; lint and typecheck also passed).
  • pnpm --dir docs build in the same isolated image (astro check: 0 errors, 0 warnings, 0 hints; astro build succeeded).
  • pnpm qa:example in the same isolated image (install-files and sync-repair tasks: ok).
  • pnpm qa:plugins in 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 as 60254b3, and #182 merged as de189d6. This branch first merged all three as 9d00ab7, then landed the Copilot pathMarketplace call-site correction as its own signed commit 11890fd, and merged upstream main again (the 3.1.0 release) as 7b8a04b. That merge keeps this branch's Unreleased breaking-change migration notes ahead of the 3.1.0 changelog entry and preserves the Codex env_http_headers fix from #173. main has since advanced with #185 (nested Pi plugin skill discovery); this branch merged it as 9fe1836.

Merge last, after #178. After that PR merges, rebase or merge the latest main again if it has moved, and confirm the shared marketplace name and activation docs still line up.

Remaining merge order: #178#177.

@vercel

vercel Bot commented Aug 24, 2026

Copy link
Copy Markdown

@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
mishamilovidov force-pushed the milovido-adobe-align-marketplace-names branch from a4dd636 to 088ac8e Compare August 24, 2026 23:22
@mishamilovidov mishamilovidov changed the title fix: align generated marketplace names fix!: align generated marketplace names Aug 24, 2026
Incorporate the Codex HTTP header fix from getsentry#173 while preserving the marketplace naming migration.
@mishamilovidov
mishamilovidov force-pushed the milovido-adobe-align-marketplace-names branch from df7a55b to dd0cd36 Compare September 8, 2026 23:00
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

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use dotagents for all generated marketplaces

1 participant