github charmbracelet/crush v0.2.0

latest releases: v0.26.0, v0.25.0, v0.24.0...
4 months ago

Lifestyle Improvements

At Charm, we're all about creature comforts. This release contains a couple nice quality-of-life features and a handful of fixes, particularly around MCPs. Let’s see what’s new:

Crushignore

Crush respects .gitignore files by default, but now you can also use a .crushignore file to specify additional files and directories that Crush should not pay attention to. This is useful for excluding files that you want in version control but don't want Crush to consider when providing context.

The .crushignore file uses the same syntax as .gitignore and can be placed in both the root of your project and in subdirectories.

Debug Harder

Now when you run crush --debug Crush will also log provider responses, allowing you to really get an idea about what’s going on. Logs are stored in .crush/logs/crush.log and can be viewed and tailed with the crush logs command. More on logging.

Thanks

Special thanks to @andreynering from the Charm team for automating issue labeling to help us wrangle issues and contributions. We're at least 125% more organized thanks to him.

🌈 And thank you for using, Crush. Enjoy the release and stay tuned: we have so much coming.

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.2.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.2.0/checksums.txt.pem' \
  --signature 'https://github.com/charmbracelet/crush/releases/download/v0.2.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 Twitter, Discord, Slack, The Fediverse.

Don't miss a new crush release

NewReleases is sending notifications on new releases.