feat(cli): add cursor, pi, and t3code marketplace images - #3455
Open
AhmedTMM wants to merge 1 commit into
Open
Conversation
All ten agents now have vendor-portal listings and app IDs in MARKETPLACE_APP_IDS, so the remaining three can use pre-built images. The unmapped-agent test switches to a name that is actually unmapped, since cursor is now in the map. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
AhmedTMM
force-pushed
the
fix/do-marketplace-image-fallback
branch
from
July 31, 2026 21:53
9b907ee to
7022bbe
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.
Follow-up to #3453. Adds the three agents that were missing from the marketplace image map.
cursor,pi, andt3codehad no vendor-portal listing, so the nightlypacker-snapshotsjob built and region-transferred their snapshots but skipped submission:Listings now exist for all three and their app IDs are in
MARKETPLACE_APP_IDS. Verified by targeted workflow runs — each reaches the vendor API and returns400 App already pending review, the expected response while a listing is in review: cursor, pi, t3code.What changed
MARKETPLACE_IMAGES— three entriessh/digitalocean/README.md— three table rows, and the sentence naming these agents as unmapped is no longer truedo-marketplace.test.ts— the unmapped-agent test usedcursor, which is now mapped, so it asserts on a name that is actually unmappedHow I verified
bun test— 2283 pass, 0 failbiome check/lint— cleanMerge timing
All ten listings are in DigitalOcean's review queue. Until review clears, these three slugs do not resolve, and droplet creation fails with no fallback — so this should land after approval, not before.
🤖 Generated with Claude Code