aboutsummaryrefslogtreecommitdiff
path: root/apps/browser-extension/utils/constants.ts
diff options
context:
space:
mode:
authorMahesh Sanikommmu <[email protected]>2025-10-19 16:37:42 -0700
committerMahesh Sanikommmu <[email protected]>2025-10-19 16:37:42 -0700
commit73c54ff2e4fedfdaeb18a46d767fc877256e92f2 (patch)
tree082e5e31f1abc4a0080ee847e9f2dfda4201bba6 /apps/browser-extension/utils/constants.ts
parentchore(browser-extension): t3 chat search memories (diff)
downloadsupermemory-73c54ff2e4fedfdaeb18a46d767fc877256e92f2.tar.xz
supermemory-73c54ff2e4fedfdaeb18a46d767fc877256e92f2.zip
feat: auto capture disabled by default
Diffstat (limited to 'apps/browser-extension/utils/constants.ts')
-rw-r--r--apps/browser-extension/utils/constants.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/browser-extension/utils/constants.ts b/apps/browser-extension/utils/constants.ts
index d459a0f0..16baaabd 100644
--- a/apps/browser-extension/utils/constants.ts
+++ b/apps/browser-extension/utils/constants.ts
@@ -22,6 +22,7 @@ export const STORAGE_KEYS = {
TWITTER_AUTH_TOKEN: "twitter-auth-token",
DEFAULT_PROJECT: "sm-default-project",
AUTO_SEARCH_ENABLED: "sm-auto-search-enabled",
+ AUTO_CAPTURE_PROMPTS_ENABLED: "sm-auto-capture-prompts-enabled",
} as const
/**