aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix: show all memory relationsvrupak/mainDhravya Shah2025-12-233-60/+87
|
* added a zero check before calculating maxDps, removed height and width from ↵Vidya Rupak2025-12-231-7/+8
| | | | canvas jsx element (dimension conflict)
* fix canvas dimension exceed by clamping the canvas size to safe limitsVidya Rupak2025-12-231-4/+14
|
* updated the package.json to fix the circular dependencies issue. also ↵Vidya Rupak2025-12-232-1/+5
| | | | updated the Changelog.md file to include dependency installation
* Merge upstream changes from supermemoryai/supermemoryVidya Rupak2025-12-2343-148/+1463
|\
| * 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
| |
| * 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
| * Support for conversations in SDKs (#618)12-15-support_for_conversationsDhravya2025-12-2013-354/+471
| |
| * 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-188-10/+10
| |
| * fix: memory graph not visible with just docsDhravya Shah2025-12-175-34/+31
| |
* | fix merge conflictsVidya Rupak2025-12-233-2/+17
|\ \
| * \ Merge pull request #2 from vrupak/experiment/graph-ui-improvementsVidya Rupak2025-12-237-129/+386
| |\ \ | | | | | | | | Experiment/graph UI improvements
| | * | updated changelog.md to include recent changesVidya Rupak2025-12-231-0/+15
| | | |
| | * | add memory limiting and performance optimizations. reduced k-nn limit to 10.Vidya Rupak2025-12-226-129/+371
| | | |
* | | | add memory limiting and performance optimizations. reduced k-nn limit to 10.Vidya Rupak2025-12-236-131/+373
|/ / /
* | / Merge pull request #1 from vrupak/experiment/graph-ui-improvementsVidya Rupak2025-12-2216-908/+1951
|\| | | |/ |/| Experiment/graph UI improvements
| * updated changelog.md to be more conciseVidya Rupak2025-12-221-197/+72
| |
| * bugfix: physics persisted sometimes after slideshow ends. now explicitly ↵Vidya Rupak2025-12-221-0/+3
| | | | | | | | stopping physics after slideshow ends
| * slideshow now stops when user clicks outside the popoverVidya Rupak2025-12-224-5/+21
| |
| * added logic to clear old timeout before creating new one (prevents ↵Vidya Rupak2025-12-221-3/+16
| | | | | | | | accumulation when nodes are selected rapidly, ex. slideshow)
| * added slideshow mode to automatically cycle through nodes with smooth ↵Vidya Rupak2025-12-225-16/+212
| | | | | | | | animations and physics
| * made dimming animation to last 1.5seconds. also updated popover positioning ↵Vidya Rupak2025-12-224-19/+30
| | | | | | | | logic to appear besides the node with a clear 20px gap
| * added dimming to bg when popover is open.Vidya Rupak2025-12-225-7/+118
| |
| * updated changelog and refactored popover logic to eliminate unnecessary ↵Vidya Rupak2025-12-212-46/+65
| | | | | | | | calculations during smooth pan/zoom animations
| * added popover cards for doc and memory to open next to the selected node.Vidya Rupak2025-12-212-7/+475
| |
| * added doc type icon to graph nodes for supported file formats. also updated ↵Vidya Rupak2025-12-213-12/+312
| | | | | | | | doc hover effect to surround the node instead of overlapping it.
| * updated the hexagon icons in legend to be uniform along with their borderVidya Rupak2025-12-211-58/+54
| |
| * updated memory-graph legend colorsVidya Rupak2025-12-211-6/+6
| |
| * updated changelog.md to include recent changesVidya Rupak2025-12-211-0/+30
| |
| * refactor: replaced concentric ring layout with physics driven approach.Vidya Rupak2025-12-212-47/+21
| |
| * updated color scheme for better visual clarityVidya Rupak2025-12-211-9/+9
| |
| * fix: made changes in the wrong directory, reverted and updated in the right ↵Vidya Rupak2025-12-212-5/+47
| | | | | | | | one for bugfix (edge culling)
| * optimized doc similarity calculation by using k-NN algo (each doc compares ↵Vidya Rupak2025-12-203-49/+86
| | | | | | | | with k=15 neighbors)
| * updated changelog to include minor performance fix.Vidya Rupak2025-12-201-0/+16
| |
| * performance fix: limited doc similarity check to 50 docs for now, memory ↵Vidya Rupak2025-12-202-12/+38
| | | | | | | | leak fix (cleanup deleted nodes), and updating node/edge at the same time instead of one after another.
| * updated rendering to hybrid: continuous when simulation active, change-based ↵Vidya Rupak2025-12-206-82/+400
| | | | | | | | when idle
| * added a changelog.md docVidya Rupak2025-12-201-0/+19
| |
| * bugfix: after memory is moved, when doc is dragged the moved memory stays ↵Vidya Rupak2025-12-207-638/+211
|/ | | | still instead of following the doc.
* 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
|
* 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_vulnerabilityMaheshtheDev2025-12-112-18/+18
|
* fix: resolve UI accessibility, hydration, and semantic HTML issues (#520)Aman pandit2025-12-078-314/+322
| | | Co-authored-by: Mahesh Sanikommu <[email protected]>
* 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-074-11/+9
| | | | 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_installationMaheshtheDev2025-12-071-1/+1
| | | | updated the cursor one click installation with new deeplink
* Merge branch 'main' of https://github.com/supermemoryai/supermemoryDhravya Shah2025-12-0625-1050/+5324
|\
| * fix ui issues and package issue (#610)Mahesh Sanikommu2025-12-0625-1050/+5324
| |
* | 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]>