Skip to content

v0.78.0

Choose a tag to compare

@github-actions github-actions released this 19 Jun 13:44
· 18 commits to main since this release
v0.78.0
dab17ef

Bang Bang!

We're ending the week in style with one awesome feature you've been asking for and one awesome feature you didn’t! Let’s go!

Bang Mode

“What’s bang mode?" you ask. Why it’s simply a nice way to let you run Bash commands directly in a session. It’s great for taking advantage of the shell without leaving Crush. To enter bang mode, just type a !. To exit, hit backspace.

Bang Mode Demo

Of course, the best thing about bang mode is that the model can also see the out, so if you run a command you can then chat with the model about it.

Special thanks to @taigrr for the initial implementation to @taciturnaxolotl for turning it up several notches, with some suggestions from @nobilelucifero. Enjoy and let us know if you have of any feedback!

Local Model Auto-Discovery

@taciturnaxolotl loves local models. What he did not love was manually adding them to the Crush, and like a true open source devotee, and he took matters into his own hands. Crush can now auto-discover local models for a given endpoint so you don't have to declare them manually.

{
   // Look Ma, no manual model definitions!
  "providers": {
    "ollama": {
      "name": "Ollama",
      "base_url": "http://localhost:11434/v1/",
      "type": "ollama"
    }
  }
}

This works for MLX, LMStudio, LiteLLM and Ollama. More info in the README.

(Is cool or what? Someone get @taciturnaxolotl a Strix Halo!)

The clipboard: now clipper than ever

We improved the way the clipboard works in Crush big time, particularly in X11 and Wayland: xclip and xsel are no longer required! You can also paste TIFFs (WeChat users, rejoice!) and super+v (yes, ⌘+v, macOS people) will also now paste images.

Fireworks

By popular demand Crush now supports a new provider: Fireworks! Grab your API key, choose a model on Fireworks and go to town.

Thanks

As always keep the good vibes coming, and keep crushing It!

The Charm™ Team

Changelog

New!

Fixed

Docs

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