| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | py package updatepipecat-sdk | Prasanna721 | 2026-01-10 | 2 | -6/+4 |
| | | |||||
| * | update readme and agents.md | Prasanna721 | 2026-01-10 | 2 | -226/+37 |
| | | |||||
| * | added delta message tracking | Prasanna721 | 2026-01-10 | 2 | -151/+70 |
| | | |||||
| * | fixed req call | Prasanna721 | 2026-01-09 | 1 | -1/+1 |
| | | |||||
| * | removed await and testing code | Prasanna721 | 2026-01-09 | 3 | -101/+63 |
| | | |||||
| * | pipecat-sdk | Prasanna721 | 2026-01-09 | 9 | -0/+1167 |
| | | |||||
| * | docs: add S3 connector documentation (#657)claude/s3-connector-docs-HmxwC | nexxeln | 2026-01-09 | 2 | -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-98176 | Dhravya | 2026-01-09 | 2 | -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 Shah | 2026-01-08 | 3 | -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_package | MaheshtheDev | 2026-01-07 | 6 | -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_link | MaheshtheDev | 2026-01-07 | 3 | -2/+2 |
| | | |||||
| * | feat: delete org consumer (#654)01-05-feat_delete_org_consumer | MaheshtheDev | 2026-01-06 | 1 | -0/+117 |
| | | |||||
| * | chore: chatid for posthog (#650)01-03-chore_chatid_for_posthog | MaheshtheDev | 2026-01-04 | 1 | -0/+1 |
| | | |||||
| * | fix: add memory google drive connector (#647) | Mahesh Sanikommu | 2026-01-04 | 1 | -6/+0 |
| | | |||||
| * | Merge branch 'main' of https://github.com/supermemoryai/supermemory | Dhravya Shah | 2026-01-03 | 2 | -33/+2 |
| |\ | |||||
| | * | chore: enable google drive connection (#646)01-02-chore_enable_google_drive_connection | MaheshtheDev | 2026-01-02 | 2 | -33/+2 |
| | | | |||||
| * | | add vibe coding instructions for setup | Dhravya Shah | 2026-01-03 | 2 | -1/+387 |
| |/ | |||||
| * | intersting | Dhravya Shah | 2026-01-02 | 1 | -6366/+0 |
| | | |||||
| * | bun | Dhravya Shah | 2026-01-02 | 1 | -94/+128 |
| | | |||||
| * | Merge branch 'main' of https://github.com/supermemoryai/supermemory | Dhravya Shah | 2026-01-02 | 4 | -88/+223 |
| |\ | |||||
| | * | docs: update with MCP 4.0 setup and instructions (#641)01-01-docs_update_with_mcp_4.0_setup_and_instructions | MaheshtheDev | 2026-01-02 | 4 | -88/+223 |
| | | | |||||
| * | | lockfile | Dhravya Shah | 2026-01-02 | 1 | -11/+5 |
| | | | |||||
| * | | chore: wrangler jsonc update | Dhravya Shah | 2026-01-02 | 1 | -1/+7 |
| |/ | |||||
| * | remake lockfile | Dhravya Shah | 2026-01-02 | 1 | -150/+100 |
| | | |||||
| * | fix: added one more file | Dhravya Shah | 2026-01-02 | 1 | -0/+1 |
| | | |||||
| * | fix: mcp initializes in durable object | Dhravya Shah | 2026-01-02 | 2 | -321/+29 |
| | | |||||
| * | chore(browser-extension): twitter import modal & package dependencies (#643)01-01-chore_browser-extension_fixed_package_dependencies | MaheshtheDev | 2026-01-02 | 3 | -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_gitignore | MaheshtheDev | 2025-12-31 | 4 | -3/+11 |
| | | |||||
| * | chore: update cursor one click mcp install (#639)12-30-chore_update_cursor_one_click_mcp_install | MaheshtheDev | 2025-12-31 | 1 | -1/+1 |
| | | |||||
| * | fix: prompt injection with mcp (#638) | Mahesh Sanikommu | 2025-12-30 | 1 | -0/+92 |
| | | |||||
| * | fix | Dhravya Shah | 2025-12-30 | 2 | -106/+153 |
| | | |||||
| * | fix | Dhravya Shah | 2025-12-30 | 1 | -1/+1 |
| | | |||||
| * | fix lofkcilfe again | Dhravya Shah | 2025-12-30 | 1 | -11/+7 |
| | | |||||
| * | fix: lockfile | Dhravya Shah | 2025-12-30 | 1 | -1008/+609 |
| | | |||||
| * | replace all old mcp references with new | Dhravya Shah | 2025-12-30 | 4 | -45/+48 |
| | | |||||
| * | feat: supermemory MCP 4.0 (#631) | Mahesh Sanikommu | 2025-12-30 | 13 | -47/+2135 |
| | | |||||
| * | chore: update the package version of tools (#637)12-30-chore_update_the_package_version_of_tools | MaheshtheDev | 2025-12-30 | 1 | -1/+1 |
| | | |||||
| * | fix(tools): pass apiKey to profile search instead of using process.env (#634) | Arnab Mondal | 2025-12-30 | 2 | -25/+29 |
| | | |||||
| * | fix deduplication in python sdk (#626)12-23-fix_deduplication_in_python_sdk | nexxeln | 2025-12-29 | 3 | -25/+99 |
| | | | | | done in a similar way to the ai sdk | ||||
| * | chore: bump package version | Dhravya Shah | 2025-12-28 | 3 | -1/+1 |
| | | |||||
| * | MemoryGraph - revamped (#627) | Vidya Rupak | 2025-12-29 | 17 | -714/+2304 |
| | | |||||
| * | icon in overview | Dhravya Shah | 2025-12-24 | 1 | -0/+1 |
| | | |||||
| * | fix: small changes | Dhravya Shah | 2025-12-24 | 1 | -42/+36 |
| | | |||||
| * | docs: added MemoryBench documentation (#630) | Prasanna | 2025-12-24 | 12 | -1/+801 |
| | | |||||
| * | conditional | Dhravya Shah | 2025-12-23 | 4 | -12/+33 |
| | | |||||
| * | fix(docs): delete connections sdk snippet (#629)12-23-fix_docs_delete_connections_sdk_snippet | MaheshtheDev | 2025-12-24 | 2 | -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_v6 | MaheshtheDev | 2025-12-24 | 5 | -165/+299 |
| | | |||||
| * | bump package | Dhravya Shah | 2025-12-23 | 2 | -3/+3 |
| | | |||||
| * | fix: deduplicate memories after returned to save tokens | Dhravya Shah | 2025-12-22 | 5 | -38/+201 |
| | | |||||
| * | chore: fix tsdown defaults in withsupermemory package (#623)12-21-chore_fix_tsdown_defaults_in_withsupermemory_package | MaheshtheDev | 2025-12-21 | 3 | -2/+3 |
| | | |||||