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.
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!
- 5572165: feat(skills): add descriptions to skill picker and use attachements (@taciturnaxolotl)
- 2b941aa: feat(ui): add ctrl+y keybinding to toggle yolo mode (@andreynering)
- 092ac3e: feat(ui): add scrollbar to sessions dialog (#3005) (@andreynering)
- ba692cc: feat(ui): auto-expand pills when terminal height is sufficient (@andreynering)
- 8ad3f5b: feat(ui): show notification when toggling yolo mode (#3008) (@taigrr)
Fixed
- 66795b1: fix(tests): fix flaky async windows test (@taciturnaxolotl)
- db9d939: fix(ui): only auto-expand pills once per session lifecycle (@andreynering)
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.txtIf 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.txtDone! You artifacts are now verified!
Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.