v0.18.1

charmbracelet/crushv0.18.1Nov 13, 2025by github-actions[bot]

AI Summary

This release adds support for GPT-5.1 and its variants (gpt-5.1-codex, gpt-5.1-codex-mini) to the Crush command-line tool, along with updating the fantasy component and adding documentation for initialize_as.

Key Highlights

  • Added support for gpt-5.1 model
  • Added support for gpt-5.1-codex model
  • Added support for gpt-5.1-codex-mini model
  • Updated fantasy component
  • Added documentation for initialize_as (#1438)

New Features

  • GPT-5.1 model support
  • GPT-5.1-codex model support
  • GPT-5.1-codex-mini model support

Full Release Notes

# OMG! GPT-5.1!

This update adds support for gpt-5.1, gpt-5.1-codex, gpt-5.1-codex-mini. Get it now!

### Docs
* 882914dcae7b52302c59c10880a5f66dc0d2923e: docs(readme): add initialize_as (#1438) (@Amolith)
### Other Stuff
* 7af916bfec670b92c6915c938bbc2fda0317b097:  chore: update fantasy & add support for gpt-5.1 (#1439) (@kujtimiihoxha)
---

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

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

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