aboutsummaryrefslogtreecommitdiff
path: root/packages/ai-sdk
Commit message (Collapse)AuthorAgeFilesLines
* docs changes (#678)Dhravya Shah2026-01-182-2/+2
| | | Co-authored-by: Claude Opus 4.5 <[email protected]>
* PR: nova alpha release (#670)Mahesh Sanikommu2026-01-131-1/+1
| | | Co-authored-by: Dhravya Shah <[email protected]>
* Support for conversations in SDKs (#618)12-15-support_for_conversationsDhravya2025-12-201-3/+3
|
* fix: model namesDhravya Shah2025-10-032-6/+6
|
* fix: docsDhravya Shah2025-10-032-2/+2
|
* update: ReadmeDhravya Shah2025-09-131-43/+36
|
* feat: new tools package (#407)CodeWithShreyans2025-09-024-416/+1
|
* ci: temp add debugging to ai-sdk workflow (#392)shreyans/08-29-ci_temp_add_debugging_to_ai-sdk_workflowCodeWithShreyans2025-08-281-5/+5
|
* feat: openai js and python sdk utilities (#389)shreyans/08-27-feat_openai_js_and_python_sdk_utilitiesCodeWithShreyans2025-08-273-47/+23
| | | | needs testing
* chore: add repository to make auto publish workDhravya Shah2025-08-261-0/+4
|
* includeFullDoc: true in search endpointDhravya Shah2025-08-262-3/+16
|
* 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-232-2/+3
|
* Add AI SDK Utilities (#375)Shreyans Jain2025-08-218-0/+1097
### 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.