v0.18.4
charmbracelet/crushv0.18.4Nov 19, 2025by github-actions[bot]
AI Summary
This release adds support for Kimi's subscription plan for coding, along with two bug fixes: one for version detection when using `go install ...@main` and another for Kimi coding API key validation.
Key Highlights
- Added support for Kimi's subscription plan for coding
- Fixed version detection for `go install ...@main`
- Fixed Kimi coding API key validation issue
New Features
- Support for Kimi coding subscription plan
Full Release Notes
# Kimi for Coding! Did you know [Kimi has a subscription plan for coding](https://www.kimi.com/coding/docs/en/)? This release adds support for exactly that. Let us know how you like it and see you in the next release! 💘 ## Changelog ### Fixed * f08e8525207b456dea90d90a0bdb993564f6a62e: fix: detect version for `go install ...@main` (#1476) (@andreynering) * 4827f4cda3ed74068b446250ab204db69f1cf7d0: fix: kimi coding api key validation (#1477) (@kujtimiihoxha) --- <details> <summary>Verifying the artifacts</summary> First, download the [`checksums.txt` file](https://github.com/charmbracelet/crush/releases/download/v0.18.4/checksums.txt), for example, with `wget`: ```bash wget 'https://github.com/charmbracelet/crush/releases/download/v0.18.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.18.4/checksums.txt.pem' \ --signature 'https://github.com/charmbracelet/crush/releases/download/v0.18.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).