Skip to content

Commit 9c28ce6

Browse files
committed
released, then
1 parent 969bca8 commit 9c28ce6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/compass-preferences-model/src/feature-flags.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export type FeatureFlags = {
2828
showIndexesGuidanceVariant: boolean;
2929
enableContextMenus: boolean;
3030
enableSearchActivationProgramP1: boolean;
31+
enableUnauthenticatedGenAI: boolean;
3132
};
3233

3334
export const featureFlags: Required<{
@@ -150,6 +151,13 @@ export const featureFlags: Required<{
150151
},
151152
},
152153

154+
enableUnauthenticatedGenAI: {
155+
stage: 'released',
156+
description: {
157+
short: 'Enable GenAI for unauthenticated users',
158+
},
159+
},
160+
153161
/**
154162
* Feature flag for CLOUDP-308952.
155163
*/

0 commit comments

Comments
 (0)