From 4186c4c64c68892248ce8671d9b8e67fc7f884a0 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Mon, 9 Feb 2026 00:09:10 +0000 Subject: feat(ai): Support restricting AI tags to a subset of existing tags (#2444) * feat(ai): Support restricting AI tags to a subset of existing tags Co-authored-by: Claude --- apps/web/lib/userSettings.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/web/lib/userSettings.tsx') diff --git a/apps/web/lib/userSettings.tsx b/apps/web/lib/userSettings.tsx index 41f94cf4..105e258e 100644 --- a/apps/web/lib/userSettings.tsx +++ b/apps/web/lib/userSettings.tsx @@ -19,6 +19,7 @@ export const UserSettingsContext = createContext({ autoTaggingEnabled: null, autoSummarizationEnabled: null, tagStyle: "as-generated", + curatedTagIds: null, inferredTagLang: null, }); -- cgit v1.2.3-70-g09d2