Remove Writefull.enabled (#31476)

* feat: migrate from aiErrorAssist naming for disabling AI features to aiFeatures.enabled to avoid confusion

feat: keep aiErrorAssistant as setting on user object until migration is run

* feat: migrate writefull.enabled unset to instead use promotionSet false

* feat: remove wf.enabled in favor for aiFeatures.enabled for display, and writefull.promotionSet for determining if we should autoload or autocreate

GitOrigin-RevId: 2b7a5b8a430a804f6c9804cc926cb5c057e34df5
This commit is contained in:
Jimmy Domagala-Tang
2026-02-20 09:06:08 +00:00
committed by Copybot
parent 48a5de31e1
commit 8e5c207f6b
7 changed files with 17 additions and 50 deletions
+2 -2
View File
@@ -38,8 +38,8 @@ async function createUser(email) {
// Override features.
features,
featuresOverrides: [{ features }],
// disable Writefull
'writefull.enabled': false,
// disable AI features
'aiFeatures.enabled': false,
},
}
)