Commit graph

1396 commits

Author SHA1 Message Date
Dhravya Shah
9c5972b3d6
Merge pull request #491 from vorahardik7/fix/graph-view
fix: mount graph dialog globally to fix chat page issue
2025-10-17 19:39:36 -07:00
Mahesh Sanikommmu
7409de5a33 comment fixes 2025-10-17 17:43:24 -07:00
MaheshtheDev
90eea41ded fix: magic link auth for chrome extension (#492)
The issue is whenever a user is trying to log in with an email and a one-time code, the Chrome extension is not able to authenticate. The fix is to add a callback URL with a query parameter of `extension-auth-success` equal to `true`, which will allow the Chrome extension to identify and verify the auth whenever a user is trying to log in into the Chrome extension.
2025-10-17 04:29:32 +00:00
vorahardik7
33ee19e7aa fix: mount graph dialog globally to fix chat page issue 2025-10-15 19:04:23 -07:00
Dhravya Shah
17fa79cba8
Merge pull request #488 from naman06dev/main
feat: n8n + zapier integration page
2025-10-13 12:14:56 -07:00
Naman Bansal
c352f41b18 feat: zapier page 2025-10-13 17:10:57 +08:00
Naman Bansal
ca3c13b946 feat: n8n integration page 2025-10-13 12:48:24 +08:00
MaheshtheDev
a9e986e680 feat: project selection, creation for each connectors (#486)
- Added Project Selection for Each Connectors
- Updated the Layout from list the cards layout
2025-10-12 06:56:15 +00:00
Mahesh Sanikommu
6a6a65a56a
Merge pull request #485 from supermemoryai/10-10-fix_add_memory_code_params_and_documentation_in_readme
fix: add memory code params and documentation in readme
2025-10-11 08:03:06 -07:00
Mahesh Sanikommmu
b12dfc13f6 removed unneccasry comments 2025-10-10 21:29:27 -07:00
Mahesh Sanikommmu
b3669a2675 removed unused code and lint issues 2025-10-10 21:27:58 -07:00
Mahesh Sanikommmu
3e47d9ee53 fix: side effect removal 2025-10-10 21:13:21 -07:00
Mahesh Sanikommmu
d8874e8c17 fix: add memory code params and documentation in readme 2025-10-10 21:06:52 -07:00
sohamd22
91a2aa5fdb create memory adding option in vercel sdk (#484)
### TL;DR

Added support for automatically saving user messages to Supermemory.

### What changed?

- Added a new `addMemory` option to `wrapVercelLanguageModel` that accepts either "always" or "never" (defaults to "never")
- Implemented the `addMemoryTool` function to save user messages to Supermemory
- Modified the middleware to check the `addMemory` setting and save the last user message when appropriate
- Initialized the Supermemory client in the middleware to enable memory storage

### How to test?

1. Set the `SUPERMEMORY_API_KEY` environment variable
2. Use the `wrapVercelLanguageModel` function with the new `addMemory: "always"` option
3. Send a user message through the model
4. Verify that the message is saved to Supermemory with the specified container tag

### Why make this change?

This change enables automatic memory creation from user messages, which improves the system's ability to build a knowledge base without requiring explicit memory creation calls. This is particularly useful for applications that want to automatically capture and store user interactions for future reference.
2025-10-11 03:45:06 +00:00
Dhravya Shah
177b5e3419
Merge pull request #475 from Mikethebot44/feature/add-memory-dialog-ux
improve Add Memory dialog UX and dark/light mode consistency
2025-10-10 20:40:52 -07:00
Mahesh Sanikommmu
80ae5b9fb6 removed unneccasary comments 2025-10-10 18:36:25 -07:00
Dhravya Shah
55563445b8
Merge pull request #481 from namancoderpro/naman/docs
feat: user profiles docs
2025-10-10 12:48:56 -07:00
Naman Bansal
07ef27488f fix: image typo: 2025-10-10 20:04:07 +08:00
Naman Bansal
01a09fac56 feat: profile page updates 2025-10-10 19:47:57 +08:00
MaheshtheDev
35ac9e086b feat: ai sdk language model withSupermemory (#446) 2025-10-10 05:10:03 +00:00
MaheshtheDev
20c41706e1 fix: mobile layout on empty projects (#479)
Issue:
On mobile, connect to ai modal is overlapping and hard to use the app when project is empty

Fix:
\- Disabling the Connect to ai modal on mobile

**Reason for this fix**, as MCP modal is hardly needed for mobile users

[Report issue link from Discord](https://discord.com/channels/1114913976422256742/1378895805741793350/1425912333556777082)
2025-10-09 23:54:06 +00:00
Your Name
812566767d improve Add Memory dialog UX and dark/light mode consistency 2025-10-09 18:05:39 +08:00
Your Name
1f1619f9b6 feat: format memory dialog content in markdown
- Add markdown rendering support to memory content display
- Auto-detect and format JSON responses in code blocks
- Convert terminal commands to bash code blocks
- Improve code block styling with monospace font and compact spacing
2025-10-09 15:58:53 +08:00
Dhravya Shah
1d56e4ba94
Merge pull request #468 from supermemoryai/10-08-fix_docs_repo_links_and_spell_checks
fix(docs): repo links and spell checks
2025-10-08 20:55:42 -07:00
Dhravya Shah
b3d7388f8c
Merge pull request #469 from aryankeluskar/model-picker-patch
fix: add button type to ModelSelector and ProjectSelector components
2025-10-08 20:55:26 -07:00
Aryan Keluskar
6bb81bfaf8 fix: add button type to ModelSelector and ProjectSelector components 2025-10-08 17:46:58 -07:00
Mahesh Sanikommmu
0fc6d27e7a fix(docs): repo links and spell checks 2025-10-08 17:06:53 -07:00
MaheshtheDev
2ec20df0ea fix: project deletion on moving documents (#467) 2025-10-08 23:34:31 +00:00
Dhravya Shah
1e2657cf5c
Revert "test(ai-sdk): streamText and generateText for ai sdk" (#466) 2025-10-08 15:56:03 -07:00
Mahesh Sanikommu
77b6e2b8dc
test(ai-sdk): streamText and generateText for ai sdk (#451) 2025-10-08 15:55:42 -07:00
Shreyans Jain
4467b65524
fix: openai python sdk package export (#432) 2025-10-08 15:54:42 -07:00
MaheshtheDev
d71ce03c46 feat: manual mcp and quick click to open (#464)
### Enhanced the Connect AI Modal with manual configuration options and improved MCP integration.

### What changed?

- Added a new "Manual Config" tab in the MCP URL section that generates and displays API keys for authentication
- Implemented automatic API key generation for manual MCP configuration
- Added URL parameter support (`?mcp=manual`) to directly open the MCP modal with manual configuration
- Improved the UI with better tab labels and more descriptive instructions
- Added copy functionality for configuration JSON with visual feedback
- Refactored the ConnectAIModal component to accept new props: `openInitialClient` and `openInitialTab`
- Added state management for API keys and copied status
2025-10-08 19:07:13 +00:00
Dhravya Shah
a622318325 remove comments 2025-10-07 17:32:21 -07:00
Dhravya Shah
1a6526dcc7 docs: fix indent 2025-10-07 17:32:04 -07:00
Dhravya Shah
290f731b51 Merge branch 'main' of https://github.com/supermemoryai/supermemory 2025-10-07 17:25:59 -07:00
Dhravya Shah
457dfeb8f0 fix: all broken links 2025-10-07 17:25:39 -07:00
MaheshtheDev
4a23ab1326 feat: history view in the header and dialog modal (#456) 2025-10-06 16:29:39 +00:00
MaheshtheDev
e86104b645 feat: multiple models & ui improvements (#455) 2025-10-06 16:25:38 +00:00
MaheshtheDev
cdfb942fa8 feat: app improvements (#454) 2025-10-06 15:51:31 +00:00
MaheshtheDev
0ca737f364 fix: mobile responsive issues on onboarding (#453) 2025-10-06 01:06:32 +00:00
MaheshtheDev
583c2651b6 feat: url cards as content preview with rich details (#452)
Improved memory detail UI with better document icons and layout and Added dark mode support to the Chrome extension button

### What changed?

- Enhanced the WebsiteCard component with an `onOpenDetails` prop
- Improved the MemoryDetail component with:
  - Better layout for document headers and source links
  - Enhanced content scrolling with proper height constraints
  - Improved spacing and padding in various sections
- Added favicon support to document icons, showing website favicons for webpage documents
- Fixed document type detection for webpages and URLs
- Added dark mode support to the Chrome extension button component with appropriate color classes

[Screen Recording 2025-10-03 at 11.34.01 PM.mov <span class="graphite__hidden">(uploaded via Graphite)</span> <img class="graphite__hidden" src="https://app.graphite.dev/user-attachments/thumbnails/2f6ceef2-43a2-4e11-bafa-0f3ce614696b.mov" />](https://app.graphite.dev/user-attachments/video/2f6ceef2-43a2-4e11-bafa-0f3ce614696b.mov)
2025-10-04 21:38:13 +00:00
Dhravya Shah
4d6fd37c99 fix: model names 2025-10-03 02:41:49 -07:00
Dhravya Shah
e1d7d6ba70 chore: fix docs again 2025-10-03 02:39:29 -07:00
Dhravya Shah
be34a14550 Merge branch 'main' of https://github.com/supermemoryai/supermemory 2025-10-03 02:37:50 -07:00
Dhravya Shah
c65f4e97ac fix: docs 2025-10-03 02:37:30 -07:00
MaheshtheDev
c3f1647a70 fix: raycast org selection based api key creation (#447) 2025-10-03 07:56:41 +00:00
MaheshtheDev
050b241fb6 ui: update the chrome extension visibilty (#448)
ui: update the chrome extension visibilty

fix the ui for the chrome extension icon

remove bun lock

![image.png](https://app.graphite.dev/user-attachments/assets/e5da1528-95dd-455a-bd35-6d93a3c369b9.png)

![image.png](https://app.graphite.dev/user-attachments/assets/ecc6ed96-6a87-4569-8220-adef56ab185e.png)
2025-10-03 07:55:08 +00:00
MaheshtheDev
aa25b37d9b fix: billing metrics display for pro users (#450)
Before we are showing 0/0

![image.png](https://app.graphite.dev/user-attachments/assets/d306f167-4151-490c-bb5c-f3774d5324b7.png)
2025-10-03 07:53:04 +00:00
MaheshtheDev
56590e9329 feat: delete memories and theme issues across the app (#449)
# Add document deletion functionality and fix UI theme issues

This PR adds the ability to delete documents and their associated memories across all content card types (Google Docs, Notes, Tweets, and Websites). Each card now includes:

- A delete button that appears on hover
- A confirmation dialog to prevent accidental deletions
- Proper event handling to avoid triggering card clicks when using delete controls

Additionally, this PR fixes various UI theme issues:

- Updates button styling in the ActionButtons component
- Improves theme consistency by replacing hardcoded colors with theme variables
- Fixes text color issues in login page components
- Ensures proper color contrast in various UI elements

The masonry layout was also improved to properly re-render when documents are removed.
2025-10-03 07:51:00 +00:00
Dhravya Shah
698bd0e1cd fix: tools files 2025-10-02 17:09:27 -07:00