v0.19.1
charmbracelet/crushv0.19.1Nov 26, 2025by github-actions[bot]
AI Summary
This is a stability release from charmbracelet/crush focused on bug fixes to ensure a smooth experience during Thanksgiving. The release includes three bug fixes, one contributed by frequent contributor @Amolith, addressing issues with the Claude integration, $EDITOR handling with arguments, and keyboard navigation in models filter.
Key Highlights
- Fixed potential unauthorized error in Claude code simplification
- Fixed opening $EDITOR when it contains arguments (issue #1481)
- Fixed `h` and `l` keys not working on models filter
- Stability release to prevent issues during Thanksgiving
Full Release Notes
# Stability release We don't want to ruin your vibecoding during Thanksgiving, so here's an extra release with a couple of bug fixes, including one by our frequent contributor @Amolith. ## Changelog ### Fixed * 9f536ba81f79d4bbe10def517815ee1d4dd99372: fix(claude): simplify code and fix potential unauthorized error (@andreynering) * 77da29d673bd2d01a80849821db06f0e6444010d: fix(editor): fix opening `$EDITOR` when it contains arguments (#1481) (@Amolith) * 3a5375faf49699ce47ed05ef30e1eab02f1b06b9: fix: fix `h` and `l` keys not working on models filter (@andreynering) --- <details> <summary>Verifying the artifacts</summary> First, download the [`checksums.txt` file](https://github.com/charmbracelet/crush/releases/download/v0.19.1/checksums.txt), for example, with `wget`: ```bash wget 'https://github.com/charmbracelet/crush/releases/download/v0.19.1/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.1/checksums.txt.pem' \ --signature 'https://github.com/charmbracelet/crush/releases/download/v0.19.1/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).