feat: add Code References to project integrations page#6974
feat: add Code References to project integrations page#6974talissoncosta wants to merge 2 commits intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Add Code References as an external integration entry on the Integrations page, linking to the documentation. This increases visibility of the feature which was previously only discoverable via docs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
46da101 to
6bf8c82
Compare
|
Code review is billed via overage credits. To resume reviews, an organization admin can raise the monthly limit in Settings → Usage. Once credits are available, reopen this pull request to trigger a review. |
Docker builds report
|
Playwright Test Results (oss - depot-ubuntu-latest-16)Details
Playwright Test Results (oss - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (oss - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (oss - depot-ubuntu-latest-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-arm-16)Details
|
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
| }, | ||
| 'code-references': { | ||
| 'description': | ||
| 'Integrate with Code References to track feature flag usage in your codebase, and unlock new functionality in Flagsmith', |
There was a problem hiding this comment.
| 'Integrate with Code References to track feature flag usage in your codebase, and unlock new functionality in Flagsmith', | |
| 'Integrate with Code References to track feature flag usage in your codebase, and unlock new functionality in Flagsmith.', |
Missing period.
Except for this point, all of @kyle-ssg thoughts resonate with mine. Code References was built to be provider-agnostic, and does not depend on the GitHub integration. Note Our hackathon project Cleanup combines Code References to the GitHub integration by creating a prompt containing code references and filing a GitHub issue. In order to set up Code References, as described in the documentation, the only user action necessary as of now is to set up a GHA workflow in each repository. In the future, I'd love to improve the UX by allowing to install Code References organisation wide, instead of per-repository, via button clicks or IaC instead of GHA scripting. While in the present, the question remains: where in our UI can we encourage users to go through the necessary GHA setup and try Code References, and how can it be both friendly and effective? |
|
Ah I didn't realise that, my mistake. Ok I think as for now both of the following points are achievable and provide a less tedious flow to get started
|
|
@kyle-ssg I like both ideas. Now for the scope of this PR:
|


docs/if required so people know about the feature.Changes
Closes #6915
Adds "Code References" as an external integration on the project Integrations page, following the same pattern as Backstage (external link to docs, no in-app configuration).
common/stores/default-flags.ts— newcode-referencesentry withexternal: trueweb/static/images/integrations/code-references.svg— code brackets iconDeployment note
The integration list is controlled by the
integration_dataremote config flag in Flagsmith. Thedefault-flags.tschange covers self-hosted instances, but for SaaS environments the flag value must also be updated:code-referencesentry added to theintegration_dataremote config value before mergingScreenshots
How did you test this code?