v0.72.0
charmbracelet/crushv0.72.0May 25, 2026by github-actions[bot]
AI Summary
A Quality of Life release featuring improvements to skill commands, UI enhancements like scrollbars and auto-expanding TODO lists, and a new keyboard shortcut for YOLO mode.
Key Highlights
- Skill commands now show descriptions in picker
- Added scrollbar to sessions list dialog
- TODO list auto-expands by default when terminal height is sufficient
- New ctrl+y keyboard shortcut to toggle YOLO mode
- Notification shown when toggling YOLO mode
New Features
- Descriptions for user-invocable skill commands
- ctrl+y keybinding for YOLO toggle
- Scrollbar in sessions dialog
- Auto-expand pills when terminal height is sufficient
Full Release Notes
# 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 :tm: 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. <img width="500" alt="image" src="https://github.com/user-attachments/assets/7039bee9-1ff6-4d6b-b9c9-46394a5866e5" /> ## 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. https://github.com/user-attachments/assets/e1cbab14-e3bc-4d91-881a-b50f4caed273 ## 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 <kbd>ctrl+t</kbd> to open or close it. https://github.com/user-attachments/assets/62e7c7ee-41e9-43de-8a41-d926d4bbefbe ## <kbd>ctrl+y</kbd> 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 <kbd>ctrl+y</kbd>. https://github.com/user-attachments/assets/0b0f5794-72ee-4690-9403-7d7e48609563 That's all for today. Charm :cupid: ## Changelog ### New! * 55721653ceb67f04abd53c278ade01d05043bf7d: feat(skills): add descriptions to skill picker and use attachements (@taciturnaxolotl) * 2b941aaa0d3b983e0c64e92b3b04a0e4ba855747: feat(ui): add ctrl+y keybinding to toggle yolo mode (@andreynering) * 092ac3e73a100d3ae7ec7fc16306de3fe5476f31: feat(ui): add scrollbar to sessions dialog (#3005) (@andreynering) * ba692cc55a73e027b9ea5805bac63fd8b3936400: feat(ui): auto-expand pills when terminal height is sufficient (@andreynering) * 8ad3f5bf3a9fc482c339aad5069569988f8fe45d: feat(ui): show notification when toggling yolo mode (#3008) (@taigrr) ### Fixed * 66795b1ec57abeef4ecff1f4cf3e8b040687427c: fix(tests): fix flaky async windows test (@taciturnaxolotl) * db9d9399d31aa883cb74f688d8dafc2f067188ce: fix(ui): only auto-expand pills once per session lifecycle (@andreynering) --- <details> <summary>Verifying the artifacts</summary> First, download the [`checksums.txt` file](https://github.com/charmbracelet/crush/releases/download/v0.72.0/checksums.txt) and the [`checksums.txt.sigstore.json` file](https://github.com/charmbracelet/crush/releases/download/v0.72.0/checksums.txt.sigstore.json) files, for example, with `wget`: ```bash 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`](https://github.com/sigstore/cosign): ```bash 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`: ```bash sha256sum --ignore-missing -c checksums.txt ``` Done! You artifacts are now verified! </details> <a href="https://charm.land/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-banner-next.jpg" width="400"></a> Thoughts? Questions? We love hearing from you. Feel free to reach out on [X](https://x.com/charmcli), [Discord](https://charm.land/discord), [Slack](https://charm.land/slack), [The Fediverse](https://mastodon.social/@charmcli), [Bluesky](https://bsky.app/profile/charm.land).