Commit graph

16 commits

Author SHA1 Message Date
MaheshtheDev
7b64ce1e10 fix: username issue and bun lock issue (#818)
Some checks failed
Publish AI SDK / publish (push) Has been cancelled
2026-03-31 21:41:25 +00:00
Dhravya Shah
87b361c26b
docs changes (#678)
Some checks failed
Publish AI SDK / publish (push) Has been cancelled
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-18 16:55:32 -08:00
Mahesh Sanikommu
645f89310c
PR: nova alpha release (#670)
Co-authored-by: Dhravya Shah <dhravya@supermemory.com>
2026-01-13 00:54:56 -08:00
Dhravya
81e192e616 Support for conversations in SDKs (#618) 2025-12-20 00:46:13 +00:00
Dhravya Shah
4d6fd37c99 fix: model names 2025-10-03 02:41:49 -07:00
Dhravya Shah
c65f4e97ac fix: docs 2025-10-03 02:37:30 -07:00
Dhravya Shah
90fd19f215 update: Readme 2025-09-13 22:09:40 -07:00
CodeWithShreyans
cae7051d1a
feat: new tools package (#407)
Some checks failed
Publish AI SDK / publish (push) Has been cancelled
2025-09-02 23:11:19 +00:00
CodeWithShreyans
b0a0b5d896
ci: temp add debugging to ai-sdk workflow (#392) 2025-08-28 23:04:21 +00: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
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
c0c57a9fe9 includeFullDoc: true in search endpoint 2025-08-26 15:33:51 -07: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
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