Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 17 May 12:56
· 9 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.5.0

What's Changed

  • feat(tunnel): cb --install-tunnel for persistent cross-host plumbing (v0.5.0) by @danimoya in #10

Full Changelog: v0.4.3...v0.5.0