Skip to content

v0.4.3

Choose a tag to compare

@github-actions github-actions released this 17 May 11:46
· 11 commits to main since this release

Install

# One-line install
curl -fsSL https://cb.danimoya.com | bash

# Or via npm
npm i -g claude-b

# Or via Docker
docker run -d --env-file .env -v ~/.claude-b:/root/.claude-b \
  ghcr.io/danimoya/Claude-B:v0.4.3

What's Changed

  • fix(cli): read version from package.json (was hardcoded 0.1.0) by @danimoya in #9

Full Changelog: v0.4.2...v0.4.3