Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

v0.11.0

Latest
Compare
Choose a tag to compare
Loading
@github-actions github-actions released this 13 Oct 18:03
· 0 commits to main since this release
v0.11.0

MCP, “Progress”, and more

This release contains a few small, powerful features, a handful of fixes, and support for that terminal progress bar thing that everyone loves.

Progress

If you didn't think Crush could get any flashier, think again. Crush now triggers application-level progress bar in supporting terminals like Windows Terminal and Ghostty. Is that progress or what?

Notifications in MCP

You can just do things. That’s exactly what @linw1995 did in #967 when he added notification support for MCP. There's an awesome video in the PR where he shows Crush talking to Neovim. Check it out!

demo.mp4

There’s more where that came from

Read on for all the fixes in this release. Thanks for using Crush and stay tuned for more! 💘

Changelog

New!

Fixed

Other stuff


Verifying the artifacts

First, download the checksums.txt file, for example, with wget:

wget 'https://github.com/charmbracelet/crush/releases/download/v0.11.0/checksums.txt'

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' \
  --cert 'https://github.com/charmbracelet/crush/releases/download/v0.11.0/checksums.txt.pem' \
  --signature 'https://github.com/charmbracelet/crush/releases/download/v0.11.0/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:

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.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.