GPT 5.2 is here! ✨
OpenAI just released GPT 5.2 and Crush already supports it. Enjoy!
We also added GPT 5.1 Codex Max, which was missing until today. And of course, star contributors @Amolith is back with some nice small additions.
More good stuff coming soon! 💘
Changelog
New!
- 47b50d4: feat(tui): show / hint when editor is empty (#1512) (@Amolith)
- 0cc2bf5: feat: update fantasy and catwalk for support to gpt 5.2 and 5.1 codex max (@andreynering)
Other stuff
- 954872e: chore(taskfile): add task to update fantasy and catwalk (@andreynering)
- ef61c05: chore: bump bt and uv to fix scroll empty line artifact bug (@aymanbagabas)
- de451cc: chore: bump bubbletea and ultraviolet to fix cursor related rendering artifacts (@aymanbagabas)
- 4143ccd: chore: bump bubbletea and ultraviolet to fix kitty keyboard exiting (@aymanbagabas)
- 23cf8af: chore: bump bubbletea to module replace (@aymanbagabas)
- d354b61: chore: bump dependencies (@aymanbagabas)
- d8f8889: chore: bump lipgloss to the latest v2 version (@aymanbagabas)
- 6219de7: feat(mcp-config): add list of disabled_tools (#1533) (@Amolith)
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.23.0/checksums.txt'
wget 'https://github.com/charmbracelet/crush/releases/download/v0.23.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.