aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* py package updatepipecat-sdkPrasanna7212026-01-102-6/+4
|
* update readme and agents.mdPrasanna7212026-01-102-226/+37
|
* added delta message trackingPrasanna7212026-01-102-151/+70
|
* fixed req callPrasanna7212026-01-091-1/+1
|
* removed await and testing codePrasanna7212026-01-093-101/+63
|
* pipecat-sdkPrasanna7212026-01-099-0/+1167
|
* docs: add S3 connector documentation (#657)claude/s3-connector-docs-HmxwCnexxeln2026-01-092-0/+215
| | | | | | | | | 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
* Document promptTemplate feature for AI SDK (#660)mintlify/docs-ai-sdk-prompt-template-98176Dhravya2026-01-092-1/+94
| | | | | | | | | | 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
* Add threshold parameter to profile API docs (#659)Dhravya Shah2026-01-083-1/+99
| | | Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
* feat: allow prompt template for @supermemory/tools package (#655)01-06-feat_allow_prompt_template_for_supermemory_tools_packageMaheshtheDev2026-01-076-41/+206
| | | | | | | | | | | | | | | | | | | | | | | | | | ## 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, }) ```
* fix: mcp docs navigation link (#656)01-06-fix_mcp_docs_navigation_linkMaheshtheDev2026-01-073-2/+2
|
* feat: delete org consumer (#654)01-05-feat_delete_org_consumerMaheshtheDev2026-01-061-0/+117
|
* chore: chatid for posthog (#650)01-03-chore_chatid_for_posthogMaheshtheDev2026-01-041-0/+1
|
* fix: add memory google drive connector (#647)Mahesh Sanikommu2026-01-041-6/+0
|
* Merge branch 'main' of https://github.com/supermemoryai/supermemoryDhravya Shah2026-01-032-33/+2
|\
| * chore: enable google drive connection (#646)01-02-chore_enable_google_drive_connectionMaheshtheDev2026-01-022-33/+2
| |
* | add vibe coding instructions for setupDhravya Shah2026-01-032-1/+387
|/
* interstingDhravya Shah2026-01-021-6366/+0
|
* bunDhravya Shah2026-01-021-94/+128
|
* Merge branch 'main' of https://github.com/supermemoryai/supermemoryDhravya Shah2026-01-024-88/+223
|\
| * docs: update with MCP 4.0 setup and instructions (#641)01-01-docs_update_with_mcp_4.0_setup_and_instructionsMaheshtheDev2026-01-024-88/+223
| |
* | lockfileDhravya Shah2026-01-021-11/+5
| |
* | chore: wrangler jsonc updateDhravya Shah2026-01-021-1/+7
|/
* remake lockfileDhravya Shah2026-01-021-150/+100
|
* fix: added one more fileDhravya Shah2026-01-021-0/+1
|
* fix: mcp initializes in durable objectDhravya Shah2026-01-022-321/+29
|
* chore(browser-extension): twitter import modal & package dependencies (#643)01-01-chore_browser-extension_fixed_package_dependenciesMaheshtheDev2026-01-023-44/+386
| | | | | - twitter import for all bookmarks - fixed chrome extension package dependencies issues with monorepo
* chore: update readme and gitignore (#640)12-30-chore_update_readme_and_gitignoreMaheshtheDev2025-12-314-3/+11
|
* chore: update cursor one click mcp install (#639)12-30-chore_update_cursor_one_click_mcp_installMaheshtheDev2025-12-311-1/+1
|
* fix: prompt injection with mcp (#638)Mahesh Sanikommu2025-12-301-0/+92
|
* fixDhravya Shah2025-12-302-106/+153
|
* fixDhravya Shah2025-12-301-1/+1
|
* fix lofkcilfe againDhravya Shah2025-12-301-11/+7
|
* fix: lockfileDhravya Shah2025-12-301-1008/+609
|
* replace all old mcp references with newDhravya Shah2025-12-304-45/+48
|
* feat: supermemory MCP 4.0 (#631)Mahesh Sanikommu2025-12-3013-47/+2135
|
* chore: update the package version of tools (#637)12-30-chore_update_the_package_version_of_toolsMaheshtheDev2025-12-301-1/+1
|
* fix(tools): pass apiKey to profile search instead of using process.env (#634)Arnab Mondal2025-12-302-25/+29
|
* fix deduplication in python sdk (#626)12-23-fix_deduplication_in_python_sdknexxeln2025-12-293-25/+99
| | | | done in a similar way to the ai sdk
* chore: bump package versionDhravya Shah2025-12-283-1/+1
|
* MemoryGraph - revamped (#627)Vidya Rupak2025-12-2917-714/+2304
|
* icon in overviewDhravya Shah2025-12-241-0/+1
|
* fix: small changesDhravya Shah2025-12-241-42/+36
|
* docs: added MemoryBench documentation (#630)Prasanna2025-12-2412-1/+801
|
* conditionalDhravya Shah2025-12-234-12/+33
|
* fix(docs): delete connections sdk snippet (#629)12-23-fix_docs_delete_connections_sdk_snippetMaheshtheDev2025-12-242-8/+32
|
* feat(@supermemory/tools): vercel ai sdk compatbile with v5 and v6 (#628)12-23-feat_supermemory_tools_vercel_ai_sdk_compatbile_with_v5_and_v6MaheshtheDev2025-12-245-165/+299
|
* bump packageDhravya Shah2025-12-232-3/+3
|
* fix: deduplicate memories after returned to save tokensDhravya Shah2025-12-225-38/+201
|
* chore: fix tsdown defaults in withsupermemory package (#623)12-21-chore_fix_tsdown_defaults_in_withsupermemory_packageMaheshtheDev2025-12-213-2/+3
|