aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* formatting09-18-formattingDhravya Shah2025-09-1871-2833/+2659
|
* refetching logic change09-18-refetching_logic_changeDhravya Shah2025-09-183-341/+378
|
* format browser extension09-18-format_browser_extensionDhravya Shah2025-09-1824-1521/+1556
|
* newish get started page09-18-newish_get_started_pageDhravya Shah2025-09-188-0/+606
|
* fix: one more build errorDhravya Shah2025-09-181-34/+34
|
* Merge branch 'main' of https://github.com/supermemoryai/supermemoryDhravya Shah2025-09-182-15/+47
|\
| * ui: enable chrome extension download (#423)MaheshtheDev2025-09-172-15/+47
| | | | | | | | ![image.png](https://app.graphite.dev/user-attachments/assets/22834a69-840e-45e3-a7d1-ea5827fb5f58.png)
* | fixDhravya Shah2025-09-181-1/+1
|/
* Merge branch 'main' of https://github.com/supermemoryai/supermemoryDhravya Shah2025-09-151-1/+7
|\
| * feat: auto redirect to last site (#422)shreyans/09-14-feat_auto_redirect_to_last_siteCodeWithShreyans2025-09-141-1/+7
| |
* | change /memories to /documents, remove unwanted dependency, biome formatDhravya Shah2025-09-158-119/+116
|/
* Merge branch 'main' of https://github.com/supermemoryai/supermemoryDhravya Shah2025-09-135-519/+652
|\
| * fix: autumn caching issue (#421)MaheshtheDev2025-09-132-296/+285
| |
| * ui: delete document and related memories dialog (#420)MaheshtheDev2025-09-132-110/+249
| |
| * fix: connections activation autumn (#419)MaheshtheDev2025-09-121-113/+118
| |
* | update: ReadmeDhravya Shah2025-09-1360-3986/+41
|/
* Merge branch 'main' of https://github.com/supermemoryai/supermemoryDhravya Shah2025-09-1015-696/+2641
|\
| * feat (extension) : Auto Search Toggle for Chat Applications (#418)MaheshtheDev2025-09-1015-696/+2641
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds user-controlled auto search functionality for memories across ChatGPT, Claude, and T3.chat with a settings toggle in the extension popup. Changes - Settings UI: Added new "Settings" tab in popup with toggle to enable/disable auto search - Auto Search: Automatically searches user memories while typing in chat apps (disabled by default) - Chat Integration: Supports ChatGPT, Claude, and T3.chat with consistent behavior - User Control: Users can enable/disable auto search via Settings tab - Storage: Added AUTO_SEARCH_ENABLED storage key with default value false Features - ✅ Auto search memories while typing (when enabled) - ✅ Manual search always available via supermemory icons - ✅ Works across all supported chat platforms - ✅ Real-time toggle without requiring page refresh
* | make docs publicDhravya Shah2025-09-1058-0/+3938
|/
* feat: pro subscriber email config (#417)MaheshtheDev2025-09-102-2/+32
|
* mergedDhravya Shah2025-09-0916-656/+705
|\
| * extension: updated telemetry and batch upload (#415)MaheshtheDev2025-09-0816-652/+706
| |
* | small changesDhravya Shah2025-09-093-254/+263
|/
* fix: billing page (#416)MaheshtheDev2025-09-071-173/+208
|
* feat: add mcp migrate route (#410)shreyans/09-03-feat_add_mcp_migrate_routeCodeWithShreyans2025-09-046-380/+795
|
* feat: openai python sdk (#409)CodeWithShreyans2025-09-037-92/+152
|
* fix: remove the scripting for extension (#411)Mahesh Sanikommu2025-09-031-1/+0
|
* feat: new tools package (#407)CodeWithShreyans2025-09-0228-2617/+963
|
* ux: support integration (#405)MaheshtheDev2025-09-011-1/+32
| | | | ![image.png](https://app.graphite.dev/user-attachments/assets/b00fb7aa-0df8-4a9b-908f-598012e9bdbd.png)
* feat: add mcp url to clients in connect ai modal (#406)MaheshtheDev2025-09-012-44/+81
| | | | ![image.png](https://app.graphite.dev/user-attachments/assets/7f4136fc-2d10-46e9-a837-b09d2d6486f8.png)
* completely remove waitlist (#404)Dhravya2025-09-015-286/+33
|
* fix: tour guide fix on overlap (#403)MaheshtheDev2025-09-011-1/+11
|
* changes to chrome extension (#402)Dhravya2025-09-0119-417/+612
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ### TL;DR Added proper semicolons throughout the codebase, improved Twitter import functionality, enhanced memory search results display, and added various icon sizes for the browser extension. ### What changed? - Added semicolons at the end of statements throughout the browser extension codebase for consistent code style - Fixed the Twitter import button to only appear on the bookmarks page - Updated the saveMemoriesToSupermemory function to use the correct action type - Enhanced the memory search functionality to include related memories in search results - Added an expandable UI component in the chat interface to display memory search results with details - Updated the welcome page text to better describe supermemory's capabilities - Added multiple icon sizes (48x48 to 512x512) for better browser extension display across platforms - Updated the sign-in button text from "login in" to "Sign in or create account" - Added turbo flag to the Next.js dev script for faster development ### How to test? 1. Test the Twitter import functionality by visiting the Twitter bookmarks page 2. Verify that the memory search functionality works correctly in chat interfaces 3. Check that the expandable memory results UI displays properly with memory details 4. Confirm that the browser extension icons display correctly at different sizes 5. Verify the sign-in flow with the updated button text ### Why make this change? This change improves code consistency by standardizing semicolon usage throughout the codebase. It enhances the user experience by making the Twitter import feature more targeted and fixing the memory saving functionality. The expandable memory results UI provides users with more detailed information about their memories, making the search functionality more useful. The additional icon sizes ensure the extension displays properly across different platforms and contexts. Overall, these changes improve both the developer experience through consistent code style and the user experience through enhanced functionality and clearer UI elements.
* ui: default open connect ai modal (#401)MaheshtheDev2025-09-011-26/+57
|
* feat (extension): add claude.ai and t3.chat integration support (#400)MaheshtheDev2025-09-013-15/+314
|
* 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]>