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 on README, which are our favourite inference service for Crush.
See ya!
Changelog
New!
- cbb6daa: feat(ui): preserve newlines in expanded tool content (#3239) (@taciturnaxolotl)
Fixed
- d341d84: fix(alibaba): fix missing thinking traces on deepseek via aliababa (#3259) (@andreynering)
- 3ac7f1c: fix(baseten): make the thinking on/off toggle work for baseten (@andreynering)
- 78a205c: fix(copilot): guard nil request body in initiator transport (#3246) (@truffle-dev)
- ff12fa0: fix(scrollbar): only show on human scroll (@taciturnaxolotl)
- 6437f0d: fix(ui): make chat follow-scroll reliable when content grows (#3240) (@taciturnaxolotl)
Docs
- 3d60368: docs(readme): mention
MOONSHOT_API_KEY(#3251) (@TheRAWagent)
Other stuff
- ebf6e82: chore: add alibaba us (#3249) (@andreynering)
- e01ecdf: readme: add hyper (@meowgorithm)
Verifying the artifacts
First, download the checksums.txt file and the checksums.txt.sigstore.json file files, for example, with wget:
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:
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.txtIf the output is Verified OK, you can safely use it to verify the checksums of other artifacts you downloaded from the release using sha256sum:
sha256sum --ignore-missing -c checksums.txtDone! You artifacts are now verified!
Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
