From fcbee779028b72b8bbfccaa4fa3397c3904678f6 Mon Sep 17 00:00:00 2001 From: MaheshtheDev <38828053+MaheshtheDev@users.noreply.github.com> Date: Mon, 27 Apr 2026 00:02:22 +0000 Subject: [PATCH] fix: search supermemory shortcut Error found issue (#888) --- packages/lib/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lib/constants.ts b/packages/lib/constants.ts index 43fd56a36..f980a2e14 100644 --- a/packages/lib/constants.ts +++ b/packages/lib/constants.ts @@ -1,7 +1,7 @@ const BIG_DIMENSIONS_NEW = 1536 const DEFAULT_PROJECT_ID = "sm_project_default" const SEARCH_MEMORY_SHORTCUT_URL = - "https://www.icloud.com/shortcuts/f2b5c544372844a38ab4c6900e2a88de" + "https://www.icloud.com/shortcuts/b0a132cc3c0d475196bc7014aa702a5c" const ADD_MEMORY_SHORTCUT_URL = "https://www.icloud.com/shortcuts/0fd3e855be444845b457f94c78c2c8d9" const RAYCAST_EXTENSION_URL = "https://www.raycast.com/supermemory/supermemory"