Commit graph

1344 commits

Author SHA1 Message Date
Prasanna721
3376e9d87f py package update 2026-01-10 08:58:38 -08:00
Prasanna721
906577759a update readme and agents.md 2026-01-10 08:40:34 -08:00
Prasanna721
161c698472 added delta message tracking 2026-01-10 07:25:40 -08:00
Prasanna721
340f65efe5 fixed req call 2026-01-09 18:16:56 -08:00
Prasanna721
c816fa05bc removed await and testing code 2026-01-09 18:08:59 -08:00
Prasanna721
7aea611775 pipecat-sdk 2026-01-09 16:57:28 -08:00
nexxeln
4850856920 docs: add S3 connector documentation (#657)
Add comprehensive documentation for the S3 connector including:
- Quick setup with TypeScript, Python, and cURL examples
- S3-compatible services support (MinIO, DigitalOcean Spaces, R2)
- Prefix filtering and dynamic container tag extraction
- Connection management and sync behavior
- IAM permissions and security best practices
2026-01-09 03:13:13 +00:00
Dhravya
2dfadd344b Document promptTemplate feature for AI SDK (#660)
Added comprehensive documentation for the new `promptTemplate` option in the AI SDK, which allows developers to customize how memories are formatted and injected into system prompts. This includes examples for XML-based prompting (Claude), custom branding, and the `MemoryPromptData` interface.

## Files Changed
- `apps/docs/ai-sdk/user-profiles.mdx` - Added "Custom Prompt Templates" section with examples and interface documentation
- `apps/docs/ai-sdk/overview.mdx` - Updated User Profiles section to mention customization capabilities

Generated from [feat: allow prompt template for @supermemory/tools package](https://github.com/supermemoryai/supermemory/pull/655) @MaheshtheDev
2026-01-09 02:40:04 +00:00
Dhravya Shah
ca8eb295db
Add threshold parameter to profile API docs (#659)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-01-08 18:36:48 -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