We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4745d51 commit 850bd7eCopy full SHA for 850bd7e
1 file changed
apps/sim/lib/core/config/feature-flags.ts
@@ -68,7 +68,10 @@ const FEATURE_FLAGS = {
68
},
69
'mothership-beta': {
70
description:
71
- 'Mothership beta plan/changelog artifact surfaces in the copilot VFS and doc compiler',
+ 'Mothership beta plan/changelog artifact surfaces in the copilot VFS and doc compiler. ' +
72
+ 'Note: userId/orgId targeting only works for WorkspaceVfs (resolved in materialize). ' +
73
+ 'getE2BDocFormat, resolveInputFiles, and resolveWorkflowAliasForWorkspace evaluate without ' +
74
+ 'user context — use enabled:true for global rollout rather than per-user targeting.',
75
fallback: 'MOTHERSHIP_BETA_FEATURES',
76
77
} satisfies Record<string, FeatureFlagDefinition>
0 commit comments