aboutsummaryrefslogtreecommitdiff
path: root/apps/docs
Commit message (Collapse)AuthorAgeFilesLines
* langchain integration (#718)01-30-langchain_integrationnexxeln2026-01-312-40/+398
| | | | adds documentation for using supermemory alongside langchain. no new package
* fix: docsDhravya Shah2026-01-306-27/+190
|
* docs: add Claude Code integration page (#716)claude-supermemory-docsPrasanna7212026-01-294-1/+126
| | | | | | | | | | | | ### update Claude Code docs in integration page - Add apps/docs/integrations/claude-code.mdx — documentation for Claude Code Supermemory plugin - Add apps/docs/images/claude-code-icon.svg — custom sidebar icon - Add apps/docs/images/claude-code-supermemory.png — hero image - Update apps/docs/docs.json — add claude-code to Plugins navigation group ### validation <img width="3046" height="1536" alt="Screenshot 2026-01-29 at 12 50 06 PM" src="https://github.com/user-attachments/assets/5180f237-f886-47a5-a0b3-7436cebd610a" />
* docs: add ClawdBot integration page (#714)clawdbot-docsPrasanna7212026-01-272-13/+175
| | | | | | | | | | Clawdbot docs Changes: - Added integrations/clawdbot.mdx — ClawdBot Supermemory Plugin documentation page with shrimp icon - Added "Plugins" group to the bottom of the Integrations sidebar in docs.json - Page covers: API key setup (zsh/bash/PowerShell), plugin install, how it works (auto-recall/auto-capture), features (AI tools, slash commands, CLI), manual configuration, and advanced options
* docs: gmail connector (#690)01-21-docs_gmail_connectorMaheshtheDev2026-01-224-3/+487
|
* Re - feat(pipecat-sdk): add speech-to-speech model support (Gemini Live) (#683)pipecat-updatePrasanna7212026-01-212-214/+53
| | | | | | | | | | | | | | | #### RE-RAISING Pipecat live speech PR ### Added native speech-to-speech model support ### Summary: - Speech-to-speech support - Auto-detect audio frames and inject memories to system prompt for native audio models (Gemini Live, etc.) - Fix memory bloating - Replace memories each turn using XML tags instead of accumulating - Add temporal context - Show recency on search results ([2d ago], [15 Jan]) - New inject_mode param - auto (default), system, or user ### Docs update - Update the docs for native speech-2-speech models
* feat: mobile responsive, lint formats, toast, render issue fix (#688)01-20-feat_mobile_responsive_lint_formats_ui_improvements_render_issue_fixMaheshtheDev2026-01-211-1/+1
| | | | | | | | - Mobile responsive - new toast design - web document render issue fix - posthog analytics - ui improvements
* docs changes (#678)Dhravya Shah2026-01-1881-1957/+5251
| | | Co-authored-by: Claude Opus 4.5 <[email protected]>
* fix: mintlify build (#677)01-16-fix_mintlify_buildMaheshtheDev2026-01-171-2/+0
|
* docs: override install md file (#675)01-16-docs_override_install_md_fileMaheshtheDev2026-01-171-0/+296
|
* pipecat-sdk (#669)pipecat-docsPrasanna7212026-01-132-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 #
* Document MCP context prompt feature (#661)mintlify/document-context-prompt-mcp-36921Dhravya2026-01-122-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-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>
* fix: mcp docs navigation link (#656)01-06-fix_mcp_docs_navigation_linkMaheshtheDev2026-01-073-2/+2
|
* add vibe coding instructions for setupDhravya Shah2026-01-032-1/+387
|
* 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
|
* 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
|
* fix(docs): delete connections sdk snippet (#629)12-23-fix_docs_delete_connections_sdk_snippetMaheshtheDev2025-12-242-8/+32
|
* add(docs): migration guide from zep to supermemory (#612)12-06-add_docs_migration_guide_from_zep_to_supermemoryMaheshtheDev2025-12-2012-15/+387
| | | | add docs for Migration Guide from zep to supermemory
* feat(docs): v4 hybrid search parameter and examples (#621)Mahesh Sanikommu2025-12-184-11/+394
|
* fix: change support email to the one on slackDhravya Shah2025-12-184-6/+6
|
* add the addMemory option docs (#616)mintlify/custom-github-oauth-docs-86732mintlify/custom-github-oauth-docs-8054812-13-add_the_addmemory_option_docsnexxeln2025-12-142-1/+24
|
* add(docs): connections configure, fetch resources (#611)12-06-add_docs_connections_configure_fetch_resourcesMaheshtheDev2025-12-073-6/+357
|
* Update X social links from supermemoryai to supermemory (#607)12-05-fix_x_handle_linksMaheshtheDev2025-12-071-1/+1
| | | | we recently got new x/twitter handle and update the references for the links
* github connector docs (#594)github-connectornexxeln2025-12-043-2/+561
|
* add docs for graph package (#603)graph-docsnexxeln2025-12-047-0/+1031
|
* Merge branch 'main' of https://github.com/supermemoryai/supermemoryDhravya Shah2025-11-275-13/+437
|\
| * feat (docs): web crawler connector (#593)Mahesh Sanikommu2025-11-245-13/+437
| |
* | update quickstartDhravya Shah2025-11-2714-1505/+995
|/
* docs: personal assistant cookbook update (#575)Naman2025-11-111-676/+774
| | | Co-authored-by: Naman Bansal <[email protected]>
* chore: improved docs for document/by-id endpoint, added a couple of warnings ↵Naman2025-11-103-0/+50
| | | | | based on mintlify questions (#550) Co-authored-by: Naman Bansal <[email protected]>
* feat: docs with new array contains (#534)Dhravya Shah2025-10-272-722/+569
|
* Merge pull request #498 from max-programming/mainMahesh Sanikommu2025-10-223-36/+36
|\ | | | | docs: fixed naming convention of SDK usage examples
| * Fixed naming convention of SDK usage examplesUsman Sabuwala2025-10-193-36/+36
| |
* | chore: update to new supermemory support email (#503)MaheshtheDev2025-10-214-10/+7
|/ | | | updated the new supermemory support email to `[email protected]`
* feat: zapier pageNaman Bansal2025-10-1310-30/+155
|
* feat: n8n integration pageNaman Bansal2025-10-136-0/+99
|
* fix: image typo:Naman Bansal2025-10-102-1/+1
|
* feat: profile page updatesNaman Bansal2025-10-105-2/+802
|
* remove commentsDhravya Shah2025-10-071-2/+2
|
* docs: fix indentDhravya Shah2025-10-071-1/+1
|
* fix: all broken linksDhravya Shah2025-10-075-20/+4
|
* fix: model namesDhravya Shah2025-10-0315-117/+116
|
* chore: fix docs againDhravya Shah2025-10-031-3/+1
|
* fix: docsDhravya Shah2025-10-034-25/+8
|
* fix: Migration guidesDhravya Shah2025-10-011-4/+4
|