aboutsummaryrefslogtreecommitdiff
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* feat: layout design with theme improvements (#443)09-25-feat_layout_design_with_theme_improvementsMaheshtheDev2025-10-019-161/+267
| | | | | | | | feat: layout design with theme improvements new improvements on light mode layout chore: settings page with graph header and memories list
* UI: onboarding improvements (#435)09-23-ui_onboarding_improvementsMaheshtheDev2025-10-011-0/+33
| | | | | | UI: onboarding improvements ui(onboarding): updated onboarding ui patterns
* feat: new onboarding flow (#408)09-03-feat_new_onboarding_flowalexf372025-10-014-4/+54
| | | | This is the onboarding flow that you have all seen in my demo.
* feat: Claude memory integrationDhravya Shah2025-09-2910-3/+2261
|
* Merge branch 'main' of https://github.com/supermemoryai/supermemoryDhravya Shah2025-09-241-1/+1
|\
| * Update ADD_MEMORY_SHORTCUT_URL to new URL (#434)MaheshtheDev2025-09-231-1/+1
| |
* | bump versionDhravya Shah2025-09-241-1/+1
|/
* change /memories to /documents, remove unwanted dependency, biome formatDhravya Shah2025-09-152-10/+10
|
* Merge branch 'main' of https://github.com/supermemoryai/supermemoryDhravya Shah2025-09-131-1/+73
|\
| * ui: delete document and related memories dialog (#420)MaheshtheDev2025-09-131-1/+73
| |
* | update: ReadmeDhravya Shah2025-09-132-48/+41
|/
* feat: pro subscriber email config (#417)MaheshtheDev2025-09-101-0/+10
|
* small changesDhravya Shah2025-09-091-253/+256
|
* feat: add mcp migrate route (#410)shreyans/09-03-feat_add_mcp_migrate_routeCodeWithShreyans2025-09-041-93/+120
|
* 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
|\