github charmbracelet/crush v0.72.0

latest release: nightly
7 hours ago

QoL Release

Hey all! Some of you in the US πŸ‡ΊπŸ‡Έ are enjoying a Holiday, but we're still here shipping stuff.

Today's release ships some Quality of Life ℒ️ improvements.

Better user-invocable skill commands

Skills can have user-invocable commands, and we'll now also show a description if available. Easier to see what's that command about.

image

Scrollbar in the sessions list

In the last released we added a scrollbar to the models list dialog. The same very scrollbar is not also in the sessions list dialog. It's a small addition, but really help navigating the list.

Screen.Recording.2026-05-25.at.18.21.16.mov

TODO expanded by default

The TODO list will be render expanded by default, unless your terminal height is too short. This is useful to see what's happening as the model works.

Want to toggle it? Just press ctrl+t to open or close it.

Screen.Recording.2026-05-25.at.18.12.13.mov

ctrl+y to toggle YOLO

Having to open the command palette to enable or disable YOLO can be inconvenint. You can now do that by just pressing ctrl+y.

Screen.Recording.2026-05-25.at.11.11.44.mov

That's all for today.
Charm πŸ’˜

Changelog

New!

Fixed


Verifying the artifacts

First, download the checksums.txt file and the checksums.txt.sigstore.json file files, for example, with wget:

wget 'https://github.com/charmbracelet/crush/releases/download/v0.72.0/checksums.txt'
wget 'https://github.com/charmbracelet/crush/releases/download/v0.72.0/checksums.txt.sigstore.json'

Then, verify it using cosign:

cosign verify-blob \
  --certificate-identity 'https://github.com/charmbracelet/meta/.github/workflows/goreleaser.yml@refs/heads/main' \
  --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
  --bundle 'checksums.txt.sigstore.json' \
  ./checksums.txt

If the output is Verified OK, you can safely use it to verify the checksums of other artifacts you downloaded from the release using sha256sum:

sha256sum --ignore-missing -c checksums.txt

Done! You artifacts are now verified!

The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

Don't miss a new crush release

NewReleases is sending notifications on new releases.