v1.2.2
Changelog
New Features
- 9ed50d9: feat: add groq to config template (#223) (@caarlos0)
- 34b834b: feat: allow to set stop (#226) (@caarlos0)
- e48f558: feat: system roles (#227) (@caarlos0)
Bug fixes
- fc5d998: fix(docs): typos (@bashbunni)
- 6258e8c: fix: --ask-model print api name too (#214) (@caarlos0)
- 11dbf2d: fix: allow to run --settings with an invalid yaml configuration (#225) (@caarlos0)
- e466173: fix: error when running format-as is empty` (#219) (@cloudbridgeuy)
- ffa5231: fix: include api name in errors (#231) (@bashbunni)
- f979f9e: fix: only set completion response format when api is openai (#213) (@caarlos0)
- ae7c540: fix: possible index out of range (@caarlos0)
- 297b0ef: fix: update log dep (@caarlos0)
- 977f568: fix: wrap stdin in codeblock (#215) (@caarlos0)
Documentation updates
Other work
- 11a9be0: Create CODEOWNERS (@maaslalani)
Verifying the artifacts
First, download the checksums.txt
file, for example, with wget
:
wget 'https://github.com/charmbracelet/mods/releases/download/v1.2.2/checksums.txt'
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' \
--cert 'https://github.com/charmbracelet/mods/releases/download/v1.2.2/checksums.txt.pem' \
--signature 'https://github.com/charmbracelet/mods/releases/download/v1.2.2/checksums.txt.sig' \
./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
:
sha256sum --ignore-missing -c checksums.txt
Done! You artifacts are now verified!
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.