Skip to content

v1.36.0

Choose a tag to compare

@lucaderumier lucaderumier released this 24 Apr 08:38

✨ Added

  • Model pill in the terminal header surfaces the active Claude Code model (e.g. "Opus 4.7") at a glance — click it to open a popover with the full session config: raw model id, reasoning effort, thinking on/off, fast mode, context window size, output style, agent, and live session cost.
  • All values stay live via Claude Code's documented statusLine hook, so running /model, /effort, or /fast inside the session updates the pill on the next status refresh — no need to pop /status or dig into ~/.claude/settings.json.

🐛 Fixed

  • Context Inventory now reports usage against the real 1M context window on extended-context sessions instead of clipping at 200k.

Thanks to @amirelion for the feature request in #11. Full discussion and implementation in #13.