Commit graph

1078 commits

Author SHA1 Message Date
CodeWithShreyans
5fa5378176 feat: openai js and python sdk utilities (#389)
needs testing
2025-08-28 18:56:33 -07:00
alexf37
f826cbcf07 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-28 18:56:33 -07:00
Shreyans Jain
a10baaefbd
Update package.json description 2025-08-29 01:44:25 +05:30
Mahesh Sanikommmu
b41ef4bb4b updated few more issues 2025-08-28 01:20:45 -07:00
Mahesh Sanikommmu
2be9d04fdc added few more fixes 2025-08-27 21:59:35 -07:00
Mahesh Sanikommmu
e97d642217 extension: updated minor changes 2025-08-27 17:54:33 -07:00
Mahesh Sanikommmu
10081a5ae2 fixed biome for app page tsx 2025-08-26 23:25:33 -07:00
Mahesh Sanikommmu
2d1f4f233d updated naming 2025-08-26 23:11:26 -07:00
Mahesh Sanikommmu
0c432af694 added onboarding page 2025-08-26 23:11:26 -07:00
Mahesh Sanikommmu
ee9252e98e revamped the login experience and extension experience 2025-08-26 23:11:26 -07:00
Mahesh Sanikommmu
b52c3bbd74 feat: add project selection and centralize API calls in browser extension 2025-08-26 23:11:26 -07:00
Mahesh Sanikommmu
b46bebdc7f addec chatgpt memories integration 2025-08-26 23:11:26 -07:00
Mahesh Sanikommmu
c7f21885b2 added wxt naming things 2025-08-26 23:11:12 -07:00
Mahesh Sanikommmu
70bbfe6171 added twitter bookmarks 2025-08-26 23:11:12 -07:00
Mahesh Sanikommmu
bd580f4e66 added chatgpt import feature 2025-08-26 23:11:12 -07:00
Mahesh Sanikommmu
c9f0dcf969 Web Extension with WXT 2025-08-26 23:11:12 -07:00
Dhravya Shah
6341d483a7 chore: add repository to make auto publish work 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
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) 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