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.
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 ctrl+t to open or close it.
https://github.com/user-attachments/assets/62e7c7ee-41e9-43de-8a41-d926d4bbefbe
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.
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)
Verifying the artifacts
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!Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
