| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs changes (#678) | Dhravya Shah | 2026-01-18 | 2 | -2/+2 |
| | | | | Co-authored-by: Claude Opus 4.5 <[email protected]> | ||||
| * | conditional | Dhravya Shah | 2025-12-23 | 1 | -5/+7 |
| | | |||||
| * | fix: deduplicate memories after returned to save tokens | Dhravya Shah | 2025-12-22 | 1 | -24/+53 |
| | | |||||
| * | Support for conversations in SDKs (#618)12-15-support_for_conversations | Dhravya | 2025-12-20 | 2 | -30/+153 |
| | | |||||
| * | add support for responses api in openai typescript sdk (#549) | Shoubhit Dash | 2025-11-07 | 2 | -68/+179 |
| | | |||||
| * | fix: openai sdk packaging issue (#532) | MaheshtheDev | 2025-10-27 | 1 | -1/+1 |
| | | |||||
| * | feat: withSupermemory for openai sdk (#531) | MaheshtheDev | 2025-10-27 | 3 | -0/+761 |
| ### 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 | |||||