Skip to content

v5.11.12

Choose a tag to compare

@alexgreensh alexgreensh released this 15 Jun 18:03
· 21 commits to main since this release

Token Optimizer v5.11.12

Windows cross-project leak fixed (#61) — on Windows, running several projects in separate editor windows could surface one project's prior-session hints (tasks, decisions, tool-output pointers) in another. Three fixes: project-dir names now encode the way Claude Code actually does (every non-alphanumeric → -, e.g. D:\Code\my appD--Code-my-app); the same-project path check normalizes Windows separators and case; and the lightweight continuity hint is now project-scoped when the working directory is known. POSIX paths with spaces are encoded correctly too.

Cross-platform daemon naming — the Linux systemd unit and launcher names are derived from the runtime so Hermes/Copilot get distinct names instead of colliding with the Claude unit.

Faster SessionStart — the dashboard staleness check reads a tiny sidecar meta file instead of scanning the full 4-5MB dashboard HTML every session.

Thanks to @alicaseyok for the detailed #61 report.