v1.34.0
What's New
Added
- Context Inventory popover per session — click the database icon in the terminal header to see what Claude Code loads at session start (CLAUDE.md chain, skills, plugins, commands, agents, MCP servers, hooks, project memory) with estimated token cost and percentage of the context window
- Always-on percentage badge next to the inventory icon so you can see your context fill at a glance without opening the popover (subtle under 40%, amber at 40–70%, red at 70%+)
- Stacked category bar and colored legend at the top of the popover, making it instantly obvious which bucket is dominating your context
- Per-row proportional fill bars inside each category so the heaviest entries stand out without having to read numbers
- Info tooltip in the popover with quick tips for reducing context (
/plugin,/clear,/compact,~/.claude/settings.json) - In-app help page (Help → "Context Inventory") explaining what's measured, what isn't (e.g. MCP runtime tool schemas), and the read-only design philosophy
Closes #9.