aboutsummaryrefslogtreecommitdiff
path: root/apps/browser-extension/entrypoints/content/chatgpt.ts
Commit message (Collapse)AuthorAgeFilesLines
* feat: mobile responsive, lint formats, toast, render issue fix (#688)01-20-feat_mobile_responsive_lint_formats_ui_improvements_render_issue_fixMaheshtheDev2026-01-211-1/+0
| | | | | | | | - Mobile responsive - new toast design - web document render issue fix - posthog analytics - ui improvements
* fix: chatgpt memories import (#597)11-25-fix_chatgpt_memories_importMaheshtheDev2025-12-021-15/+4
| | | | - ChatGPT changed there DOM with new UI, this PR will fix the import to supermemory feature with chatgpt new UI
* refactor: replace chrome storage api with wxt's storage api (#566)VIshal Anton2025-11-101-12/+8
| | | Co-authored-by: antonvishal <[email protected]>
* feat: auto capture disabled by defaultMahesh Sanikommmu2025-10-191-0/+10
|
* feat (extension) : Auto Search Toggle for Chat Applications (#418)MaheshtheDev2025-09-101-0/+724
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