Skip to content

v0.6.0

Choose a tag to compare

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

Changelog

  • a9ddc36 Move the caption, destination and paste-block notes under v0.6.0
  • f5e054d Tell the skill never to paste a bare link (#38)
  • 0c97410 End with the block, and stop assembling one (#37)
  • 5b4a47e Let a push print what the destination wants (#36)
  • 2f595e9 Let a push say what the file shows, on the file (#35)

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.6.0/krowk_0.6.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.6.0

checksums.txt covers every archive on this release.