Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 15 May 11:02
· 17 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.0

What's Changed

  • ci: gate release on typecheck + fix pre-existing TS errors by @danimoya in #3
  • telegram: Vitest coverage for /start allow-list + .env.example version note by @danimoya in #4

Full Changelog: v0.3.3...v0.4.0