Skip to content

Releases: danimoya/Claude-B

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 22:07

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.7.0

Full Changelog: v0.6.0...v0.7.0

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 30 May 19:00

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.6.0

Full Changelog: v0.5.2...v0.6.0

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 24 May 17:52

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.2

Full Changelog: v0.5.1...v0.5.2

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 22 May 12:48

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.1

Full Changelog: v0.5.0...v0.5.1

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 17 May 12:56

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

v0.4.3

Choose a tag to compare

@github-actions github-actions released this 17 May 11:46

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.3

What's Changed

  • fix(cli): read version from package.json (was hardcoded 0.1.0) by @danimoya in #9

Full Changelog: v0.4.2...v0.4.3

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 17 May 10:41

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

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 17 May 10:17

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.1

What's Changed

  • fix: cb --remote-fire empty-body 400 + response-shape mismatch (#5) by @danimoya in #6

Full Changelog: v0.4.0...v0.4.1

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 15 May 11:02

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

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 12 May 17:03

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