| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(@supermemory/tools): capture assitant responses with filtered memory (#539) | MaheshtheDev | 2025-10-28 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | ### Added streaming support to the Supermemory middleware and improved memory handling in the AI SDK integration. ### What changed? - Refactored the middleware architecture to support both streaming and non-streaming responses - Extracted memory prompt functionality into a separate module (`memory-prompt.ts`) - Added memory saving capability for streaming responses - Improved the formatting of memory content with a "User Supermemories:" prefix - Added utility function to filter out supermemories from content - Created a new streaming example in the test app with a dedicated route and page - Updated version from 1.3.0 to 1.3.1 in package.json - Simplified installation instructions in [README.m](http://README.md)d | ||||
| * | feat: withSupermemory for openai sdk (#531) | MaheshtheDev | 2025-10-27 | 1 | -2/+101 |
| | | | | | | | | | | | | | | | | ### 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 | ||||
| * | fix(tools): update the docs for conversational | Mahesh Sanikommmu | 2025-10-19 | 1 | -3/+23 |
| | | |||||
| * | fix: add memory code params and documentation in readme | Mahesh Sanikommmu | 2025-10-10 | 1 | -1/+44 |
| | | |||||
| * | feat: ai sdk language model withSupermemory (#446) | MaheshtheDev | 2025-10-10 | 1 | -0/+118 |
| | | |||||
| * | fix: model names | Dhravya Shah | 2025-10-03 | 1 | -2/+2 |
| | | |||||
| * | fix: docs | Dhravya Shah | 2025-10-03 | 1 | -2/+2 |
| | | |||||
| * | feat: Claude memory integration | Dhravya Shah | 2025-09-29 | 1 | -0/+69 |
| | | |||||
| * | update: Readme | Dhravya Shah | 2025-09-13 | 1 | -5/+5 |
| | | |||||
| * | feat: new tools package (#407) | CodeWithShreyans | 2025-09-02 | 1 | -0/+155 |