Skip to content

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 17 May 10:41
· 13 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.2

What's Changed

  • fix(orchestration): cb --remote-fire ignored host, routed to default by @danimoya in #7

Full Changelog: v0.4.1...v0.4.2