Skip to content

v4.2.0

Latest

Choose a tag to compare

@dr5hn dr5hn released this 25 Apr 12:45
· 3 commits to main since this release

CCM v4.2.0

Added

  • Statusline now shows the active model (display name) on its own line above the context bar.
  • Statusline shows /effort level next to the model, color-coded by intensity (low=dim, medium=green, high=yellow, xhigh/max=red). Hidden when the active model does not support reasoning effort.
  • Statusline shows the custom session name (set via --name or /rename) beside model + effort.
  • Statusline shows a +N -M indicator of total lines added/removed in the session, next to the burn rate.

Fixed

  • Statusline rendering corruption when an optional JSON field (e.g. seven_day rate limit) was empty: bash read with IFS=$'\t' collapsed consecutive tabs and shifted later values (version, model, effort) into the wrong variables. Switched the jq extractor to ASCII Unit Separator (\x1f) so empty fields are preserved.

Install / Update

curl -fsSL https://raw.githubusercontent.com/dr5hn/ccm/main/install.sh | bash