aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorShreyans Jain <[email protected]>2025-08-21 22:39:07 +0530
committerGitHub <[email protected]>2025-08-21 22:39:07 +0530
commit8ff3c758470cec42120c2b44f328613bb2992570 (patch)
tree7e045c9274aafdd1717e813b588e898e60590551 /package.json
parentEnhanced Text Editor and format fixes with biome (#371) (diff)
downloadsupermemory-8ff3c758470cec42120c2b44f328613bb2992570.tar.xz
supermemory-8ff3c758470cec42120c2b44f328613bb2992570.zip
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.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index ca4b4df9..369a3f32 100644
--- a/package.json
+++ b/package.json
@@ -50,7 +50,7 @@
"zod-openapi": "^4.2.4"
},
"devDependencies": {
- "@biomejs/biome": "^2.1.3",
+ "@biomejs/biome": "^2.2.0",
"@total-typescript/tsconfig": "^1.0.4",
"@types/pg": "^8.15.4",
"drizzle-kit": "^0.31.4",