| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pipecat-sdk (#669)pipecat-docs | Prasanna721 | 2026-01-13 | 2 | -8/+212 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ### Changes - New documentation page: apps/docs/voice-realtime/pipecat.mdx - Installation guide for supermemory-pipecat package - Configuration with SupermemoryPipecatService and InputParams - Pipeline integration guide - How it works (Memory Retrieval, Context Enhancement) - Memory modes table (profile, query, full) - Configuration options with InputParams - Complete FastAPI voice agent example - Updated docs.json: - Added new "Voice & Realtime" group under SDKs tab with mic icon - Removed external npm/pypi link pages from SDK sidebar ### Files Changed apps/docs/voice-realtime/pipecat.mdx (new) apps/docs/docs.json (modified) ### Navigation SDKs → Voice & Realtime → Pipecat # | ||||
| * | fix: oauth discovery not working with some clients (#666)01-12-fix_oauth_discovery_not_working_with_some_clients | Dhravya | 2026-01-12 | 1 | -0/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | ### TL;DR TESTING REMAINING. This is my hypothesis. @MaheshtheDev please carry on from here or we can test in prod. Added a proxy endpoint for OAuth authorization server metadata to support non-compliant MCP clients. ### What changed? Added a new endpoint `/.well-known/oauth-authorization-server` to the MCP server that proxies requests to the main API. This endpoint fetches the authorization server metadata from the API and returns it to clients. ### How to test? 1. Make a GET request to `/.well-known/oauth-authorization-server` on the MCP server 2. Verify that it returns the same metadata as the main API's `/.well-known/oauth-authorization-server` endpoint 3. Test with a client that expects to find the authorization server metadata on the MCP domain ### Why make this change? Some MCP clients don't correctly follow the OAuth specification. Instead of using the `authorization_servers` array provided in the protected resource metadata, they look for the authorization server metadata directly on the MCP server domain. This proxy endpoint ensures compatibility with these non-compliant clients without requiring them to be updated. | ||||
| * | Document MCP context prompt feature (#661)mintlify/document-context-prompt-mcp-36921 | Dhravya | 2026-01-12 | 2 | -3/+25 |
| | | | | | | | | | | | Added documentation for the new `context` prompt in the Supermemory MCP server that enables automatic user profile injection into AI conversations. Updated the MCP overview page with detailed parameter documentation and usage guidance, and added a changelog entry for December 30, 2025. **Files changed:** - `apps/docs/supermemory-mcp/mcp.mdx` - Added Prompts section with `context` prompt documentation - `apps/docs/changelog/developer-platform.mdx` - Added December 30, 2025 changelog entry Generated from [fix: prompt injection with mcp](https://github.com/supermemoryai/supermemory/pull/638) @MaheshtheDev | ||||
| * | 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> | ||||
| * | 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 |
| |/ | |||||
| * | 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 |
| | | | |||||
| * | | chore: wrangler jsonc update | Dhravya Shah | 2026-01-02 | 1 | -1/+7 |
| |/ | |||||
| * | fix: added one more file | Dhravya Shah | 2026-01-02 | 1 | -0/+1 |
| | | |||||
| * | fix: mcp initializes in durable object | Dhravya Shah | 2026-01-02 | 1 | -2/+4 |
| | | |||||
| * | chore(browser-extension): twitter import modal & package dependencies (#643)01-01-chore_browser-extension_fixed_package_dependencies | MaheshtheDev | 2026-01-02 | 2 | -7/+61 |
| | | | | | | - 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 |
| | | |||||
| * | 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 | 11 | -1/+1480 |
| | | |||||
| * | chore: bump package version | Dhravya Shah | 2025-12-28 | 2 | -0/+0 |
| | | |||||
| * | MemoryGraph - revamped (#627) | Vidya Rupak | 2025-12-29 | 1 | -6/+70 |
| | | |||||
| * | 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 |
| | | |||||
| * | fix(docs): delete connections sdk snippet (#629)12-23-fix_docs_delete_connections_sdk_snippet | MaheshtheDev | 2025-12-24 | 2 | -8/+32 |
| | | |||||
| * | add(docs): migration guide from zep to supermemory (#612)12-06-add_docs_migration_guide_from_zep_to_supermemory | MaheshtheDev | 2025-12-20 | 12 | -15/+387 |
| | | | | | add docs for Migration Guide from zep to supermemory | ||||
| * | feat(docs): v4 hybrid search parameter and examples (#621) | Mahesh Sanikommu | 2025-12-18 | 4 | -11/+394 |
| | | |||||
| * | fix: change support email to the one on slack | Dhravya Shah | 2025-12-18 | 5 | -7/+7 |
| | | |||||
| * | fix: memory graph not visible with just docs | Dhravya Shah | 2025-12-17 | 2 | -19/+19 |
| | | |||||
| * | add the addMemory option docs (#616)mintlify/custom-github-oauth-docs-86732mintlify/custom-github-oauth-docs-8054812-13-add_the_addmemory_option_docs | nexxeln | 2025-12-14 | 2 | -1/+24 |
| | | |||||
| * | fix: another react vulnerability (#615)mintlify/update-docs-pr-861-83030mintlify/custom-github-oauth-docs-98361mintlify/ai-finance-legal-support-5244012-11-fix_another_react_vulnerability | MaheshtheDev | 2025-12-11 | 1 | -2/+2 |
| | | |||||
| * | fix: resolve UI accessibility, hydration, and semantic HTML issues (#520) | Aman pandit | 2025-12-07 | 8 | -314/+322 |
| | | | | Co-authored-by: Mahesh Sanikommu <[email protected]> | ||||
| * | add(docs): connections configure, fetch resources (#611)12-06-add_docs_connections_configure_fetch_resources | MaheshtheDev | 2025-12-07 | 3 | -6/+357 |
| | | |||||
| * | Update X social links from supermemoryai to supermemory (#607)12-05-fix_x_handle_links | MaheshtheDev | 2025-12-07 | 3 | -10/+8 |
| | | | | | we recently got new x/twitter handle and update the references for the links | ||||
| * | chore: update cursor one click mcp installation (#608)12-06-chore_update_cursor_one_click_mcp_installation | MaheshtheDev | 2025-12-07 | 1 | -1/+1 |
| | | | | | updated the cursor one click installation with new deeplink | ||||
| * | fix ui issues and package issue (#610) | Mahesh Sanikommu | 2025-12-06 | 10 | -10/+10 |
| | | |||||
| * | github connector docs (#594)github-connector | nexxeln | 2025-12-04 | 3 | -2/+561 |
| | | |||||
| * | chore: update new contributions for raycast extension (#561)11-05-chore_update_new_contributions_for_raycast_extension | MaheshtheDev | 2025-12-04 | 8 | -462/+530 |
| | | | | | | | chore: update new contributions for raycast extension add quick add from selection with extension | ||||
| * | add docs for graph package (#603)graph-docs | nexxeln | 2025-12-04 | 7 | -0/+1031 |
| | | |||||
| * | use latest graph and remove old graph (#604)use-memory-graph-package | nexxeln | 2025-12-04 | 10 | -9/+10 |
| | | |||||
| * | fix: rsc critical vulnerability for react (#602)12-03-fix_rsc_critical_vulnerability_for_react | MaheshtheDev | 2025-12-03 | 1 | -1/+1 |
| | | | | | https://nextjs.org/blog/CVE-2025-66478 | ||||
| * | fix: chatgpt memories import (#597)11-25-fix_chatgpt_memories_import | MaheshtheDev | 2025-12-02 | 2 | -16/+5 |
| | | | | | - ChatGPT changed there DOM with new UI, this PR will fix the import to supermemory feature with chatgpt new UI | ||||
| * | add spaces selector with search (#600)update-memory-graph | nexxeln | 2025-12-02 | 7 | -278/+358 |
| | | | | | | | | relevant files to review: \- memory-graph.tsx \- spaces-dropdown.tsx \- spaces-dropdown.css.ts | ||||
| * | Merge branch 'main' of https://github.com/supermemoryai/supermemory | Dhravya Shah | 2025-11-27 | 5 | -13/+437 |
| |\ | |||||
| | * | feat (docs): web crawler connector (#593) | Mahesh Sanikommu | 2025-11-24 | 5 | -13/+437 |
| | | | |||||