aboutsummaryrefslogtreecommitdiff
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* 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" />
* Merge branch 'main' of https://github.com/supermemoryai/supermemoryDhravya Shah2026-01-282-13/+175
|\
| * 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
* | chore: update api keyDhravya Shah2026-01-281-1/+1
|/
* Merge branch 'main' of https://github.com/supermemoryai/supermemoryDhravya Shah2026-01-2628-234/+839
|\
| * fix: local db sync issue and threads pull (#708)01-25-fix_local_db_sync_issue_and_threads_pullMaheshtheDev2026-01-271-104/+41
| |
| * fix: chat mobile open (#705)01-24-fix_chat_mobile_openMaheshtheDev2026-01-261-1/+5
| |
| * chore: mobile banner for inconsistency and auto redirect in wrong route (#704)01-24-chore_mobile_banner_for_inconsistency_and_auto_redirect_in_wrong_routeMaheshtheDev2026-01-255-7/+118
| |
| * feat: feedback modal for nova users (#703)01-24-feat_feedback_modal_for_nova_usersMaheshtheDev2026-01-252-0/+204
| |
| * feat: onboarding config, reset onboarding, xai agentic migration (#701)01-24-feat_onboarding_config_reset_onboarding_xai_agentic_migrationMaheshtheDev2026-01-255-84/+179
| | | | | | | | | | | | | | | | | | | | - Created a new `useOrgOnboarding` hook that uses `org.metadata.isOnboarded` to track onboarding state - Updated the home page to conditionally use either the old localStorage-based onboarding or the new DB-backed onboarding based on feature flag - Added a "Restart Onboarding" option in the user dropdown menu - Improved the onboarding chat sidebar with per-link loading indicators - Enhanced the X/Twitter research API to better handle different URL formats - Updated the integrations step to use the new onboarding completion method - Added `updateOrgMetadata` function to the auth context for easier metadata updates
| * feat: added advanced analytics events (#702)01-24-feat_added_advanced_analytic_eventsMaheshtheDev2026-01-2518-39/+293
| | | | | | | | added advanced analytics events
* | security: fix CVE-2026-23864Dhravya Shah2026-01-261-7/+7
|/
* (probable fix) 500 error on og endpointDhravya Shah2026-01-231-2/+0
|
* fix: merge conflictsDhravya Shah2026-01-2318-88/+1580
|\
| * fix: cf build (#700)01-23-fix_cf_buildMaheshtheDev2026-01-231-7/+0
| |
| * feat: chat history and fetching previous chats to chat pane (#698)01-22-feat_chat_history_and_fetching_previous_chats_to_chat_paneMaheshtheDev2026-01-233-12/+307
| |
| * feat: full screen note, space highlights, suggestions (#696)01-22-feat_full_screen_note_space_highlights_suggestionsMaheshtheDev2026-01-2322-100/+1285
| | | | | | | | Added quick note and highlights features to the new UI, improved OG scraping, and implemented Nova alpha access feature flag.
| * fix(mcp): include r.memory in getProfile fallback chain (#697)Muhammed Hunaid Topiwala2026-01-231-1/+1
| |
* | extract metadata ourselvesDhravya Shah2026-01-2310-73/+82
|/
* docs: gmail connector (#690)01-21-docs_gmail_connectorMaheshtheDev2026-01-224-3/+487
|
* chore: cmdk, google docs viewer, image preview, document icons (#691)01-21-chore_cmdk_google_docs_viewer_image_preview_document_iconsMaheshtheDev2026-01-2221-697/+1228
|
* 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-2180-1794/+2370
| | | | | | | | - Mobile responsive - new toast design - web document render issue fix - posthog analytics - ui improvements
* feat: create space, delete spaces and emoji picker (#687)01-19-feat_create_space_and_delete_spaces_and_emoji_pickerMaheshtheDev2026-01-209-76/+647
| | | | | | | | | | | | ### Add user display name functionality and enhance space management with emoji support and deletion capabilities. ### What changed? - Added support for user display names, which are now stored and displayed throughout the app - Implemented emoji support for spaces (projects), allowing users to customize their space icons - Created a new `AddSpaceModal` component with emoji picker for creating spaces - Added space deletion functionality with options to move content to another space or delete everything - Enhanced the space selector UI to show emojis and delete options
* chore: ux improvements and space selector (#684)01-19-chore_ux_improvements_and_space_selectorMaheshtheDev2026-01-197-193/+238
|
* docs changes (#678)Dhravya Shah2026-01-1882-1958/+5252
| | | Co-authored-by: Claude Opus 4.5 <[email protected]>
* feat: fix interaction and improve Design for extension (#679)01-17-feat_fix_interaction_and_improve_design_for_extensionMaheshtheDev2026-01-1811-269/+855
| | | | | | | | | | | | | | | | | | ### TL;DR Redesigned the browser extension UI with a dark theme and improved the Twitter bookmarks import experience with a new onboarding flow. ### What changed? - Added a new `RightArrow` icon component for UI navigation - Completely redesigned the popup UI with a dark theme and improved layout - Enhanced Twitter bookmarks import functionality: - Added an onboarding toast that appears the first time a user visits the bookmarks page - Implemented a persistent import intent system that automatically opens the import modal when navigating to the bookmarks page - Created a progress toast to show import status - Improved folder import UI - Updated the extension icon and added a new logo SVG - Improved the project selection modal with better styling
* add (mcp): projects aware tool on every init (#676)01-16-add_mcp_projects_aware_tool_on_every_initMaheshtheDev2026-01-173-8/+89
|
* 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
|
* chore: delete document, document ui (#673)01-16-chore_delete_document_document_uiMaheshtheDev2026-01-1618-538/+1501
|
* feat: deep-research on user profile and tiptap integration (#672)01-14-feat_deep-research_on_user_profileMaheshtheDev2026-01-1556-327/+1567
| | | | | | | | deep-research on user profile add novel integration tiptap 3.x integration
* chore: quick bugs squash across the elements and added few more changes (#671)Mahesh Sanikommu2026-01-1317-95/+478
|
* PR: nova alpha release (#670)Mahesh Sanikommu2026-01-13104-301/+14853
| | | Co-authored-by: Dhravya Shah <[email protected]>
* 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 #
* fix: oauth discovery not working with some clients (#666)01-12-fix_oauth_discovery_not_working_with_some_clientsDhravya2026-01-121-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-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
|
* 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
|/
* 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
| |
* | chore: wrangler jsonc updateDhravya Shah2026-01-021-1/+7
|/