MaheshtheDev
082b6fb26b
fix: hardcode names ( #444 )
2025-10-01 22:49:55 +00:00
MaheshtheDev
b148296f50
feat: layout design with theme improvements ( #443 )
...
feat: layout design with theme improvements
new improvements on light mode layout
chore: settings page with graph header and memories list
2025-10-01 21:59:54 +00:00
MaheshtheDev
60794f63e2
UI: onboarding improvements ( #435 )
...
UI: onboarding improvements
ui(onboarding): updated onboarding ui patterns
2025-10-01 21:59:53 +00:00
alexf37
ede0f39303
feat: new onboarding flow ( #408 )
...
This is the onboarding flow that you have all seen in my demo.
2025-10-01 21:59:53 +00:00
Dhravya Shah
53bc296155
feat: Claude memory integration
2025-09-29 13:40:56 -07:00
Dhravya Shah
5bbb4edf1b
fix: build
2025-09-28 22:41:28 -07:00
MaheshtheDev
a9bd64c106
hot-fix: chat conversation reaching max depth with update ( #442 )
2025-09-29 05:38:32 +00:00
Dhravya Shah
9f548a477d
Merge branch 'main' of https://github.com/supermemoryai/supermemory
2025-09-28 16:42:17 -07:00
Dhravya Shah
2093b316d9
migrate docs to public
2025-09-28 16:42:06 -07:00
MaheshtheDev
a09e9db7e0
fix: disable experimental React Compiler in Next.js config and remove 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.
2025-09-28 20:15:49 +00:00
Dhravya Shah
697315b9dc
Merge branch 'main' of https://github.com/supermemoryai/supermemory
2025-09-24 23:26:38 -07:00
Dhravya Shah
3d2d3ae35c
bump version
2025-09-24 21:48:56 -07:00
MaheshtheDev
3c127639c3
fix: SSR issue while localStorage is being accessed ( #437 )
2025-09-24 21:04:12 +00:00
MaheshtheDev
7e8b65b36d
feat(extension): Auto Logout when token is invalidated, Account Section ( #438 )
...
## 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

2025-09-24 21:02:05 +00:00
MaheshtheDev
5f09fe0cf1
fix(pricing): update the new pricing limits on pro plan ( #439 )
2025-09-24 20:59:56 +00:00
MaheshtheDev
3c4045ba89
feat: add one click install to cursor on connect to ai modal ( #436 )
2025-09-23 23:25:34 +00:00
MaheshtheDev
8c92aad6a7
Update ADD_MEMORY_SHORTCUT_URL to new URL ( #434 )
2025-09-23 21:08:55 +00:00
MaheshtheDev
be2008dff5
Rename CONTRIBUTING.md file ( #433 )
...
- Renamed CONTRIBUTE.md to CONTRIBUTING.md to follow standard GitHub conventions.
2025-09-23 01:17:53 +00:00
Dhravya Shah
bd78ef0ddf
fix: one more type error
2025-09-19 16:06:26 -07:00
Dhravya Shah
5e22063b6d
Merge branch 'main' of https://github.com/supermemoryai/supermemory
2025-09-19 16:05:22 -07:00
Dhravya Shah
f82104ecc8
fix
2025-09-19 16:05:12 -07:00
CodeWithShreyans
8478db2b4c
feat: new favicon ( #426 )
2025-09-19 22:41:50 +00:00
Dhravya Shah
53eeadccca
fix: one more build error
2025-09-18 12:20:35 -07:00
Dhravya Shah
315d8e413b
Merge branch 'main' of https://github.com/supermemoryai/supermemory
2025-09-18 12:16:50 -07:00
Dhravya Shah
4942525ee9
fix
2025-09-18 12:16:45 -07:00
MaheshtheDev
c09a64a353
ui: enable chrome extension download ( #423 )
...

2025-09-17 19:28:18 +00:00
Dhravya Shah
a6890ccab0
Merge branch 'main' of https://github.com/supermemoryai/supermemory
2025-09-15 19:02:30 -07:00
Dhravya Shah
27ea75b4a2
change /memories to /documents, remove unwanted dependency, biome format
2025-09-15 19:02:24 -07:00
CodeWithShreyans
03a2397fc1
feat: auto redirect to last site ( #422 )
2025-09-14 23:54:15 +00:00
Dhravya Shah
8de2099e14
Merge branch 'main' of https://github.com/supermemoryai/supermemory
2025-09-13 22:09:46 -07:00
Dhravya Shah
90fd19f215
update: Readme
2025-09-13 22:09:40 -07:00
MaheshtheDev
8fe4e86a3a
fix: autumn caching issue ( #421 )
2025-09-13 22:44:03 +00:00
MaheshtheDev
82eb173635
ui: delete document and related memories dialog ( #420 )
2025-09-13 22:27:50 +00:00
MaheshtheDev
7b632e16eb
fix: connections activation autumn ( #419 )
2025-09-12 00:51:05 +00:00
Dhravya Shah
a17655460f
Merge branch 'main' of https://github.com/supermemoryai/supermemory
2025-09-10 19:13:40 -07:00
Dhravya Shah
daa5d039f3
make docs public
2025-09-10 19:13:33 -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
MaheshtheDev
96f1a97fd6
feat: pro subscriber email config ( #417 )
2025-09-10 03:33:45 +00:00
Dhravya Shah
1ffb9f9aa8
merged
2025-09-09 20:15:22 -07:00
Dhravya Shah
8e1672a6bd
small changes
2025-09-09 20:14:38 -07:00
MaheshtheDev
3e5ea2fd9e
extension: updated telemetry and batch upload ( #415 )
2025-09-08 05:19:10 +00:00
MaheshtheDev
99fd62d5f1
fix: billing page ( #416 )
2025-09-07 16:54:58 +00:00
CodeWithShreyans
84fea4a698
feat: add mcp migrate route ( #410 )
2025-09-04 16:46:47 +00:00
CodeWithShreyans
101f3817bd
feat: openai python sdk ( #409 )
2025-09-03 21:48:36 +00:00
Mahesh Sanikommu
ade1b6732c
fix: remove the scripting for extension ( #411 )
2025-09-03 13:01:24 -07:00
CodeWithShreyans
cae7051d1a
feat: new tools package ( #407 )
2025-09-02 23:11:19 +00:00
MaheshtheDev
33277b492c
ux: support integration ( #405 )
...

2025-09-01 23:45:44 +00:00
MaheshtheDev
bf2d8e2f5f
feat: add mcp url to clients in connect ai modal ( #406 )
...

2025-09-01 23:43:54 +00:00
Dhravya
48e23c13ed
completely remove waitlist ( #404 )
2025-09-01 07:12:37 +00:00
MaheshtheDev
31463406ce
fix: tour guide fix on overlap ( #403 )
2025-09-01 06:11:58 +00:00