aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* feat: redesign MCP connection flow with step-based UI and v1 migration (#399)MaheshtheDev2025-09-012-142/+419
| | | | [Screen Recording 2025-08-31 at 12.03.49 PM.mov <span class="graphite__hidden">(uploaded via Graphite)</span> <img class="graphite__hidden" src="https://app.graphite.dev/user-attachments/thumbnails/f6c88b1f-9f16-47aa-8d5f-6cde61b61e4f.mov" />](https://app.graphite.dev/user-attachments/video/f6c88b1f-9f16-47aa-8d5f-6cde61b61e4f.mov)
* Merge branch 'main' of https://github.com/supermemoryai/supermemoryDhravya Shah2025-08-3036-199/+4727
|\
| * Merge pull request #395 from supermemoryai/mahesh/browser-extensionMahesh Sanikommu2025-08-2936-199/+4727
| |\ | | | | | | feat: browser extension
| | * fixed bun lock issueMahesh Sanikommmu2025-08-291-221/+1091
| | |
| | * Merge branch 'main' into mahesh/browser-extensionMahesh Sanikommu2025-08-2916-433/+1218
| | |\ | | |/ | |/|
| | * migrated the search to API v4Mahesh Sanikommmu2025-08-292-5/+8
| | |
| | * fix the css issue with buttonMahesh Sanikommmu2025-08-292-3/+1
| | |
| | * tailwind css to popupMahesh Sanikommmu2025-08-284-772/+86
| | |
| | * welcome page tailwind css integrationMahesh Sanikommmu2025-08-285-260/+45
| | |
| | * added app token registration for extensionMahesh Sanikommmu2025-08-281-2/+14
| | |
| | * updated bun lock fileMahesh Sanikommmu2025-08-281-5/+626
| | |
| | * feat: browser extensionMahesh Sanikommmu2025-08-2834-0/+3956
| | |
* | | temp disable waitlist for user testingDhravya Shah2025-08-301-11/+12
|/ /
* | fix: buildDhravya Shah2025-08-291-0/+1
| |
* | BETTER GRAPH (#398)Dhravya Shah2025-08-297-356/+798
| | | | | | Co-authored-by: Dhravya Shah <[email protected]>
* | feat: migrate from react-markdown to streamdown (#394)mahesh/streamdown-integrationMaheshtheDev2025-08-296-61/+344
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Add claude GitHub actions 1756491853286 (#397)Dhravya Shah2025-08-292-0/+104
| |
* | refactor(ui): optimize menu hover width and simplify text layout (#396)08-29-optimize_menu_hover_width_and_simplify_text_layoutMaheshtheDev2025-08-291-16/+2
|/ | | | | | | | | | | | | | Before ![image.png](https://app.graphite.dev/user-attachments/assets/a29a075c-52fc-421d-b3ab-d19163a0cade.png) After ![image.png](https://app.graphite.dev/user-attachments/assets/2b2584ea-cb07-44ed-bec4-c3b23e70b4d2.png) - Reduced menu hover width from 220px to 160px - Simplified text positioning from absolute positioning to padding-left - Removed the usage limit warning badge from the desktop menu
* ci: fix ai-sdk publish (#393)shreyans/08-29-ci_fix_ai-sdk_publishCodeWithShreyans2025-08-291-2/+6
|
* ci: temp add debugging to ai-sdk workflow (#392)shreyans/08-29-ci_temp_add_debugging_to_ai-sdk_workflowCodeWithShreyans2025-08-283-13/+13
|
* Merge pull request #384 from ↵Mahesh Sanikommu2025-08-284-11/+707
|\ | | | | | | | | supermemoryai/08-24-feat_ui_integrations_page_with_shortcuts_auto_api_key_generation feat (ui): Integrations page with shortcuts & auto API Key generation
| * fix the commetns08-24-feat_ui_integrations_page_with_shortcuts_auto_api_key_generationMahesh Sanikommmu2025-08-281-4/+4
| |
| * added connections as wellMahesh Sanikommmu2025-08-252-16/+360
| |
| * added connections as well to integrations viewMahesh Sanikommmu2025-08-254-7/+359
| |
* | feat: openai js and python sdk utilities (#389)shreyans/08-27-feat_openai_js_and_python_sdk_utilitiesCodeWithShreyans2025-08-2725-83/+4709
| | | | | | | | needs testing
* | feat: support project-specific installation commands (#390)08-27-feat_support_project-specific_installation_commandsalexf372025-08-271-24/+107
| | | | | | | | | | This PR simply updates the installation dialog to allow you to choose a project which the command installs the MCP for. ![image.png](https://app.graphite.dev/user-attachments/assets/f1136780-2005-40a2-96bb-31b98791600d.png)
* | chore: add repository to make auto publish workDhravya Shah2025-08-261-0/+4
| |
* | Merge branch 'main' of https://github.com/supermemoryai/supermemoryDhravya Shah2025-08-2612-984/+1073
|\ \
| * \ Merge pull request #377 from supermemoryai/mahesh/update-memory-detail-viewMahesh Sanikommu2025-08-266-769/+808
| |\ \ | | | | | | | | ui (memory detail): improved memory detail view and open chat
| | * | added summary and memory details to memory detail viewMahesh Sanikommmu2025-08-241-31/+71
| | | |
| | * | ui (memory detail): improved memory detail view and open chatMahesh Sanikommmu2025-08-236-769/+768
| | | |
| * | | fix: memory limits cutoff (#385)alex/fix-memory-limits-cutoffalexf372025-08-261-11/+18
| | | | | | | | | | | | | | | | Previously, the badge with the memories limit in the consumer app menu was cut off on desktop, and now with this PR, it no longer is.
| * | | fix: missing dialog title in consumer mobile drawer (#386)alexf372025-08-261-0/+6
| | | |
| * | | fix sentry server issue (#388)MaheshtheDev2025-08-253-50/+0
| | | |
| * | | 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: redeployDhravya Shah2025-08-241-1/+1
| |
* | fix: name in wranglerDhravya Shah2025-08-234-48/+50
| |
* | ci: add ai-sdk publish (#381)CodeWithShreyans2025-08-231-0/+38
| |
* | 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-233-9/+25
| |
* | fix: unused ts expect errorDhravya Shah2025-08-231-1/+0
| |
* | sentry sourcemapsDhravya Shah2025-08-235-65/+4060
|/
* fix: env varsDhravya Shah2025-08-222-2/+3
|
* feat: sentry integration (#376)MaheshtheDev2025-08-219-50/+134
|
* Add AI SDK Utilities (#375)Shreyans Jain2025-08-2120-244/+1177
| | | | | | | | | | | | | | | | | | | | | | | | | | ### 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-21149-6779/+7859
|
* Merge pull request #368 from supermemoryai/mahesh/doc-updateDhravya Shah2025-08-167-421/+645
|\ | | | | Added Usage Instructions and Connection fix
| * added usage notesMahesh Sanikommmu2025-08-167-421/+645
| |