v0.2.0 — internal hardening
Internal hardening + diagnosability (v4). See CHANGELOG for detail.
Added
cc-cream-setup --check-config— lint yourcc-cream.jsonfor unknown / out-of-range keys.CC_CREAM_DEBUG=1— opt-in diagnostics to~/.claude/cc-cream-debug.logexplaining why segments are hidden (stdout untouched, zero tokens).
Changed (breaking)
- The plugin status line no longer self-resolves its version via a shell glob (
ls|grep|sort -V|tail). It now bakes the current version's absolute path, and theSessionStarthook re-pins it after/plugin update. Plugin users: the bar re-wires itself on the next session; if you set it up manually, re-run/cc-cream:setup.
Internal
- Shared
src/settings.jsfor installer + hook; pure segment rendering (no filesystem access insegments.js); schema-table config normalization.
🤖 Generated with Claude Code