v0.39.2

charmbracelet/crushv0.39.2Feb 5, 2026by github-actions[bot]

AI Summary

This is a bug fix release for charmbracelet/crush v0.39.2 focused on fixing Windows compatibility issues. The primary highlight is restoring the ability to paste text on Windows, along with several UI fixes including a completions popup issue, API key dialog typo, and hyper-related fixes.

Key Highlights

  • Fixed bug preventing pasting text on Windows
  • Fixed completions popup getting too narrow on single item
  • Fixed API key dialog typo
  • Fixed hyper provider cancel issue
  • Fixed realtime session file changes

Full Release Notes

# Quick Windows fix

Pasting text on Windows :window: is working again.

Thank you for all the support.
The Charm Team ™️ 

## Changelog
### Fixed
* afed74cbee977bc05541bc9106dbe2f698dcd987: fix(ui): api key dialog typo (#2131) (@nickgrim)
* b28f4ced49e4ce5c76446a9ee3e3fcd90adac744: fix(ui): completions popup gets too narrow on single item (#2125) (@caarlos0)
* 2d0a0e2764686ccb503f91215a22c911fada30c0: fix(ui): fix bug preventing pasting text on windows (#2126) (@andreynering)
* 142c854e52e50d48dd37497b6aad09bc222cba51: fix: change hyper url (#2120) (@caarlos0)
* 8adfe70c4454363bc839ca405657de91da01998b: fix: hyper provider cancel (#2133) (@kujtimiihoxha)
* d29d0e21216eb5bb68bce18134e1fba8d2d7d362: fix: realtime session file changes (#2134) (@kujtimiihoxha)
### Other stuff
* 874c1ca0e8bf89533ce1fafcbe7c1dd37187e30b: chore: update ui/agents.md (#2122) (@caarlos0)
* 9013bb012202eae93a936273782014f5c6ae35d2: refactor: remove old tui (#2008) (@kujtimiihoxha)

---

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

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

```bash
wget 'https://github.com/charmbracelet/crush/releases/download/v0.39.2/checksums.txt'
wget 'https://github.com/charmbracelet/crush/releases/download/v0.39.2/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).