github charmbracelet/crush v0.91.2

4 hours ago

Fixed GitHub MCP + UI fixes

A small patch with a couple fixes.

Fixed GitHub MCP

The GitHub MCP stopped working in Crush in the recent days, but it's now working again.

We "sessionless": true (or --sessionless true) that some MCPs might need to work correctly. For GitHub MCP, we're enabling that automatically so it works without extra config for you.

Code indentation fixes

We fixed a couple bugs with wrong indentation in code in the UI. This could happen on tool calls previews or code inside markdown.

Example screenshots:

Before

Screenshot 2026-08-26 at 11 28 55

After

Screenshot 2026-08-26 at 11 39 35

New Hyper models

Last news, we have 3 new models available in Hyper!

  • Qwen3.8-Flash
  • Qwen3.8-27B
  • Qwen3.8-2.4T-A95B

These are really good models, I hope you enjoy!

Don't know Hyper yet? Hyper is Charm's provider with a $20/m subscription. Check it out!

That's all for today. Keep crushing!
Charm 💌

Changelog

Fixed


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