aboutsummaryrefslogtreecommitdiff
path: root/apps/browser-extension/entrypoints/content
Commit message (Collapse)AuthorAgeFilesLines
* Fix excessive icon refetch made by importing bookmarks (#496)Faizan Shaik2025-11-101-13/+25
| | | | 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-104-48/+35
| | | Co-authored-by: antonvishal <[email protected]>
* feat(browser-extension): webpages capture with markdown conversion (#548)10-31-feat_browser-extension_webpages_capture_with_markdown_conversionMaheshtheDev2025-11-031-7/+57
| | | | | | | | | | | | 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
* fix: t3chat prompt injection (#505)MaheshtheDev2025-10-211-63/+91
|
* feat: auto capture disabled by defaultMahesh Sanikommmu2025-10-193-0/+43
|
* chore(browser-extension): t3 chat search memoriesMahesh Sanikommmu2025-10-191-28/+26
|
* feat(browser-extension): folder level x bookmarks import with project ↵MaheshtheDev2025-10-191-3/+173
| | | | | | | | 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 Search Toggle for Chat Applications (#418)MaheshtheDev2025-09-106-0/+2310
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