• v3.10.4 ea8db28080

    v3.10.4 Stable

    ric_harvey released this 2026-03-30 10:40:23 +00:00 | 130 commits to main since this release

    What's new

    Added

    • Token overhead estimation page: New /token-overhead endpoint 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_CHARS and OMNIMEM_TOOL_SCHEMAS_CHARS env 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