Improvements:
- Client: Requests now carry
X-Mem0-Source,X-ApplicationandX-Mem0-Client, matching the Python SDK. The first two are set-once so an outer wrapper keeps its identity; the third is append-only and reports the whole layer chain. Read fromMEM0_SOURCE,MEM0_APPLICATIONandMEM0_CLIENT_STACKwhen set (#7326) - Client: The SDK version in
X-Mem0-Clientis injected at build time rather than hardcoded, so it cannot go stale at the next release (#7326)