v1.36.0
✨ 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
statusLinehook, so running/model,/effort, or/fastinside the session updates the pill on the next status refresh — no need to pop/statusor 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.