Commit graph

6 commits

Author SHA1 Message Date
Akhilesh Arora
9cae1959c8
security(browser-extension): fix DOM-based XSS vulnerability (#838) 2026-05-11 02:26:42 -07:00
MaheshtheDev
1423bd7004 feat: mobile responsive, lint formats, toast, render issue fix (#688)
- Mobile responsive
- new toast design
- web document render issue fix
- posthog analytics
- ui improvements
2026-01-21 03:11:53 +00:00
MaheshtheDev
3b75dadbf3 fix: chatgpt memories import (#597)
- ChatGPT changed there DOM with new UI, this PR will fix the import to supermemory feature with chatgpt new UI
2025-12-02 18:59:37 +00:00
VIshal Anton
428ba82dac
refactor: replace chrome storage api with wxt's storage api (#566)
Co-authored-by: antonvishal <antonvishal@appexert.com>
2025-11-10 10:54:03 -08:00
Mahesh Sanikommmu
73c54ff2e4 feat: auto capture disabled by default 2025-10-19 16:37:42 -07:00
MaheshtheDev
d7cc7d847d feat (extension) : Auto Search Toggle for Chat Applications (#418)
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
2025-09-10 03:55:53 +00:00