v0.26.0

charmbracelet/crushv0.26.0Dec 16, 2025by github-actions[bot]

AI Summary

This is v0.26.0 of Crush, a Charm project primarily focused on maintenance and infrastructure updates. The release adds hyper integration as the main new feature, fixes a token expiration check issue, and includes several bubbletea package updates along with a TUI refactoring.

Key Highlights

  • Added hyper integration feature (#1642)
  • Fixed token expiration check before sending requests (#1641)
  • Bumped bubbletea to fix cursor positioning at bottom of screen
  • Refactored ExecShell to uiutil package
  • Updated bubbletea to latest rc2 version

New Features

  • Hyper integration (#1642)

Full Release Notes

# CCC: Carlos Crushes Code

This is primarily a maintenance release to move some things and around, update packages, and prep some stuff for the future. Special thanks to @caarlos0 (and @aymanbagabas!) for pushing Charm™ future-facing tech and infrastructure.

<details>
<summary>Huh?</summary>
<p><a href="https://console.charm.land"><img width="512" src="https://github.com/user-attachments/assets/0a625189-5ac2-4085-b3a3-f06a28a0ee9e" /></a></p>
</details>

## Changelog
### New!
* 5291b1dbebb48e84e72571a11b561b49f42a15b2: feat: hyper integration (#1642) (@caarlos0)
### Fixed
* 4529235c045074a14375727883f6ed52a1651d4e: fix: check if token is expired before sending the request (#1641) (@caarlos0)
### Other stuff
* 2b506d64ee5e7b7dff52578eb25df1458a778013: chore: bump bubbletea to fix moving the cursor to the bottom of screen (@aymanbagabas)
* b54c06b83607ba923eae743cb330a924428e70e2: chore: bump bubbletea to latest rc2 version (@aymanbagabas)
* 6cecb82e61eb79b63cb4db6e4ba17d85a2ce5fd3: chore: update bubbletea to latest rc2 version (@aymanbagabas)
* 7fd14ff479be2d2f14d0be0b6a68f65f8bb79e6d: refactor(tui): move ExecShell to uiutil package (@aymanbagabas)

---

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

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

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

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' \
  --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`:

```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).