aboutsummaryrefslogtreecommitdiff
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* feat: onboarding config, reset onboarding, xai agentic migration (#701)01-24-feat_onboarding_config_reset_onboarding_xai_agentic_migrationMaheshtheDev2026-01-252-0/+106
| | | | | | | | | | - 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
* fix: merge conflictsDhravya Shah2026-01-233-10/+69
|\
| * feat: tools package strict mode for openai models (#699)01-22-feat_tools_package_strict_mode_for_openai_modelsMaheshtheDev2026-01-233-10/+69
| |
* | chore: bump package versionsDhravya Shah2026-01-223-7/+7
|/
* chore: cmdk, google docs viewer, image preview, document icons (#691)01-21-chore_cmdk_google_docs_viewer_image_preview_document_iconsMaheshtheDev2026-01-221-3/+2
|
* Re - feat(pipecat-sdk): add speech-to-speech model support (Gemini Live) (#683)pipecat-updatePrasanna7212026-01-213-162/+187
| | | | | | | | | | | | | | | #### 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-2139-1337/+1698
| | | | | | | | - 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-202-0/+10
| | | | | | | | | | | | ### 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
* fix(tools): multi step agent prompt caching (#685)01-19-fix_tools_multi_step_agent_prompt_cachingMaheshtheDev2026-01-208-642/+1112
|
* docs changes (#678)Dhravya Shah2026-01-1826-71/+1456
| | | Co-authored-by: Claude Opus 4.5 <[email protected]>
* feat: deep-research on user profile and tiptap integration (#672)01-14-feat_deep-research_on_user_profileMaheshtheDev2026-01-151-1/+1
| | | | | | | | 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-131-1/+1
|
* PR: nova alpha release (#670)Mahesh Sanikommu2026-01-1316-21/+480
| | | Co-authored-by: Dhravya Shah <[email protected]>
* pipecat-sdk (#663)Prasanna2026-01-108-0/+856
|
* 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, }) ```
* 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-281-1/+1
|
* MemoryGraph - revamped (#627)Vidya Rupak2025-12-2913-372/+2102
|
* conditionalDhravya Shah2025-12-233-10/+16
|
* 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
|
* Support for conversations in SDKs (#618)12-15-support_for_conversationsDhravya2025-12-2012-43/+432
|
* fix: change support email to the one on slackDhravya Shah2025-12-181-1/+1
|
* fix: memory graph not visible with just docsDhravya Shah2025-12-173-15/+12
|
* Merge branch 'main' of https://github.com/supermemoryai/supermemoryDhravya Shah2025-12-0614-1/+3951
|\
| * fix ui issues and package issue (#610)Mahesh Sanikommu2025-12-0614-1/+3951
| |
* | chore: bump package versionsDhravya Shah2025-12-061-1/+1
|/
* feat(tools): allow passing apiKey via options for browser support (#599)Arnab Mondal2025-12-053-7/+12
| | | Co-authored-by: Mahesh Sanikommmu <[email protected]>
* add docs for graph package (#603)graph-docsnexxeln2025-12-041-328/+44
|
* use latest graph and remove old graph (#604)use-memory-graph-packagenexxeln2025-12-0414-3951/+1
|
* chore(@supermemory/tools): fix the documentation of withSupermemory (#601)12-03-chore_supermemory_tools_fix_the_documentation_of_withsupermemoryMaheshtheDev2025-12-032-3/+3
| | | | - small docs miss match on addMemory default option
* add spaces selector with search (#600)update-memory-graphnexxeln2025-12-0241-1672/+2088
| | | | | | | relevant files to review: \- memory-graph.tsx \- spaces-dropdown.tsx \- spaces-dropdown.css.ts
* update quickstartDhravya Shah2025-11-271-1/+1
|
* runtime styles injection + let user proxy requests for data in graph package ↵proxy-graph-requestsnexxeln2025-11-2225-1140/+272
| | | | + new playground (#588)
* package the graph (#563)shoubhit/eng-358-packaging-graph-componentnexxeln2025-11-1965-24/+7178
| | | | | | | | | | | | | | includes: - a package that contains a MemoryGraph component which handles fetching data and rendering the graph - a playground to test the package problems: - the bundle size is huge - the styles are kinda broken? we are using [https://www.npmjs.com/package/vite-plugin-libgi-inject-css](https://www.npmjs.com/package/vite-plugin-lib-inject-css) to inject the styles ![image.png](https://app.graphite.com/user-attachments/assets/cb1822c5-850a-45a2-9bfa-72b73436659f.png)
* fix: org switch issue on consumer when dev org exists (#577)11-11-fix_org_switch_issue_on_consumer_when_dev_org_existsMaheshtheDev2025-11-111-9/+10
|
* add openai middleware functionality for python sdk (#546)openai-middleware-pythonnexxeln2025-11-1110-22/+3705
| | | | | | | | add openai middleware functionality fix critical type errors and linting issues update readme with middleware documentation
* fix: past due pending users improvements (#572)11-10-fix_past_due_pending_users_improvementsMaheshtheDev2025-11-101-7/+21
|
* fix(web): sentry issues across the web app (#570)11-08-fix_web_sentry_issues_across_the_web_appMaheshtheDev2025-11-094-29/+87
| | | | | | | | | | Fixes all following sentry issues - CONSUMER-APP-FF - CONSUMER-APP-1T - CONSUMER-APP-86 - CONSUMER-APP-7H - CONSUMER-APP-4F - CONSUMER-APP-7X
* add support for responses api in openai typescript sdk (#549)Shoubhit Dash2025-11-073-68/+200
|
* feat(@supermemory/tools): capture assitant responses with filtered memory (#539)MaheshtheDev2025-10-288-160/+404
| | | | | | | | | | | | | | | ### Added streaming support to the Supermemory middleware and improved memory handling in the AI SDK integration. ### What changed? - Refactored the middleware architecture to support both streaming and non-streaming responses - Extracted memory prompt functionality into a separate module (`memory-prompt.ts`) - Added memory saving capability for streaming responses - Improved the formatting of memory content with a "User Supermemories:" prefix - Added utility function to filter out supermemories from content - Created a new streaming example in the test app with a dedicated route and page - Updated version from 1.3.0 to 1.3.1 in package.json - Simplified installation instructions in [README.m](http://README.md)d
* feat: improved add memory UI bits (#502)Hardik Vora2025-10-271-1/+1
|
* feat: optional posthog intialization (#525)Saksham Kushwaha2025-10-272-4/+12
|
* fix: openai sdk packaging issue (#532)MaheshtheDev2025-10-272-2/+2
|
* chore: skip the conditional org switch for better auth state share (#533)MaheshtheDev2025-10-271-8/+9
|
* feat: withSupermemory for openai sdk (#531)MaheshtheDev2025-10-2711-8/+744
| | | | | | | | | | | | | | | ### TL;DR Added OpenAI SDK middleware support for SuperMemory integration, allowing direct memory injection without AI SDK dependency. ### What changed? - Added `withSupermemory` middleware for OpenAI SDK that automatically injects relevant memories into chat completions - Implemented memory search and injection functionality for OpenAI clients - Restructured the OpenAI module to separate tools and middleware functionality - Updated README with comprehensive documentation and examples for the new OpenAI middleware - Added test implementation with a Next.js API route example - Reorganized package exports to support the new structure