Skip to content

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 14 Aug 07:19
· 46 commits to main since this release

Changelog

  • 2cfa9cf Address every harness in the setup prompt, not just Claude Code
  • f5f6c3d Add the agent setup prompt

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.4.1/krowk_0.4.1_$(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.4.1

checksums.txt covers every archive on this release.