v0.82.0
charmbracelet/crushv0.82.0Jul 7, 2026by github-actions[bot]
AI Summary
Focuses on general stability and UI improvements, specifically fixing chat scrolling reliability and agent behavior across various providers.
Key Highlights
- Improved chat scrolling reliability
- Fixed thinking/reasoning levels for Alibaba and Baseten providers
- Added mention of Hyper inference service in README
New Features
- Chat scroll fix
- Agent behavior fixes (Alibaba/Baseten)
- UI improvements
Full Release Notes
# General fixes Hello. This small patch includes some varied fixes. ## Better chat scroll On some rare occasions, the chat could stop scrolling automatically to the bottom as the model works. We made some changes to make this more reliable! ## General agent fixes There were a few fixes here and there making the agent behave better. We made thinking on/off and reasoning levels behave better for providers like Alibaba and Baseten, for example. We are finally mentioning [Hyper](https://hyper.charm.land/) on README, which are our favourite inference service for Crush. See ya! ## Changelog ### New! * cbb6daaa80841614abc091f3201c5e635895c22e: feat(ui): preserve newlines in expanded tool content (#3239) (@taciturnaxolotl) ### Fixed * d341d84b24fbe6471708c15f4dc08533a9ea6dc4: fix(alibaba): fix missing thinking traces on deepseek via aliababa (#3259) (@andreynering) * 3ac7f1c48bbe3031772fb2f47c2f356283790591: fix(baseten): make the thinking on/off toggle work for baseten (@andreynering) * 78a205cdb5f988aa6daa6c1907e88b4b9d2b2769: fix(copilot): guard nil request body in initiator transport (#3246) (@truffle-dev) * ff12fa014e8f530daa8e52eecc716c79d18a363c: fix(scrollbar): only show on human scroll (@taciturnaxolotl) * 6437f0d78c72987f9c90b5257f22504326b19c78: fix(ui): make chat follow-scroll reliable when content grows (#3240) (@taciturnaxolotl) ### Docs * 3d603684539ffe2d5716784f1eee17e2e59ab843: docs(readme): mention `MOONSHOT_API_KEY` (#3251) (@TheRAWagent) ### Other stuff * ebf6e826ebf8c58754597ef88dce3649ec91abbb: chore: add alibaba us (#3249) (@andreynering) * e01ecdf2054af14a452109eb1d4d8402ad28f703: readme: add hyper (@meowgorithm) --- <details> <summary>Verifying the artifacts</summary> First, download the [`checksums.txt` file](https://github.com/charmbracelet/crush/releases/download/v0.82.0/checksums.txt) and the [`checksums.txt.sigstore.json` file](https://github.com/charmbracelet/crush/releases/download/v0.82.0/checksums.txt.sigstore.json) files, for example, with `wget`: ```bash wget 'https://github.com/charmbracelet/crush/releases/download/v0.82.0/checksums.txt' wget 'https://github.com/charmbracelet/crush/releases/download/v0.82.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).