| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
done in a similar way to the ai sdk
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
add docs for Migration Guide from zep to supermemory
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
| |
Co-authored-by: Mahesh Sanikommu <[email protected]>
|
| | |
|
| |
|
|
| |
we recently got new x/twitter handle and update the references for the links
|
| |
|
|
| |
updated the cursor one click installation with new deeplink
|
| |\ |
|
| | | |
|
| |/ |
|
| |
|
| |
Co-authored-by: Mahesh Sanikommmu <[email protected]>
|
| | |
|
| |
|
|
|
|
| |
chore: update new contributions for raycast extension
add quick add from selection with extension
|
| | |
|
| | |
|
| |
|
|
| |
- small docs miss match on addMemory default option
|
| |
|
|
| |
https://nextjs.org/blog/CVE-2025-66478
|
| |
|
|
| |
- ChatGPT changed there DOM with new UI, this PR will fix the import to supermemory feature with chatgpt new UI
|
| |
|
|
|
|
|
| |
relevant files to review:
\- memory-graph.tsx
\- spaces-dropdown.tsx
\- spaces-dropdown.css.ts
|
| | |
|
| |\ |
|
| | | |
|
| |/ |
|
| |
|
|
| |
+ new playground (#588)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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

|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
| |
Co-authored-by: Naman Bansal <[email protected]>
|
| |
|
|
|
| |
based on mintlify questions (#550)
Co-authored-by: Naman Bansal <[email protected]>
|
| |
|
|
|
|
|
|
| |
add openai middleware functionality
fix critical type errors and linting issues
update readme with middleware documentation
|