Commit graph

1071 commits

Author SHA1 Message Date
MaheshtheDev
548b2b83a4 refactor(ui): optimize menu hover width and simplify text layout (#396)
Before

![image.png](https://app.graphite.dev/user-attachments/assets/a29a075c-52fc-421d-b3ab-d19163a0cade.png)

After

![image.png](https://app.graphite.dev/user-attachments/assets/2b2584ea-cb07-44ed-bec4-c3b23e70b4d2.png)

- Reduced menu hover width from 220px to 160px
- Simplified text positioning from absolute positioning to padding-left
- Removed the usage limit warning badge from the desktop menu
2025-08-29 16:38:19 +00:00
CodeWithShreyans
2a8a97ee98
ci: fix ai-sdk publish (#393)
Some checks failed
Publish AI SDK / publish (push) Has been cancelled
2025-08-29 00:05:50 +00:00
CodeWithShreyans
b0a0b5d896
ci: temp add debugging to ai-sdk workflow (#392) 2025-08-28 23:04:21 +00:00
Mahesh Sanikommu
8f3b2bed1e
Merge pull request #384 from supermemoryai/08-24-feat_ui_integrations_page_with_shortcuts_auto_api_key_generation
feat (ui): Integrations page with shortcuts & auto API Key generation
2025-08-28 14:30:21 -07:00
Mahesh Sanikommmu
8df4ab898f fix the commetns 2025-08-28 14:28:25 -07:00
CodeWithShreyans
3a0e264b7e
feat: openai js and python sdk utilities (#389)
Some checks are pending
Publish AI SDK / publish (push) Waiting to run
needs testing
2025-08-27 23:34:49 +00:00
alexf37
1d5298e05e feat: support project-specific installation commands (#390)
This PR simply updates the installation dialog to allow you to choose a project which the command installs the MCP for.
![image.png](https://app.graphite.dev/user-attachments/assets/f1136780-2005-40a2-96bb-31b98791600d.png)
2025-08-27 17:15:26 +00:00
Dhravya Shah
6341d483a7 chore: add repository to make auto publish work
Some checks are pending
Publish AI SDK / publish (push) Waiting to run
2025-08-26 15:38:35 -07:00
Dhravya Shah
c6d455363d Merge branch 'main' of https://github.com/supermemoryai/supermemory 2025-08-26 15:34:09 -07:00
Dhravya Shah
c0c57a9fe9 includeFullDoc: true in search endpoint 2025-08-26 15:33:51 -07:00
Mahesh Sanikommu
d48d2bc07c
Merge pull request #377 from supermemoryai/mahesh/update-memory-detail-view
ui (memory detail): improved memory detail view and open chat
2025-08-26 14:53:02 -07:00
alexf37
a3955b55cb fix: memory limits cutoff (#385)
Previously, the badge with the memories limit in the consumer app menu was cut off on desktop, and now with this PR, it no longer is.
2025-08-26 21:51:39 +00:00
alexf37
29e1ebdc81 fix: missing dialog title in consumer mobile drawer (#386) 2025-08-26 21:50:20 +00:00
MaheshtheDev
3760558bf2 fix sentry server issue (#388) 2025-08-25 21:41:53 +00:00
Alex Foster
8da19c977e
feat: add 'last used' badge to login page (#387) 2025-08-25 14:37:14 -07:00
Mahesh Sanikommmu
f70dc78333 added connections as well 2025-08-25 12:17:27 -07:00
Mahesh Sanikommmu
bba2bf09f1 added connections as well to integrations view 2025-08-25 12:15:19 -07:00
Dhravya Shah
1fb521ef72 fix: redeploy 2025-08-24 14:50:44 -07:00
Mahesh Sanikommmu
51e17bfc17 added summary and memory details to memory detail view 2025-08-24 10:48:01 -07:00
Dhravya Shah
886807ce5b fix: name in wrangler 2025-08-23 18:37:37 -07:00
CodeWithShreyans
15b98cd071
ci: add ai-sdk publish (#381)
Some checks failed
Publish AI SDK / publish (push) Has been cancelled
2025-08-23 21:13:46 +00:00
CodeWithShreyans
0348291049
fix: ai-sdk config optional (#380) 2025-08-23 20:04:59 +00:00
CodeWithShreyans
da033f19ec
feat: add tsdown.config.ts (#379) 2025-08-23 17:40:04 +00:00
CodeWithShreyans
9d603015ab
fix: ai-sdk build (#378) 2025-08-23 17:18:16 +00:00
Dhravya Shah
748a724a94 fix: unused ts expect error 2025-08-23 10:00:06 -07:00
Dhravya Shah
f7e9534ef9 sentry sourcemaps 2025-08-23 09:55:40 -07:00
Mahesh Sanikommmu
3816666e2d ui (memory detail): improved memory detail view and open chat 2025-08-23 00:38:57 -07:00
Dhravya Shah
6d6767bdca fix: env vars 2025-08-22 11:33:04 -07:00
MaheshtheDev
52cbf55763 feat: sentry integration (#376) 2025-08-21 19:46:41 +00:00
Shreyans Jain
8ff3c75847
Add AI SDK Utilities (#375)
### TL;DR

Upgraded Biome to v2.2.0 and added a new AI SDK package for supermemory integration.

### What changed?

- Updated Biome configuration with enhanced linting rules and formatting options
- Upgraded `@biomejs/biome` from v2.1.3 to v2.2.0
- Added a new `@supermemory/ai-sdk` package with:
    - Infinite Chat Provider for connecting to various LLM providers with unlimited context
    - Memory Tools for searching, adding, and fetching memories from supermemory
    - Comprehensive test suite for both features
    - Detailed README with usage examples and configuration options
- Removed unused ESLint and TypeScript configuration packages

### How to test?

1. Run `bun install` to update dependencies
2. Test the new AI SDK:
3. Verify Biome works with the updated configuration:

### Why make this change?

The new AI SDK package provides integration with Vercel's AI SDK, allowing developers to use supermemory's context management with various LLM providers. This enables unlimited context support and memory tools for AI agents. The Biome upgrade brings improved linting and formatting capabilities, enhancing code quality across the project.
2025-08-21 22:39:07 +05:30
Mahesh Sanikommu
9e1e392a2b
Enhanced Text Editor and format fixes with biome (#371) 2025-08-21 08:40:44 -07:00
Dhravya Shah
890def8f89
Merge pull request #368 from supermemoryai/mahesh/doc-update
Added Usage Instructions and Connection fix
2025-08-16 20:18:26 -07:00
Mahesh Sanikommmu
fddc21aab2 added usage notes 2025-08-16 20:15:39 -07:00
Dhravya Shah
6e006502e5
Update LICENSE 2025-08-16 20:01:44 -07:00
Dhravya Shah
91d957f478
Merge pull request #366 from supermemoryai/mahesh/supermemory-new 2025-08-16 18:58:33 -07:00
Mahesh Sanikommmu
39003aff23 New Version of Supermemory Consumer App 2025-08-16 18:50:10 -07:00
Dhravya Shah
5b35e3ea78
Merge pull request #355 from supermemoryai/archive
chore: new README with archival notice
2025-05-19 00:33:01 -05:00
Shreyans Jain
ddfb7f2481
fix: typo
Signed-off-by: Shreyans Jain <shreyans@shreyans.sh>
2025-05-18 18:59:45 +05:30
Shreyans Jain
d59cad53f3
chore: new README with archival notice
Signed-off-by: Shreyans Jain <shreyans@shreyans.sh>
2025-05-18 18:54:06 +05:30
Dhravya Shah
0759a4f442 Documentation edits made through Mintlify web editor 2025-04-10 11:22:18 -07:00
Dhravya Shah
c2ce340d18 Documentation edits made through Mintlify web editor 2025-04-08 16:26:12 -07:00
Dhravya Shah
42352eff8e Documentation edits made through Mintlify web editor 2025-04-08 16:23:43 -07:00
Dhravya Shah
e1d41eff90 Documentation edits made through Mintlify web editor 2025-04-08 16:22:17 -07:00
Dhravya Shah
15fd48a890 Documentation edits made through Mintlify web editor 2025-04-06 13:05:38 -07:00
Dhravya Shah
e212f6833d Documentation edits made through Mintlify web editor 2025-04-06 13:04:27 -07:00
Dhravya Shah
1c3f369ba9 Documentation edits made through Mintlify web editor 2025-04-06 13:03:47 -07:00
Dhravya Shah
a77b443f80 don't treat it as tag 2025-04-06 12:51:28 -07:00
Dhravya Shah
3ab02360ea docs: More info about every endpoint 2025-04-05 16:52:42 -07:00
Dhravya Shah
9c2f020c2c connections endpoints 2025-04-05 16:49:03 -07:00
Dhravya Shah
9d6b56793a update:docs 2025-04-05 16:32:19 -07:00