aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | fix: memory limits cutoff (#385)alex/fix-memory-limits-cutoffalexf372025-08-261-11/+18
| | | | | | | | | | | | | | | | 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.
| * | | fix: missing dialog title in consumer mobile drawer (#386)alexf372025-08-261-0/+6
| | | |
| * | | fix sentry server issue (#388)MaheshtheDev2025-08-253-50/+0
| | | |
| * | | feat: add 'last used' badge to login page (#387)Alex Foster2025-08-252-154/+241
| | |/ | |/|
* / | includeFullDoc: true in search endpointDhravya Shah2025-08-262-3/+16
|/ /
* | fix: redeployDhravya Shah2025-08-241-1/+1
| |
* | fix: name in wranglerDhravya Shah2025-08-234-48/+50
| |
* | ci: add ai-sdk publish (#381)CodeWithShreyans2025-08-231-0/+38
| |
* | fix: ai-sdk config optional (#380)CodeWithShreyans2025-08-233-14/+14
| |
* | feat: add tsdown.config.ts (#379)CodeWithShreyans2025-08-234-26/+53
| |
* | fix: ai-sdk build (#378)CodeWithShreyans2025-08-233-9/+25
| |
* | fix: unused ts expect errorDhravya Shah2025-08-231-1/+0
| |
* | sentry sourcemapsDhravya Shah2025-08-235-65/+4060
|/
* fix: env varsDhravya Shah2025-08-222-2/+3
|
* feat: sentry integration (#376)MaheshtheDev2025-08-219-50/+134
|
* Add AI SDK Utilities (#375)Shreyans Jain2025-08-2120-244/+1177
| | | | | | | | | | | | | | | | | | | | | | | | | | ### 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.
* Enhanced Text Editor and format fixes with biome (#371)Mahesh Sanikommu2025-08-21149-6779/+7859
|
* Merge pull request #368 from supermemoryai/mahesh/doc-updateDhravya Shah2025-08-167-421/+645
|\ | | | | Added Usage Instructions and Connection fix
| * added usage notesMahesh Sanikommmu2025-08-167-421/+645
| |
* | Update LICENSEDhravya Shah2025-08-161-441/+21
|/
* Merge pull request #366 from supermemoryai/mahesh/supermemory-newDhravya Shah2025-08-16634-64231/+22337
|\
| * New Version of Supermemory Consumer AppMahesh Sanikommmu2025-08-16634-64231/+22337
|/
* Merge pull request #355 from supermemoryai/archiveDhravya Shah2025-05-192-167/+78
|\ | | | | chore: new README with archival notice
| * fix: typoShreyans Jain2025-05-181-1/+1
| | | | | | | | Signed-off-by: Shreyans Jain <[email protected]>
| * chore: new README with archival noticeShreyans Jain2025-05-182-167/+78
|/ | | | Signed-off-by: Shreyans Jain <[email protected]>
* Documentation edits made through Mintlify web editorDhravya Shah2025-04-101-1/+1
|
* Documentation edits made through Mintlify web editorDhravya Shah2025-04-083-3/+3
|
* Documentation edits made through Mintlify web editorDhravya Shah2025-04-081-1/+1
|
* Documentation edits made through Mintlify web editorDhravya Shah2025-04-081-1/+1
|
* Documentation edits made through Mintlify web editorDhravya Shah2025-04-063-5/+3
|
* Documentation edits made through Mintlify web editorDhravya Shah2025-04-061-0/+53
|
* Documentation edits made through Mintlify web editorDhravya Shah2025-04-061-53/+0
|
* don't treat it as tagDhravya Shah2025-04-061-1/+1
|
* docs: More info about every endpointDhravya Shah2025-04-055-5/+31
|
* connections endpointsDhravya Shah2025-04-054-48/+312
|
* update:docsDhravya Shah2025-04-054-5/+12
|
* Fix: notion integrationDhravya Shah2025-03-304-93/+49
|
* settings openapiDhravya Shah2025-03-251-0/+3
|
* Merge branch 'main' of github.com:supermemoryai/supermemoryDhravya Shah2025-03-256-50/+157
|\
| * Change in wordingDhravya Shah2025-03-251-5/+1
| |
| * fix: Fixed overflowing content in add memory pop up (#347)Pratiyank Kumar2025-03-243-38/+148
| |
| * fix extension tweet import (#343)Shreyans Jain2025-03-241-3/+2
| | | | | | Signed-off-by: Shreyans Jain <[email protected]>
| * Merge pull request #345 from CodeWithShreyans/misc-fixesDhravya Shah2025-03-232-4/+6
| |\ | | | | | | Fix padding and broken profile button
| | * reduce paddingShreyans Jain2025-03-221-1/+1
| | | | | | | | | | | | Signed-off-by: Shreyans Jain <[email protected]>
| | * remove profile button for nowShreyans Jain2025-03-221-3/+5
| | | | | | | | | | | | Signed-off-by: Shreyans Jain <[email protected]>
| | * fix padding in add memory modalShreyans Jain2025-03-221-1/+1
| | | | | | | | | | | | Signed-off-by: Shreyans Jain <[email protected]>
* | | updated openapiDhravya Shah2025-03-251-26/+52
|/ /
* | auth info in endpointsDhravya Shah2025-03-231-1/+16
| |
* | fix: duplicate in docDhravya Shah2025-03-231-15/+0
| |
* | fix: api reference pageDhravya Shah2025-03-231-1/+1
| |