aboutsummaryrefslogtreecommitdiff
path: root/apps/browser-extension
Commit message (Collapse)AuthorAgeFilesLines
* fix: chatgpt memories import (#597)11-25-fix_chatgpt_memories_importMaheshtheDev2025-12-022-16/+5
| | | | - ChatGPT changed there DOM with new UI, this PR will fix the import to supermemory feature with chatgpt new UI
* Fix excessive icon refetch made by importing bookmarks (#496)Faizan Shaik2025-11-102-18/+37
| | | | Signed-off-by: fyzanshaik <[email protected]> Co-authored-by: Mahesh Sanikommmu <[email protected]>
* refactor: replace chrome storage api with wxt's storage api (#566)VIshal Anton2025-11-1011-155/+216
| | | Co-authored-by: antonvishal <[email protected]>
* chore: update the chrome extension package (#556)11-03-chore_update_the_chrome_extension_packageMaheshtheDev2025-11-041-1/+1
|
* feat(browser-extension): webpages capture with markdown conversion (#548)10-31-feat_browser-extension_webpages_capture_with_markdown_conversionMaheshtheDev2025-11-034-12/+91
| | | | | | | | | | | | Improved browser extension memory saving with better content handling and added markdown conversion. ### What changed? - Enhanced memory content handling in the background script to prioritize different content types (explicit content, highlighted text, markdown, HTML, or URL) - Added HTML to markdown conversion using TurndownService when saving entire pages - Improved HTML handling by removing script tags before processing - Updated the web app to display the saved URL from metadata when available - Added turndown library and its type definitions as dependencies
* feat: update App component to have a better loading screenSaksham2025-10-242-8/+44
| | | | | | | - Changed the logo image source in App.tsx to use a file based svg rather than url one. - Enhanced the loading indicator with an animated SVG. - Adjusted styles for better alignment and spacing in the loading section. - Added the dark-transparent.svg file to the public directory.
* fix: t3chat prompt injection (#505)MaheshtheDev2025-10-212-64/+92
|
* chore: update to new supermemory support email (#503)MaheshtheDev2025-10-211-1/+1
| | | | updated the new supermemory support email to `[email protected]`
* feat: auto capture disabled by defaultMahesh Sanikommmu2025-10-195-13/+140
|
* chore(browser-extension): t3 chat search memoriesMahesh Sanikommmu2025-10-192-29/+27
|
* version bump'Dhravya Shah2025-10-181-1/+1
|
* feat(browser-extension): folder level x bookmarks import with project ↵MaheshtheDev2025-10-198-18/+573
| | | | | | | | selection (#495) Feature : Import folder level x bookmarks [Screen Recording 2025-10-17 at 1.37.52 PM.mov <span class="graphite__hidden">(uploaded via Graphite)</span> <img class="graphite__hidden" src="https://app.graphite.dev/user-attachments/thumbnails/15cd60ff-856e-4f29-8897-74ae3c869c87.mov" />](https://app.graphite.dev/user-attachments/video/15cd60ff-856e-4f29-8897-74ae3c869c87.mov)
* feat(extension): Auto Logout when token is invalidated, Account Section (#438)MaheshtheDev2025-09-245-29/+174
| | | | | | | | | | | ## Changes: - Added token validation logic that checks if the current auth token is still valid - Implemented automatic logout when token is invalidated with appropriate user feedback - Added an Account section in the popup that displays the user's email - Improved error toast messages with clearer formatting and helper text ![image.png](https://app.graphite.dev/user-attachments/assets/b751f6a4-1a33-42d1-88dd-61aff55dd1c7.png)![image.png](https://app.graphite.dev/user-attachments/assets/202f69f9-c853-4801-850e-ee6d115e300c.png)
* feat: new favicon (#426)shreyans/09-18-feat_new_faviconCodeWithShreyans2025-09-191-0/+1
|
* change /memories to /documents, remove unwanted dependency, biome formatDhravya Shah2025-09-151-2/+2
|
* 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
* mergedDhravya Shah2025-09-0914-645/+683
|\
| * extension: updated telemetry and batch upload (#415)MaheshtheDev2025-09-0814-641/+684
| |
* | small changesDhravya Shah2025-09-091-0/+5
|/
* fix: remove the scripting for extension (#411)Mahesh Sanikommu2025-09-031-1/+0
|
* changes to chrome extension (#402)Dhravya2025-09-0116-409/+494
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ### 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.
* feat (extension): add claude.ai and t3.chat integration support (#400)MaheshtheDev2025-09-013-15/+314
|
* 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-284-260/+41
|
* feat: browser extensionMahesh Sanikommmu2025-08-2834-0/+3956