v0.4.0
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.0What'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