ts-v3.1.5

ravitemer/mcp-hubts-v3.1.5Aug 5, 2026by whysosaket

AI Summary

A Node SDK update introducing agent-specific custom instructions for memory extraction.

Key Highlights

  • New `agentCustomInstructions` field

New Features

  • Agent-scoped custom instructions for memory extraction

Full Release Notes

**New Features:**
- **Client:** Add `agentCustomInstructions` to `PromptUpdatePayload`, `AddMemoryOptions`, and `ProjectResponse`. It sets a second extraction instruction set that applies only to agent-scoped memories: an add passing `agentId` without `userId` uses it, one passing both splits by attribution, and while it is unset `customInstructions` continues to apply to every memory ([#6809](https://github.com/mem0ai/mem0/pull/6809))