-
v3.10.4 Stable
released this
2026-03-30 10:40:23 +00:00 | 130 commits to main since this releaseWhat's new
Added
- Token overhead estimation page: New
/token-overheadendpoint in the web UI showing estimated token cost of running OmniMem per Claude Code session. Breaks down static overhead (MCP instructions, tool schemas, deferred tool names) and dynamic per-session overhead (briefing, recall, remember, warn_if_abandoned, update_project_state calls). Includes memory store metrics and project filtering - Sidebar link: "Token Overhead" added to the web UI sidebar under Telemetry
- Configurable overhead constants:
OMNIMEM_INSTRUCTIONS_CHARSandOMNIMEM_TOOL_SCHEMAS_CHARSenv vars allow tuning static overhead estimates - 14 new tests for token overhead estimation (overall coverage now 91%, 431 tests)
Fixed
- Version update tooltip clipped by sidebar (#5): Hover tooltip showing available version was partially hidden due to sidebar overflow clipping. Changed tooltip alignment from centred to right-anchored so it stays within the sidebar bounds
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Token overhead estimation page: New