aboutsummaryrefslogtreecommitdiff
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
...
* feat: openai python sdk (#409)CodeWithShreyans2025-09-036-88/+148
|
* feat: new tools package (#407)CodeWithShreyans2025-09-0226-2597/+928
|
* fix: buildDhravya Shah2025-08-291-0/+1
|
* BETTER GRAPH (#398)Dhravya Shah2025-08-296-70/+517
| | | Co-authored-by: Dhravya Shah <[email protected]>
* feat: migrate from react-markdown to streamdown (#394)mahesh/streamdown-integrationMaheshtheDev2025-08-291-1/+1
| | | | | | | | | | | | | | | | | | | | | Before (react-markdown) | After (streamdown) | | --- | --- | | <img width="300" height="863" alt="Before: react-markdown rendering" src="https://github.com/user-attachments/assets/807d0d3c-8634-45f3-a34f-79dd8139bef2" /> | <img width="300" height="814" alt="After: streamdown rendering" src="https://github.com/user-attachments/assets/8a718a9c-d842-424b-8679-15036076b142" /> | ## Changes Made - **Dependencies**: Removed `react-markdown` and `remark-gfm`, added `streamdown@^1.1.6` - **Component Updates**: - Updated chat message rendering to use `<Streamdown>` component - Maintained all existing functionality for tool state rendering - Preserved prose styling classes for consistent appearance - **Code Quality Improvements**: - Fixed TypeScript type issues with message parts - Improved switch case structure with proper default cases - Replaced array index-based keys with stable message-based keys - Added `useCallback` for performance optimization - Fixed biome linting issues and switch case fallthrough warnings
* ci: temp add debugging to ai-sdk workflow (#392)shreyans/08-29-ci_temp_add_debugging_to_ai-sdk_workflowCodeWithShreyans2025-08-281-5/+5
|
* Merge pull request #384 from ↵Mahesh Sanikommu2025-08-281-1/+10
|\ | | | | | | | | supermemoryai/08-24-feat_ui_integrations_page_with_shortcuts_auto_api_key_generation feat (ui): Integrations page with shortcuts & auto API Key generation
| * added connections as well to integrations viewMahesh Sanikommmu2025-08-251-1/+10
| |
* | feat: openai js and python sdk utilities (#389)shreyans/08-27-feat_openai_js_and_python_sdk_utilitiesCodeWithShreyans2025-08-2722-47/+4637
| | | | | | | | needs testing
* | chore: add repository to make auto publish workDhravya Shah2025-08-261-0/+4
| |
* | Merge branch 'main' of https://github.com/supermemoryai/supermemoryDhravya Shah2025-08-263-155/+242
|\ \
| * \ Merge pull request #377 from supermemoryai/mahesh/update-memory-detail-viewMahesh Sanikommu2025-08-261-1/+1
| |\ \ | | | | | | | | ui (memory detail): improved memory detail view and open chat
| | * | ui (memory detail): improved memory detail view and open chatMahesh Sanikommmu2025-08-231-1/+1
| | | |
| * | | feat: add 'last used' badge to login page (#387)Alex Foster2025-08-252-154/+241
| | |/ | |/|
* / | includeFullDoc: true in search endpointDhravya Shah2025-08-262-3/+16
|/ /
* | fix: ai-sdk config optional (#380)CodeWithShreyans2025-08-233-14/+14
| |
* | feat: add tsdown.config.ts (#379)CodeWithShreyans2025-08-234-26/+53
| |
* | fix: ai-sdk build (#378)CodeWithShreyans2025-08-232-2/+3
|/
* Add AI SDK Utilities (#375)Shreyans Jain2025-08-2117-194/+1097
| | | | | | | | | | | | | | | | | | | | | | | | | | ### TL;DR Upgraded Biome to v2.2.0 and added a new AI SDK package for supermemory integration. ### What changed? - Updated Biome configuration with enhanced linting rules and formatting options - Upgraded `@biomejs/biome` from v2.1.3 to v2.2.0 - Added a new `@supermemory/ai-sdk` package with: - Infinite Chat Provider for connecting to various LLM providers with unlimited context - Memory Tools for searching, adding, and fetching memories from supermemory - Comprehensive test suite for both features - Detailed README with usage examples and configuration options - Removed unused ESLint and TypeScript configuration packages ### How to test? 1. Run `bun install` to update dependencies 2. Test the new AI SDK: 3. Verify Biome works with the updated configuration: ### Why make this change? The new AI SDK package provides integration with Vercel's AI SDK, allowing developers to use supermemory's context management with various LLM providers. This enables unlimited context support and memory tools for AI agents. The Biome upgrade brings improved linting and formatting capabilities, enhancing code quality across the project.
* Enhanced Text Editor and format fixes with biome (#371)Mahesh Sanikommu2025-08-2192-2475/+2515
|
* New Version of Supermemory Consumer AppMahesh Sanikommmu2025-08-16123-595/+12557
|
* Minor cleanup and fixDhravya Shah2025-03-121-21/+1
|
* implement hybrid searchDhravya Shah2025-02-181-6/+16
|
* change embedding modelDhravya Shah2025-01-271-1/+1
|
* Supermemory v2 Release 🚀Dhravya Shah2025-01-2091-4071/+578
|
* Fix Tailwind configuration and use TurbopackLee Robinson2024-08-121-1/+2
|
* fix: prop types in comboboxDhravya Shah2024-08-121-4/+14
|
* alert when deleting spacecodeTorso2024-08-122-1/+142
|
* why is this novel shit brokecodeTorso2024-08-121-32/+55
|
* fix: buildsVinit Shah2024-08-071-2/+2
|
* merged latest changes with queue branch and ready for prodDhravya Shah2024-08-061-10/+68
|\
| * Scroll bar addedfyzanshaik2024-08-051-10/+68
| |
* | move limit to backend and thread service bindingKush Thaker2024-08-052-2/+17
| |
* | db schema in packagesKush Thaker2024-07-313-0/+290
|/
* fixed builds, added friend integrationDhravya Shah2024-07-281-1/+1
|
* mergedDhravya Shah2024-07-285-0/+64
|\
| * let's go boys!! canvascodetorso2024-07-255-0/+64
| |
* | home page stylecodetorso2024-07-281-1/+1
| |
* | formatSaatvik Arya2024-07-253-15/+15
| |
* | pnpmSaatvik Arya2024-07-254-7/+16
| |
* | address ts issuesSaatvik Arya2024-07-251-1/+3
|/
* added ability to use pro mode, to do complex timeseries/location searchesDhravya Shah2024-07-221-0/+4
|
* Merge pull request #135 from aryasaatvik/ui-tsconfigDhravya Shah2024-07-224-4/+6
|\ | | | | fix(ui, repo): resolve typescript svg import error
| * resolve ts error for svg importsSaatvik Arya2024-07-223-2/+6
| |
| * remove redundant icon exportSaatvik Arya2024-07-221-2/+0
| |
* | add damn home iconDhravya Shah2024-07-221-0/+3
| |
* | fix loaders, allow larger websitesDhravya Shah2024-07-221-1/+1
|/
* revert menuDhravya Shah2024-07-211-0/+2
|
* added telegram bot linkDhravya Shah2024-07-201-0/+15
|
* changes in queryinput home layoutDhravya Shah2024-07-201-2/+0
|