Skip to content

v0.1.5 — Token savings visible in UI

Choose a tag to compare

@oopsla5xx oopsla5xx released this 16 Aug 14:30
· 12 commits to main since this release

What's new

Token savings stats now appear as a native system notice in the Claude Code UI
(systemMessage) — visible to the user, not passed to the model.

Previously the stats were appended to additionalContext (invisible in UI).
Correct mechanism is the top-level systemMessage field which Claude Code
renders as a separate UI notice, distinct from the conversation.

Changes

  • resolve_hook.py — stats moved from additionalContext to systemMessage
  • tests/ — updated assertions to verify systemMessage field and confirm
    stats do not bleed into additionalContext