| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: hardcode names (#444)10-01-fix_hardcode_names | MaheshtheDev | 2025-10-01 | 1 | -1/+3 |
| | | |||||
| * | feat: layout design with theme improvements (#443)09-25-feat_layout_design_with_theme_improvements | MaheshtheDev | 2025-10-01 | 64 | -10227/+4064 |
| | | | | | | | | | feat: layout design with theme improvements new improvements on light mode layout chore: settings page with graph header and memories list | ||||
| * | UI: onboarding improvements (#435)09-23-ui_onboarding_improvements | MaheshtheDev | 2025-10-01 | 22 | -1447/+1015 |
| | | | | | | | UI: onboarding improvements ui(onboarding): updated onboarding ui patterns | ||||
| * | feat: new onboarding flow (#408)09-03-feat_new_onboarding_flow | alexf37 | 2025-10-01 | 27 | -13/+2582 |
| | | | | | This is the onboarding flow that you have all seen in my demo. | ||||
| * | feat: Claude memory integration | Dhravya Shah | 2025-09-29 | 13 | -4/+2647 |
| | | |||||
| * | fix: build | Dhravya Shah | 2025-09-28 | 1 | -15/+989 |
| | | |||||
| * | hot-fix: chat conversation reaching max depth with update (#442) | MaheshtheDev | 2025-09-29 | 1 | -68/+107 |
| | | |||||
| * | Merge branch 'main' of https://github.com/supermemoryai/supermemory | Dhravya Shah | 2025-09-28 | 3 | -40/+35 |
| |\ | |||||
| | * | fix: disable experimental React Compiler in Next.js config and remove ↵ | MaheshtheDev | 2025-09-28 | 3 | -40/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | babel-plugin-react-compiler dependency. (#441) Removed React Compiler from the project configuration and dependencies. ### What changed? - Removed `reactCompiler: true` from the experimental options in `next.config.ts` - Removed `babel-plugin-react-compiler` dependency from `package.json` - Updated formatting in `next.config.ts` to use consistent indentation and semicolons ### Why make this change? React Compiler (formerly React Forget) is still in experimental phase and may be causing stability issues or unnecessary complexity in the build process. Removing it simplifies our dependency tree while maintaining full functionality. The PostHog update ensures we're using the latest version with any bug fixes or improvements. | ||||
| * | | migrate docs to public | Dhravya Shah | 2025-09-28 | 121 | -0/+20188 |
| |/ | |||||
| * | Merge branch 'main' of https://github.com/supermemoryai/supermemory | Dhravya Shah | 2025-09-24 | 11 | -73/+364 |
| |\ | |||||
| | * | fix: SSR issue while localStorage is being accessed (#437) | MaheshtheDev | 2025-09-24 | 1 | -1/+10 |
| | | | |||||
| | * | feat(extension): Auto Logout when token is invalidated, Account Section (#438) | MaheshtheDev | 2025-09-24 | 5 | -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  | ||||
| | * | fix(pricing): update the new pricing limits on pro plan (#439) | MaheshtheDev | 2025-09-24 | 2 | -2/+2 |
| | | | |||||
| | * | feat: add one click install to cursor on connect to ai modal (#436) | MaheshtheDev | 2025-09-23 | 1 | -39/+176 |
| | | | |||||
| | * | Update ADD_MEMORY_SHORTCUT_URL to new URL (#434) | MaheshtheDev | 2025-09-23 | 1 | -1/+1 |
| | | | |||||
| | * | Rename CONTRIBUTING.md file (#433) | MaheshtheDev | 2025-09-23 | 2 | -1/+1 |
| | | | | | | | | | - Renamed CONTRIBUTE.md to CONTRIBUTING.md to follow standard GitHub conventions. | ||||
| * | | bump version | Dhravya Shah | 2025-09-24 | 2 | -12/+13 |
| |/ | |||||
| * | fix: one more type error | Dhravya Shah | 2025-09-19 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'main' of https://github.com/supermemoryai/supermemory | Dhravya Shah | 2025-09-19 | 2 | -0/+1 |
| |\ | |||||
| | * | feat: new favicon (#426)shreyans/09-18-feat_new_favicon | CodeWithShreyans | 2025-09-19 | 2 | -0/+1 |
| | | | |||||
| * | | fix | Dhravya Shah | 2025-09-19 | 2 | -115/+119 |
| |/ | |||||
| * | fix: one more build error | Dhravya Shah | 2025-09-18 | 1 | -34/+34 |
| | | |||||
| * | Merge branch 'main' of https://github.com/supermemoryai/supermemory | Dhravya Shah | 2025-09-18 | 2 | -15/+47 |
| |\ | |||||
| | * | ui: enable chrome extension download (#423) | MaheshtheDev | 2025-09-17 | 2 | -15/+47 |
| | | | | | | | | |  | ||||
| * | | fix | Dhravya Shah | 2025-09-18 | 1 | -1/+1 |
| |/ | |||||
| * | Merge branch 'main' of https://github.com/supermemoryai/supermemory | Dhravya Shah | 2025-09-15 | 1 | -1/+7 |
| |\ | |||||
| | * | feat: auto redirect to last site (#422)shreyans/09-14-feat_auto_redirect_to_last_site | CodeWithShreyans | 2025-09-14 | 1 | -1/+7 |
| | | | |||||
| * | | change /memories to /documents, remove unwanted dependency, biome format | Dhravya Shah | 2025-09-15 | 8 | -119/+116 |
| |/ | |||||
| * | Merge branch 'main' of https://github.com/supermemoryai/supermemory | Dhravya Shah | 2025-09-13 | 5 | -519/+652 |
| |\ | |||||
| | * | fix: autumn caching issue (#421) | MaheshtheDev | 2025-09-13 | 2 | -296/+285 |
| | | | |||||
| | * | ui: delete document and related memories dialog (#420) | MaheshtheDev | 2025-09-13 | 2 | -110/+249 |
| | | | |||||
| | * | fix: connections activation autumn (#419) | MaheshtheDev | 2025-09-12 | 1 | -113/+118 |
| | | | |||||
| * | | update: Readme | Dhravya Shah | 2025-09-13 | 60 | -3986/+41 |
| |/ | |||||
| * | Merge branch 'main' of https://github.com/supermemoryai/supermemory | Dhravya Shah | 2025-09-10 | 15 | -696/+2641 |
| |\ | |||||
| | * | feat (extension) : Auto Search Toggle for Chat Applications (#418) | MaheshtheDev | 2025-09-10 | 15 | -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 public | Dhravya Shah | 2025-09-10 | 58 | -0/+3938 |
| |/ | |||||
| * | feat: pro subscriber email config (#417) | MaheshtheDev | 2025-09-10 | 2 | -2/+32 |
| | | |||||
| * | merged | Dhravya Shah | 2025-09-09 | 16 | -656/+705 |
| |\ | |||||
| | * | extension: updated telemetry and batch upload (#415) | MaheshtheDev | 2025-09-08 | 16 | -652/+706 |
| | | | |||||
| * | | small changes | Dhravya Shah | 2025-09-09 | 3 | -254/+263 |
| |/ | |||||
| * | fix: billing page (#416) | MaheshtheDev | 2025-09-07 | 1 | -173/+208 |
| | | |||||
| * | feat: add mcp migrate route (#410)shreyans/09-03-feat_add_mcp_migrate_route | CodeWithShreyans | 2025-09-04 | 6 | -380/+795 |
| | | |||||
| * | feat: openai python sdk (#409) | CodeWithShreyans | 2025-09-03 | 7 | -92/+152 |
| | | |||||
| * | fix: remove the scripting for extension (#411) | Mahesh Sanikommu | 2025-09-03 | 1 | -1/+0 |
| | | |||||
| * | feat: new tools package (#407) | CodeWithShreyans | 2025-09-02 | 28 | -2617/+963 |
| | | |||||
| * | ux: support integration (#405) | MaheshtheDev | 2025-09-01 | 1 | -1/+32 |
| | | | | |  | ||||
| * | feat: add mcp url to clients in connect ai modal (#406) | MaheshtheDev | 2025-09-01 | 2 | -44/+81 |
| | | | | |  | ||||
| * | completely remove waitlist (#404) | Dhravya | 2025-09-01 | 5 | -286/+33 |
| | | |||||
| * | fix: tour guide fix on overlap (#403) | MaheshtheDev | 2025-09-01 | 1 | -1/+11 |
| | | |||||