supermemory/packages/tools/test
MaheshtheDev 97071502a7 feat(@supermemory/tools): capture assitant responses with filtered memory (#539)
### 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
2025-10-28 22:28:22 +00:00
..
chatapp feat(@supermemory/tools): capture assitant responses with filtered memory (#539) 2025-10-28 22:28:22 +00:00
ai-sdk-test.ts fix: add memory code params and documentation in readme 2025-10-10 21:06:52 -07:00
anthropic-example.ts feat: Claude memory integration 2025-09-29 13:40:56 -07:00
claude-memory-examples.ts feat: Claude memory integration 2025-09-29 13:40:56 -07:00
claude-memory-real-example.ts feat: Claude memory integration 2025-09-29 13:40:56 -07:00
claude-memory.test.ts feat: Claude memory integration 2025-09-29 13:40:56 -07:00
test-memory-tool.ts feat: Claude memory integration 2025-09-29 13:40:56 -07:00
vercel.test.ts add test 2025-10-22 22:58:32 +05:30