v0.33.2
charmbracelet/crushv0.33.2Jan 16, 2026by github-actions[bot]
AI Summary
Release v0.33.2 of Crush introduces clipboard image paste functionality to the chat editor, contributed by @kslamph. The release also includes several bug fixes for improved stability, including a race condition fix in agent.go, resolved extra headers for providers, and improved search tool reliability.
Key Highlights
- New clipboard image paste functionality in chat editor (contributed by @kslamph)
- Fixed race condition in agent.go for better stability
- Resolved extra headers issue for providers
- Made hyper and copilot links styled on UI
- Improved search tool reliability and MCPS loading in non-interactive mode
New Features
- Clipboard image paste functionality in chat editor
Full Release Notes
# Pasting images from the ol’ clipboard :framed_picture: Thanks to contributor @kslamph you can now paste images from clipboard directly into Crush. Many other fixes are included to make Crush more stable and reliable as well. Enjoy! :sparkles: ## Changelog ### New! * feat: add clipboard image paste functionality to chat editor by @kslamph in https://github.com/charmbracelet/crush/pull/1151 ### Fixed * fix: race in agent.go by @caarlos0 in https://github.com/charmbracelet/crush/pull/1853 * fix: resolve extra headers for providers by @kujtimiihoxha in https://github.com/charmbracelet/crush/pull/1764 * fix: make hyper and copilot link styled on ui by @andreynering in https://github.com/charmbracelet/crush/pull/1872 * fix: try to make the search tool more reliable by @kujtimiihoxha in https://github.com/charmbracelet/crush/pull/1779 * fix: mcps loading in non interactive mode by @kujtimiihoxha in https://github.com/charmbracelet/crush/pull/1894 ### Other stuff * chore(README): update crush art by @meowgorithm in https://github.com/charmbracelet/crush/pull/1861 * chore: tidy agent package by @meowgorithm in https://github.com/charmbracelet/crush/pull/1857 * chore: fix more typos by @meowgorithm in https://github.com/charmbracelet/crush/pull/1863 * docs(readme): update features section by @meowgorithm in https://github.com/charmbracelet/crush/pull/1883 * docs(readme): pull extra comma by @meowgorithm in https://github.com/charmbracelet/crush/pull/1887 * chore: use posthog's default exception reporting by @andreynering in https://github.com/charmbracelet/crush/pull/1895 --- <details> <summary>Verifying the artifacts</summary> First, download the [`checksums.txt` file](https://github.com/charmbracelet/crush/releases/download/v0.33.2/checksums.txt) and the [`checksums.txt.sigstore.json` file](https://github.com/charmbracelet/crush/releases/download/v0.33.2/checksums.txt.sigstore.json) files, for example, with `wget`: ```bash wget 'https://github.com/charmbracelet/crush/releases/download/v0.33.2/checksums.txt' wget 'https://github.com/charmbracelet/crush/releases/download/v0.33.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).