aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorMaheshtheDev <[email protected]>2025-10-02 16:22:56 +0000
committerMaheshtheDev <[email protected]>2025-10-02 16:22:56 +0000
commit163c9daca7b849644dd5eaa6a8fa71d11183a12e (patch)
treedf00ddff56a558402fd150c4fa7c12167616920a /packages
parentfix: Migration guides (diff)
downloadsupermemory-163c9daca7b849644dd5eaa6a8fa71d11183a12e.tar.xz
supermemory-163c9daca7b849644dd5eaa6a8fa71d11183a12e.zip
feat(raycast-extension): initial version of supermemory extension for raycast (#440)09-24-feat_raycast-extension_initial_version_of_supermemory_extension_for_raycast
feat(raycast-extension): initial version of supermemory extension for raycast chore: update the metadata and ui for app to get api key ![supermemory-1.png](https://app.graphite.dev/user-attachments/assets/631a865e-8d7b-43df-8753-480f6b80a6d8.png) ![supermemory-2.png](https://app.graphite.dev/user-attachments/assets/956fff54-5447-4feb-a88b-8b465d4cda68.png)
Diffstat (limited to 'packages')
-rw-r--r--packages/lib/constants.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/lib/constants.ts b/packages/lib/constants.ts
index 967beb19..bdeb9160 100644
--- a/packages/lib/constants.ts
+++ b/packages/lib/constants.ts
@@ -4,10 +4,12 @@ const SEARCH_MEMORY_SHORTCUT_URL =
"https://www.icloud.com/shortcuts/f2b5c544372844a38ab4c6900e2a88de"
const ADD_MEMORY_SHORTCUT_URL =
"https://www.icloud.com/shortcuts/0fd3e855be444845b457f94c78c2c8d9"
+const RAYCAST_EXTENSION_URL = "https://www.raycast.com/supermemory/supermemory"
export {
BIG_DIMENSIONS_NEW,
DEFAULT_PROJECT_ID,
SEARCH_MEMORY_SHORTCUT_URL,
ADD_MEMORY_SHORTCUT_URL,
+ RAYCAST_EXTENSION_URL,
}