Dhravya Shah
d826faaaeb
Update apps/docs/user-profiles/examples.mdx
...
Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-01-08 18:31:38 -08:00
Dhravya Shah
6b50aaf18a
Update apps/docs/user-profiles/api.mdx
...
Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-01-08 18:30:55 -08:00
MaheshtheDev
68d4d95c1d
feat: allow prompt template for @supermemory/tools package ( #655 )
...
## Add customizable prompt templates for memory injection
**Changes:**
- Add `promptTemplate` option to `withSupermemory()` for full control over injected memory format (XML, custom branding, etc.)
- New `MemoryPromptData` interface with `userMemories` and `generalSearchMemories` fields
- Exclude `system` messages from persistence to avoid storing injected prompts
- Add JSDoc comments to all public interfaces for better DevEx
**Usage:**
```typescript
const customPrompt = (data: MemoryPromptData) => `
<user_memories>
${data.userMemories}
${data.generalSearchMemories}
</user_memories>
`.trim()
const model = withSupermemory(openai("gpt-4"), "user-123", {
promptTemplate: customPrompt,
})
```
2026-01-07 03:48:16 +00:00
MaheshtheDev
bc8a739a03
fix: mcp docs navigation link ( #656 )
2026-01-07 03:39:42 +00:00
MaheshtheDev
6a8c8a5091
feat: delete org consumer ( #654 )
2026-01-06 18:39:04 +00:00
MaheshtheDev
a12852c95d
chore: chatid for posthog ( #650 )
2026-01-04 19:01:50 +00:00
Mahesh Sanikommu
92078c1160
fix: add memory google drive connector ( #647 )
2026-01-04 11:00:47 -08:00
Dhravya Shah
6efac9f4f5
Merge branch 'main' of https://github.com/supermemoryai/supermemory
2026-01-03 18:21:20 -08:00
Dhravya Shah
bc02650451
add vibe coding instructions for setup
2026-01-03 18:20:47 -08:00
MaheshtheDev
1e4de94840
chore: enable google drive connection ( #646 )
2026-01-02 23:38:47 +00:00
Dhravya Shah
668dbdd8b1
intersting
2026-01-02 15:36:20 -08:00
Dhravya Shah
b3906f865c
bun
2026-01-02 15:33:07 -08:00
Dhravya Shah
17b60a7ce0
Merge branch 'main' of https://github.com/supermemoryai/supermemory
2026-01-02 15:31:57 -08:00
Dhravya Shah
72eb74e4dc
lockfile
2026-01-02 15:31:51 -08:00
Dhravya Shah
f7c442e0dc
chore: wrangler jsonc update
2026-01-02 13:28:25 -08:00
MaheshtheDev
0e3ea4eed2
docs: update with MCP 4.0 setup and instructions ( #641 )
2026-01-02 21:20:36 +00:00
Dhravya Shah
13186b2b6b
remake lockfile
2026-01-02 13:07:24 -08:00
Dhravya Shah
d3bb0a8855
fix: added one more file
2026-01-02 13:01:26 -08:00
Dhravya Shah
e37c84e51f
fix: mcp initializes in durable object
2026-01-02 12:59:33 -08:00
MaheshtheDev
da582ccd71
chore(browser-extension): twitter import modal & package dependencies ( #643 )
...
- twitter import for all bookmarks
- fixed chrome extension package dependencies issues with monorepo
2026-01-02 19:41:40 +00:00
MaheshtheDev
cda6e1a93a
chore: update readme and gitignore ( #640 )
2025-12-31 02:41:35 +00:00
MaheshtheDev
7622dc251c
chore: update cursor one click mcp install ( #639 )
2025-12-31 02:09:45 +00:00
Mahesh Sanikommu
7d0fa7d033
fix: prompt injection with mcp ( #638 )
2025-12-30 14:22:35 -08:00
Dhravya Shah
5f41711933
fix
2025-12-30 12:14:18 -08:00
Dhravya Shah
717dfb0775
fix
2025-12-30 12:12:45 -08:00
Dhravya Shah
7d82442681
fix lofkcilfe again
2025-12-30 12:07:31 -08:00
Dhravya Shah
3d95776e98
fix: lockfile
2025-12-30 12:06:17 -08:00
Dhravya Shah
4e422905a3
replace all old mcp references with new
2025-12-30 12:04:30 -08:00
Mahesh Sanikommu
c6792e5100
feat: supermemory MCP 4.0 ( #631 )
2025-12-30 12:03:21 -08:00
MaheshtheDev
04fb67a33e
chore: update the package version of tools ( #637 )
2025-12-30 18:58:04 +00:00
Arnab Mondal
aa5654f084
fix(tools): pass apiKey to profile search instead of using process.env ( #634 )
2025-12-30 10:15:10 -08:00
nexxeln
10d8f92439
fix deduplication in python sdk ( #626 )
...
done in a similar way to the ai sdk
2025-12-29 18:51:43 +00:00
Dhravya Shah
5bef1b2bbc
chore: bump package version
2025-12-28 19:22:28 -08:00
Vidya Rupak
d93ffbb93f
MemoryGraph - revamped ( #627 )
2025-12-29 00:32:26 +05:30
Dhravya Shah
85b97b789d
icon in overview
2025-12-24 11:22:38 -08:00
Dhravya Shah
77f52df0f8
fix: small changes
2025-12-24 11:02:18 -08:00
Prasanna
7e79e227d3
docs: added MemoryBench documentation ( #630 )
2025-12-24 11:01:26 -08:00
Dhravya Shah
1162cbf284
conditional
2025-12-23 19:38:55 -08:00
MaheshtheDev
ea9fa65169
fix(docs): delete connections sdk snippet ( #629 )
2025-12-24 01:44:53 +00:00
MaheshtheDev
d095bd234e
feat(@supermemory/tools): vercel ai sdk compatbile with v5 and v6 ( #628 )
2025-12-24 01:36:03 +00:00
Dhravya Shah
67e783158b
bump package
2025-12-23 15:26:47 -08:00
Dhravya Shah
821d3049cd
fix: deduplicate memories after returned to save tokens
2025-12-22 11:09:50 -08:00
MaheshtheDev
fae0afa7da
chore: fix tsdown defaults in withsupermemory package ( #623 )
2025-12-21 19:49:49 +00:00
MaheshtheDev
b8e98c7dba
add(docs): migration guide from zep to supermemory ( #612 )
...
add docs for Migration Guide from zep to supermemory
2025-12-20 00:47:52 +00:00
Dhravya
81e192e616
Support for conversations in SDKs ( #618 )
2025-12-20 00:46:13 +00:00
Mahesh Sanikommu
1dd602c52b
feat(docs): v4 hybrid search parameter and examples ( #621 )
2025-12-18 17:52:20 -08:00
Dhravya Shah
ff35a6bffc
fix: change support email to the one on slack
2025-12-18 17:50:37 -08:00
Dhravya Shah
27f69e451f
fix: memory graph not visible with just docs
2025-12-17 20:24:57 -08:00
nexxeln
c42248ff35
add the addMemory option docs ( #616 )
2025-12-14 01:19:52 +00:00
MaheshtheDev
f7fcb40a8c
fix: another react vulnerability ( #615 )
2025-12-11 21:51:27 +00:00