Skip to content

Add third party alert

Serhii Yarynovskyi requested to merge 414965-code-suggestion-3-party-alert into master

What does this MR do and why?

The Code Suggestions feature recently changed its default from first-party to third-party powered (Google Codey model). Users who originally enabled the feature did so assuming it was first-party powered and need to be made aware of the switch from a legal perspective now that the feature will be leveraging a third party to provide code suggestions on users' proprietary code.

Screenshots or screen recordings

Latest alert copy changes Screenshot_2023-06-12_at_3.07.05_PM
root page Screenshot_2023-06-12_at_15.32.47
group page Screenshot_2023-06-12_at_15.32.28
project page Screenshot_2023-06-12_at_15.32.40

How to set up and validate locally

bin/rails c

Feature.enable(:ai_assist_ui)
Feature.enable(:ai_assist_flag)
Feature.enable(:code_suggestions_third_party_alert)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #414965

Edited by Roy Liu

Merge request reports