Commit graph

1315 commits

Author SHA1 Message Date
Vidya Rupak
fdfc9f564d
Merge pull request #2 from vrupak/experiment/graph-ui-improvements
Experiment/graph UI improvements
2025-12-23 01:04:18 -07:00
Vidya Rupak
4a356345ae updated changelog.md to include recent changes 2025-12-23 00:07:48 -07:00
Vidya Rupak
66d8a5baf2 add memory limiting and performance optimizations. reduced k-nn limit to 10. 2025-12-22 21:34:24 -07:00
Vidya Rupak
47a1bc764e
Merge pull request #1 from vrupak/experiment/graph-ui-improvements
Experiment/graph UI improvements
2025-12-22 18:07:44 -07:00
Vidya Rupak
263d6e57cf updated changelog.md to be more concise 2025-12-22 18:05:50 -07:00
Vidya Rupak
b86785d5c8 bugfix: physics persisted sometimes after slideshow ends. now explicitly stopping physics after slideshow ends 2025-12-22 17:24:49 -07:00
Vidya Rupak
ccef366625 slideshow now stops when user clicks outside the popover 2025-12-22 15:26:36 -07:00
Vidya Rupak
b645d18342 added logic to clear old timeout before creating new one (prevents accumulation when nodes are selected rapidly, ex. slideshow) 2025-12-22 15:18:56 -07:00
Vidya Rupak
97599c42ef added slideshow mode to automatically cycle through nodes with smooth animations and physics 2025-12-22 15:15:06 -07:00
Vidya Rupak
acc9181d77 made dimming animation to last 1.5seconds. also updated popover positioning logic to appear besides the node with a clear 20px gap 2025-12-22 14:38:25 -07:00
Vidya Rupak
ac8fad9038 added dimming to bg when popover is open. 2025-12-22 14:02:10 -07:00
Vidya Rupak
696f5bbffa updated changelog and refactored popover logic to eliminate unnecessary calculations during smooth pan/zoom animations 2025-12-21 21:40:35 -07:00
Vidya Rupak
ad51532eba added popover cards for doc and memory to open next to the selected node. 2025-12-21 19:22:58 -07:00
Vidya Rupak
72df14c7f7 added doc type icon to graph nodes for supported file formats. also updated doc hover effect to surround the node instead of overlapping it. 2025-12-21 18:25:42 -07:00
Vidya Rupak
ef59792f7b updated the hexagon icons in legend to be uniform along with their border 2025-12-21 15:11:00 -07:00
Vidya Rupak
278dda3132 updated memory-graph legend colors 2025-12-21 14:03:58 -07:00
Vidya Rupak
2f60729a3e updated changelog.md to include recent changes 2025-12-21 13:36:58 -07:00
Vidya Rupak
c07cdf5359 refactor: replaced concentric ring layout with physics driven approach. 2025-12-21 13:33:50 -07:00
Vidya Rupak
7967f507c7 updated color scheme for better visual clarity 2025-12-21 13:14:26 -07:00
Vidya Rupak
404c3823cc fix: made changes in the wrong directory, reverted and updated in the right one for bugfix (edge culling) 2025-12-21 12:25:35 -07:00
Vidya Rupak
3823b3cf0f optimized doc similarity calculation by using k-NN algo (each doc compares with k=15 neighbors) 2025-12-20 23:39:50 -07:00
Vidya Rupak
db7fa8798d updated changelog to include minor performance fix. 2025-12-20 18:44:46 -07:00
Vidya Rupak
e1116726c0 performance fix: limited doc similarity check to 50 docs for now, memory leak fix (cleanup deleted nodes), and updating node/edge at the same time instead of one after another. 2025-12-20 17:37:46 -07:00
Vidya Rupak
db0f74110a updated rendering to hybrid: continuous when simulation active, change-based when idle 2025-12-20 17:01:12 -07:00
Vidya Rupak
b7a20093bf added a changelog.md doc 2025-12-20 12:39:14 -07:00
Vidya Rupak
d1d936ef29 bugfix: after memory is moved, when doc is dragged the moved memory stays still instead of following the doc. 2025-12-20 11:00:49 -07:00
nexxeln
c42248ff35 add the addMemory option docs (#616) 2025-12-14 01:19:52 +00:00
MaheshtheDev
f7fcb40a8c fix: another react vulnerability (#615) 2025-12-11 21:51:27 +00:00
Aman pandit
08267ffa21
fix: resolve UI accessibility, hydration, and semantic HTML issues (#520)
Co-authored-by: Mahesh Sanikommu <mahesh.svmr@gmail.com>
2025-12-07 21:31:30 -08:00
MaheshtheDev
1028c33e58 add(docs): connections configure, fetch resources (#611) 2025-12-07 19:02:52 +00:00
MaheshtheDev
89d056e6ba Update X social links from supermemoryai to supermemory (#607)
we recently got new x/twitter handle and update the references for the links
2025-12-07 03:44:11 +00:00
MaheshtheDev
b2ecad12b8 chore: update cursor one click mcp installation (#608)
updated the cursor one click installation with new deeplink
2025-12-07 03:42:25 +00:00
Dhravya Shah
7915319a48 Merge branch 'main' of https://github.com/supermemoryai/supermemory 2025-12-06 17:48:16 -08:00
Dhravya Shah
ec538e2608 chore: bump package versions 2025-12-06 17:48:11 -08:00
Mahesh Sanikommu
41d24a4a1c
fix ui issues and package issue (#610) 2025-12-06 17:23:42 -08:00
Arnab Mondal
f9d304ec3e
feat(tools): allow passing apiKey via options for browser support (#599)
Co-authored-by: Mahesh Sanikommmu <mahesh.svmr@gmail.com>
2025-12-05 00:34:44 +05:30
nexxeln
16979f8bee github connector docs (#594) 2025-12-04 19:00:39 +00:00
MaheshtheDev
c4e67d8707 chore: update new contributions for raycast extension (#561)
chore: update new contributions for raycast extension

add quick add from selection with extension
2025-12-04 18:58:30 +00:00
nexxeln
1b9b3012e3 add docs for graph package (#603) 2025-12-04 18:56:40 +00:00
nexxeln
7a2f2cb99c use latest graph and remove old graph (#604) 2025-12-04 18:54:40 +00:00
MaheshtheDev
1ff6b7f951 chore(@supermemory/tools): fix the documentation of withSupermemory (#601)
- small docs miss match on addMemory default option
2025-12-03 18:59:55 +00:00
MaheshtheDev
434522da50 fix: rsc critical vulnerability for react (#602)
https://nextjs.org/blog/CVE-2025-66478
2025-12-03 18:14:13 +00:00
MaheshtheDev
3b75dadbf3 fix: chatgpt memories import (#597)
- ChatGPT changed there DOM with new UI, this PR will fix the import to supermemory feature with chatgpt new UI
2025-12-02 18:59:37 +00:00
nexxeln
dfb0c05ab3 add spaces selector with search (#600)
relevant files to review:
\- memory-graph.tsx
\- spaces-dropdown.tsx
\- spaces-dropdown.css.ts
2025-12-02 18:37:24 +00:00
Ciara Cade
47a2179208
Fix: Update discord links in README.md and CONTRIBUTING.md (#598) 2025-11-28 11:15:29 -08:00
Dhravya Shah
cf822ff633 Merge branch 'main' of https://github.com/supermemoryai/supermemory 2025-11-27 09:53:16 -07:00
Dhravya Shah
2f8bafac4e update quickstart 2025-11-27 09:53:11 -07:00
Mahesh Sanikommu
25f935717b
feat (docs): web crawler connector (#593) 2025-11-24 17:12:25 -08:00
nexxeln
895f37ac89 runtime styles injection + let user proxy requests for data in graph package + new playground (#588) 2025-11-22 07:04:05 +00:00
nexxeln
5e24eb66c3 package the graph (#563)
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)
2025-11-19 18:57:56 +00:00