aboutsummaryrefslogtreecommitdiff
path: root/packages/tools/tsdown.config.ts
Commit message (Collapse)AuthorAgeFilesLines
* chore: fix tsdown defaults in withsupermemory package (#623)12-21-chore_fix_tsdown_defaults_in_withsupermemory_packageMaheshtheDev2025-12-211-0/+1
|
* feat: withSupermemory for openai sdk (#531)MaheshtheDev2025-10-271-1/+1
| | | | | | | | | | | | | | | ### TL;DR Added OpenAI SDK middleware support for SuperMemory integration, allowing direct memory injection without AI SDK dependency. ### What changed? - Added `withSupermemory` middleware for OpenAI SDK that automatically injects relevant memories into chat completions - Implemented memory search and injection functionality for OpenAI clients - Restructured the OpenAI module to separate tools and middleware functionality - Updated README with comprehensive documentation and examples for the new OpenAI middleware - Added test implementation with a Next.js API route example - Reorganized package exports to support the new structure
* feat: Claude memory integrationDhravya Shah2025-09-291-1/+6
|
* feat: new tools package (#407)CodeWithShreyans2025-09-021-0/+15