github charmbracelet/crush v0.46.1

latest release: nightly
6 hours ago

File tools performance fixed ✅

A few of you told us that some tools call like view and edit were sometimes taking a few seconds to complete, making your sessions slow to proceed. Well, that happened because Crush notifies LSP servers about the files you're viewing or touching, and waits for a response. Some LSPs are slow, and it things took some time to happen.

In this release we not only made a good number of fixes to file tools + LSPs, but we also added a 300ms timeout so if something got stuck Crush will proceed anyway.

The find_references also got fixes. It allows the model to query for your LSPs to find refences for a given type/function/etc.

Special thanks to our favorite contributors @huaiyuWangh and @taigrr to helping and testing these improvements! ✨

Enjoy your weekend!
Charm ™️

Changelog

Fixed

Other stuff


Verifying the artifacts

First, download the checksums.txt file and the checksums.txt.sigstore.json file files, for example, with wget:

wget 'https://github.com/charmbracelet/crush/releases/download/v0.46.1/checksums.txt'
wget 'https://github.com/charmbracelet/crush/releases/download/v0.46.1/checksums.txt.sigstore.json'

Then, verify it using cosign:

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:

sha256sum --ignore-missing -c checksums.txt

Done! You artifacts are now verified!

The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

Don't miss a new crush release

NewReleases is sending notifications on new releases.