Skip to content

Add Exa to marketplace vetted applications - #24763

Merged
martmull merged 1 commit into
mainfrom
claude/catalog-sync-vetted-reset-02cq4g
Aug 25, 2026
Merged

Add Exa to marketplace vetted applications#24763
martmull merged 1 commit into
mainfrom
claude/catalog-sync-vetted-reset-02cq4g

Conversation

@martmull

@martmull martmull commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Adds Exa (2b7f4a2e-9c4b-4a11-b63c-2e5e7d3f5a9a) to MARKETPLACE_VETTED_APPLICATIONS at position 4, so it is marked as vetted by the marketplace catalog sync.

@martmull
martmull force-pushed the claude/catalog-sync-vetted-reset-02cq4g branch from 8b32117 to 9cc3a28 Compare August 25, 2026 14:05
@martmull martmull changed the title Preserve manually set isVetted flag across marketplace catalog syncs Add Exa to marketplace vetted applications Aug 25, 2026

@Weiko Weiko left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@martmull
martmull marked this pull request as ready for review August 25, 2026 14:12
@martmull
martmull enabled auto-merge August 25, 2026 14:12
@twenty-ci-bot-public

Copy link
Copy Markdown

🔍 Automated Pre-Review

No issues detected - This PR is ready for human review.


View details

Automated pre-review — human approval still required.

@greptile-apps

greptile-apps Bot commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR adds Exa to the static marketplace vetting configuration so catalog synchronization marks it as vetted.

  • Adds Exa's matching universal application identifier.
  • Assigns the new entry position 4, although the catalog pipeline currently ignores configured positions.

Confidence Score: 4/5

The Exa vetting change needs its ordering path fixed before merging if position 4 is part of the intended marketplace behavior.

Exa will correctly become vetted, but the synchronization path discards the newly configured position and marketplace queries do not restore that ordering.

Files Needing Attention: packages/twenty-server/src/engine/core-modules/application/application-marketplace/constants/marketplace-vetted-applications.constant.ts

Important Files Changed

Filename Overview
packages/twenty-server/src/engine/core-modules/application/application-marketplace/constants/marketplace-vetted-applications.constant.ts Adds the correct Exa identifier to the vetted list, but its declared position is not honored by downstream consumers.

Reviews (1): Last reviewed commit: "Add Exa to marketplace vetted applicatio..." | Re-trigger Greptile

},
{
universalIdentifier: '2b7f4a2e-9c4b-4a11-b63c-2e5e7d3f5a9a',
position: 4,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Configured position is discarded

When the catalog synchronizes Exa, the vetting path reduces this configuration to a set of universal identifiers and marketplace queries never apply position, causing Exa's catalog placement to depend on cache iteration order instead of the configured position 4.

@martmull
martmull added this pull request to the merge queue Aug 25, 2026
Merged via the queue into main with commit 3676188 Aug 25, 2026
138 checks passed
@martmull
martmull deleted the claude/catalog-sync-vetted-reset-02cq4g branch August 25, 2026 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants