aboutsummaryrefslogtreecommitdiff
path: root/packages
Commit message (Expand)AuthorAgeFilesLines
* fix: show all memory relationsvrupak/mainDhravya Shah2025-12-231-46/+78
* added a zero check before calculating maxDps, removed height and width from c...Vidya Rupak2025-12-231-7/+8
* 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 updated...Vidya Rupak2025-12-232-1/+5
* Merge upstream changes from supermemoryai/supermemoryVidya Rupak2025-12-2319-82/+632
|\
| * 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
* | fix merge conflictsVidya Rupak2025-12-233-2/+17
|\ \
| * | 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-225-129/+369
* | | add memory limiting and performance optimizations. reduced k-nn limit to 10.Vidya Rupak2025-12-235-131/+371
|/ /
* | updated changelog.md to be more conciseVidya Rupak2025-12-221-197/+72
* | bugfix: physics persisted sometimes after slideshow ends. now explicitly stop...Vidya Rupak2025-12-221-0/+3
* | slideshow now stops when user clicks outside the popoverVidya Rupak2025-12-223-1/+12
* | added logic to clear old timeout before creating new one (prevents accumulati...Vidya Rupak2025-12-221-3/+16
* | added slideshow mode to automatically cycle through nodes with smooth animati...Vidya Rupak2025-12-224-10/+149
* | made dimming animation to last 1.5seconds. also updated popover positioning l...Vidya Rupak2025-12-224-19/+30
* | added dimming to bg when popover is open.Vidya Rupak2025-12-225-7/+118
* | updated changelog and refactored popover logic to eliminate unnecessary calcu...Vidya Rupak2025-12-212-46/+65
* | 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 d...Vidya Rupak2025-12-213-12/+312
* | 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 o...Vidya Rupak2025-12-212-5/+47
* | optimized doc similarity calculation by using k-NN algo (each doc compares wi...Vidya Rupak2025-12-203-49/+86
* | 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 leak...Vidya Rupak2025-12-202-12/+38
* | updated rendering to hybrid: continuous when simulation active, change-based ...Vidya Rupak2025-12-206-82/+400
* | added a changelog.md docVidya Rupak2025-12-201-0/+19
* | bugfix: after memory is moved, when doc is dragged the moved memory stays sti...Vidya Rupak2025-12-204-6/+65
|/
* 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
* 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
* add spaces selector with search (#600)update-memory-graphnexxeln2025-12-0241-1672/+2088
* 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
* package the graph (#563)shoubhit/eng-358-packaging-graph-componentnexxeln2025-11-1965-24/+7178
* 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
* fix: past due pending users improvements (#572)11-10-fix_past_due_pending_users_improvementsMaheshtheDev2025-11-101-7/+21