v1.2.3
2 July 2026
Per-memory cost limit
Oversized file imports are capped before expensive processing runs; syncs skip over-limit items instead of failing.
New
- Per-memory cost ceiling — individual store operations above the cost limit are rejected before expensive LLM and embedding work starts.
Improved
- Imports skip items that exceed the cost ceiling and continue the rest of the sync instead of failing the whole import.
Fixed
- MCP billing log no longer marks zero-cost tools (
whoami,initialize, and similar) as lost settlements.