v0.19.0

charmbracelet/crushv0.19.0Nov 26, 2025by github-actions[bot]

AI Summary

This release adds Claude Code Max subscription support to Crush, allowing users to select their favorite Anthropic models and proceed through an authentication flow to use them within the application.

Key Highlights

  • Added support for Claude Code Max subscription
  • Users can now select Anthropic models in Crush
  • Integrated authentication flow for Claude Code Max

New Features

  • Claude Code Max integration allowing users to use Anthropic AI models in Crush

Full Release Notes

# We hear ya: Claude Code Max support is here

You can now use your Claude Code Max subscription in Crush. Just select your favorite Anthropic model and you'll be prompted to proceed with the authentication flow.

Happy coding! 🚀 

<details><summary>Screenshots</summary>
<p>

<img width="556" height="402" alt="Screenshot 2025-11-26 at 11 35 47" src="https://github.com/user-attachments/assets/1a3af58f-220d-4f2b-a0c4-d46ece26a363" />
<br>
<img width="554" height="179" alt="Screenshot 2025-11-26 at 11 35 54" src="https://github.com/user-attachments/assets/48b24073-1131-49d5-b764-cde1e998ae03" />
<br>
<img width="551" height="178" alt="Screenshot 2025-11-26 at 11 36 05" src="https://github.com/user-attachments/assets/0721be00-e433-494f-8b60-0deaeac11236" />

</p>
</details>

## Changelog
### New!
* 191a6c803e51093faa45af6c1352411dc48bc1db: feat: add support for claude code max (#1514) (@andreynering)

---

<details>
<summary>Verifying the artifacts</summary>

First, download the [`checksums.txt` file](https://github.com/charmbracelet/crush/releases/download/v0.19.0/checksums.txt), for example, with `wget`:

```bash
wget 'https://github.com/charmbracelet/crush/releases/download/v0.19.0/checksums.txt'
```

Then, verify it using [`cosign`](https://github.com/sigstore/cosign):

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

```bash
sha256sum --ignore-missing -c checksums.txt
```

Done! You artifacts are now verified!

</details>

<a href="https://charm.land/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-banner-next.jpg" width="400"></a>

Thoughts? Questions? We love hearing from you. Feel free to reach out on [X](https://x.com/charmcli), [Discord](https://charm.land/discord), [Slack](https://charm.land/slack), [The Fediverse](https://mastodon.social/@charmcli), [Bluesky](https://bsky.app/profile/charm.land).