Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 26 Aug 13:21
· 11 commits to main since this release

Changelog

  • 8d4a634 chore: release 0.7.0
  • 301c6c8 test: cover devregistry flag wiring, fix stale docs
  • c3d407d refactor!: drop the registry serve command from the CLI
  • 05a237b Measure an SVG too, and stop claiming a release note for a command being removed
  • 5f1ce48 Read a WebP header too, so the stand-in has no format the registry measures
  • 518978d Measure an image in the stand-in, so the wire contract does not drift
  • 4d6905e chore(ci): switch opencode review model to ox-alpha-free
  • c8e398c chore(ci): bump checkout/setup-go to v7 in opencode-review workflow

Install

# npm — the bare `krowk` name is blocked by npm's typosquat filter
npx @krowk/cli push screenshot.png

# Direct download — no runtime, no package manager
curl -sSfL https://github.com/krowkcom/cli/releases/download/v0.7.0/krowk_0.7.0_$(uname -s | tr A-Z a-z)_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz \
  | tar -xz -C /usr/local/bin krowk krowk-mcp

# From source
go install github.com/krowkcom/cli/cmd/krowk@v0.7.0

checksums.txt covers every archive on this release.