github charmbracelet/crush v0.14.0

latest release: v0.15.0
23 hours ago

The most v0.14.0 release yet

How's it going? This release is a good mix of big and small things.

MCP Prompts

Did you know MCP can support stored prompts—essentially templates for doing MCP things? Welp, now Crush now supports them. Press ctrl+p to open the command prompt, press tab to move the second tab marked MCP.

Windows users: pretend you’re on Linux

If you'd like, now you can put your config on %USERPROFILE%\.config\crush\crush.json just like on Darwin and Linux. Cool, huh?

Bonus

  • crush run has always been a little off for interactive use. We issued a handful fixes and improvements to make the user experience better when you're in a TTY.
  • On Ghostty and the Windows Terminal, Crush will now send loading feedback while starting up

Thank you!

Thanks so much for all your feedback! See ya in the next release (i.e. tomorrow). 💘

Changelog

New!

Fixed

Docs

Other stuff


Verifying the artifacts

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

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

Don't miss a new crush release

NewReleases is sending notifications on new releases.