github charmbracelet/crush v0.58.0

latest release: nightly
7 hours ago

Small Patch

✨ Hey everyone! This is mostly a small update with a couple good fixes:

So long, tea_debug.log

The previous release would litter tea_debug.log file around. Wow! No longer.

Você fala inglês?

Prior to this release, smaller models would respond to the user in Portuguese regardless of what language they were using. As much as we love capoeira, we fixed the prompt so it doesn't do that anymore. 😅

Funny bug, eh? We had told the model to respond in the same spoken language as prompted, with a Portuguese example, and the less capable models saw the Portuguese and ran with it. Bom demais!

See ya!
Charm

Changelog


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.58.0/checksums.txt'
wget 'https://github.com/charmbracelet/crush/releases/download/v0.58.0/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.