Skip to content

v0.81.0

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Jun 21:01
v0.81.0
d8fc48a

Some UX stuff for ya

We're starting the week in good style by adding some nice additions and improvements.

Chat scrollbar

This is it, the chat just got a scrollbar! This should make your life easier on navigation long session. You can now see exactly where you are when scrolling.

It's possible to adjust the behavior with a setting: options.tui.scrollbar.

  • default (hides after 2 seconds)
  • always
  • never
{
  "options": {
    "tui": {
      "scrollbar": "default" // default, always, never
    }
  }
}
Screen.Recording.2026-05-26.at.17.33.18.mov

Herdr Support

Have you been wanting to use herdr.dev for all your agent management needs? Well now its even better! @taciturnaxolotl merged support for agent status signaling so now herdr can pick up on the status of crush and send you notifications when it is blocked or finished!

image

Lower CPU usage

Crush could use too much CPU when streaming thinking traces and showing them for you. @taciturnaxolotl worked through an optimization and that's now fixed!

Fix possible deadlock on startup

If you happen to have a model ID in your config that does not exist anymore (was removed from the providers), Crush could lock when booting and not start at all. This bug was addressed.

Images and your session

This is another fix to prevent your session from breaking when you switch to a non-vision model but your session already has images. We're going to skip the images so your session keep working.

That's all!
Charm

Changelog

New!

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