github charmbracelet/catwalk v0.6.4

latest releases: v0.31.0, v0.30.8, v0.30.7...
5 months ago

Changelog

  • 20d3a33 chore: add aihubmix models (#81)
  • 62b9aad chore: auto-update generated files
  • f7e03e7 chore(bedrock): update default large model to sonnet 4.5
  • 7cada77 feat(bedrock): add anthropic claude sonnet 4.5 (#77)
  • a42e601 chore(taskfile): add install task
  • 9e1d178 chore: auto-update generated files
  • ae68d26 removing Lambda inference due to product sunset (#79)
  • ee16242 chore: auto-update generated files
  • 5aa265a chore: auto-update generated files
  • 14807d9 chore: auto-update generated files
  • 866b852 ci: sync dependabot config (#78)
  • 5423136 chore: auto-update generated files
  • 6cae293 chore: auto-update generated files
  • ba1d3a7 chore: auto-update generated files
  • a32a4f5 chore: auto-update generated files
  • 7093c45 chore: auto-update generated files

Verifying the artifacts

First, download the checksums.txt file, for example, with wget:

wget 'https://github.com/charmbracelet/catwalk/releases/download/v0.6.4/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/catwalk/releases/download/v0.6.4/checksums.txt.pem' \
  --signature 'https://github.com/charmbracelet/catwalk/releases/download/v0.6.4/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!

The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

Don't miss a new catwalk release

NewReleases is sending notifications on new releases.