v0.19.4
charmbracelet/crushv0.19.4Dec 1, 2025by github-actions[bot]
AI Summary
This is a post-holiday patch release for Crush (a Rust-based shell) containing two small bug fixes from community contributors. The fixes restore functionality to the model filter's `c` key and enable multi-argument support for the `$EDITOR` environment variable.
Key Highlights
- Fixed the `c` key not working in the model filter (issue #1534)
- Fixed `$EDITOR` support with multiple arguments like `zed --wait` (issue #1520)
- Both fixes contributed by community members @thezbm and @Amolith
Full Release Notes
# Post-Holiday patch Two small fixes made by community. @thezbm made <kbd>c</kbd> work on the model filter again, and @Amolith made multi-argument `$EDITOR` (like `export EDITOR="zed --wait"`) work as expected. ## Changelog ### Fixed * 4f37cff65d79273b67faa83b1b1f78a69b8fddaa: fix(editor): fix opening `$EDITOR` w/ and w/o args (#1520) (@Amolith) * e5639f03895140587312d55d056a5e22c36249a6: fix: fix `c` key not working in model filter (#1534) (@thezbm) --- <details> <summary>Verifying the artifacts</summary> First, download the [`checksums.txt` file](https://github.com/charmbracelet/crush/releases/download/v0.19.4/checksums.txt), for example, with `wget`: ```bash wget 'https://github.com/charmbracelet/crush/releases/download/v0.19.4/checksums.txt' ``` 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' \ --cert 'https://github.com/charmbracelet/crush/releases/download/v0.19.4/checksums.txt.pem' \ --signature 'https://github.com/charmbracelet/crush/releases/download/v0.19.4/checksums.txt.sig' \ ./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).