Skip to content

v0.2.0 — internal hardening

Choose a tag to compare

@bart-turczynski bart-turczynski released this 30 May 10:48
· 79 commits to main since this release
466fac7

Internal hardening + diagnosability (v4). See CHANGELOG for detail.

Added

  • cc-cream-setup --check-config — lint your cc-cream.json for unknown / out-of-range keys.
  • CC_CREAM_DEBUG=1 — opt-in diagnostics to ~/.claude/cc-cream-debug.log explaining 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 the SessionStart hook 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.js for installer + hook; pure segment rendering (no filesystem access in segments.js); schema-table config normalization.

🤖 Generated with Claude Code