Skip to content

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 12 May 17:03
· 20 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.3.3

What's Changed

  • Inbox: serialise writes, atomic rewrites, robust reader, bulk-delete endpoints by @danimoya in #1
  • telegram: enforce TELEGRAM_ALLOWED_CHAT_IDS in /start handler by @danimoya in #2

New Contributors

Full Changelog: v0.3.2...v0.3.3