aboutsummaryrefslogtreecommitdiff
path: root/packages/tools/test
Commit message (Collapse)AuthorAgeFilesLines
* feat: mobile responsive, lint formats, toast, render issue fix (#688)01-20-feat_mobile_responsive_lint_formats_ui_improvements_render_issue_fixMaheshtheDev2026-01-2113-472/+610
| | | | | | | | - Mobile responsive - new toast design - web document render issue fix - posthog analytics - ui improvements
* fix(tools): multi step agent prompt caching (#685)01-19-fix_tools_multi_step_agent_prompt_cachingMaheshtheDev2026-01-203-549/+905
|
* Support for conversations in SDKs (#618)12-15-support_for_conversationsDhravya2025-12-203-1/+2
|
* add support for responses api in openai typescript sdk (#549)Shoubhit Dash2025-11-071-0/+21
|
* feat(@supermemory/tools): capture assitant responses with filtered memory (#539)MaheshtheDev2025-10-283-6/+144
| | | | | | | | | | | | | | | ### 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)MaheshtheDev2025-10-274-0/+151
| | | | | | | | | | | | | | | ### 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
* chat app withSupermemory testMahesh Sanikommmu2025-10-2217-0/+431
|
* add testShoubhit Dash2025-10-221-0/+24
|
* fix: add memory code params and documentation in readmeMahesh Sanikommmu2025-10-101-1/+2
|
* feat: ai sdk language model withSupermemory (#446)MaheshtheDev2025-10-102-0/+541
|
* Revert "test(ai-sdk): streamText and generateText for ai sdk" (#466)Dhravya Shah2025-10-081-132/+0
|
* test(ai-sdk): streamText and generateText for ai sdk (#451)Mahesh Sanikommu2025-10-081-0/+132
|
* feat: Claude memory integrationDhravya Shah2025-09-295-0/+1547