Skip to content

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 17 May 10:17
· 15 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.1

What's Changed

  • fix: cb --remote-fire empty-body 400 + response-shape mismatch (#5) by @danimoya in #6

Full Changelog: v0.4.0...v0.4.1