This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryEvery API response now includes X-Quota-* headers exposing usage limits and consumption.
Full changelog
What's New
Quota Usage Headers
Every API response now includes X-Quota-* headers so SDKs can show usage proactively:
X-Quota-Add-Used: 47
X-Quota-Add-Limit: 1000
X-Quota-Search-Used: 312
X-Quota-Search-Limit: 10000
Both Python and JS SDKs expose a .quota property:
m.search("test")
print(m.quota) # {"add": {"used": 5, "limit": 30}, "search": {"used": 12, "limit": 100}}
Intelligence Dashboard
- Value Mirror — shows accumulated intelligence data on quota banners
- Intelligence Dashboard in the console
Other
- Mobile layout fixes for Reddit WebView
- Landing page copy improvements
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About alibaizhanov/mengram
Human-like memory layer for AI agents with semantic, episodic, and procedural memory. Claude Code hooks (auto-save, auto-recall, cognitive profile). 29 MCP tools, knowledge graph, smart triggers, multi-user isolation. Python & JS SDKs.
Related context
Related tools
Beta — feedback welcome: [email protected]