v0.58.0
charmbracelet/crushv0.58.0Apr 15, 2026by github-actions[bot]
AI Summary
Small patch fixing tea_debug.log file creation and Portuguese language response bug in prompts.
Key Highlights
- Removed tea_debug.log file creation
- Fixed Portuguese language response bug in prompts (smaller models were responding in Portuguese)
New Features
- OpenCode Zen and OpenCode Go support
Full Release Notes
# Small Patch ✨ Hey everyone! This is mostly a small update with a couple good fixes: ## So long, tea_debug.log The previous release would litter `tea_debug.log` file around. Wow! No longer. ## Você fala inglês? Prior to this release, smaller models would respond to the user in Portuguese regardless of what language they were using. As much as we love capoeira, we fixed the prompt so it doesn't do that anymore. 😅 Funny bug, eh? We had told the model to respond in the same spoken language as prompted, with a Portuguese example, and the less capable models saw the Portuguese and ran with it. Bom demais! See ya! Charm ## Changelog * bcf863c30e0fdd2be829c36c742b5893165cfe6b: chore: auto-update files (@charmcli) * aea4e997b170a57a492589a9e88bd6775b42ae6a: chore: bump bubbletea to v2.0.5 to fix tea_debug.log file issue (@aymanbagabas) * e048e71c5f61e6c81e90b8b4cab34bfb9d71c9f8: feat: add opencode zen and opencode go support (@andreynering) * fd18c38cbb16af55c1907d124271fa9363b5bd48: fix(system-prompt): remove "portuguese" as example (@andreynering) --- <details> <summary>Verifying the artifacts</summary> First, download the [`checksums.txt` file](https://github.com/charmbracelet/crush/releases/download/v0.58.0/checksums.txt) and the [`checksums.txt.sigstore.json` file](https://github.com/charmbracelet/crush/releases/download/v0.58.0/checksums.txt.sigstore.json) files, for example, with `wget`: ```bash wget 'https://github.com/charmbracelet/crush/releases/download/v0.58.0/checksums.txt' wget 'https://github.com/charmbracelet/crush/releases/download/v0.58.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).