Added
- Pi — built-in
piregistry entry (npx -y pi-acp@0.0.33), aliases (pi.dev,pi-dev,pi-acp,pi-coding-agent). Requiresnpx+ the Pi CLI onPATH. Pin override:agents.pi_acp_pkg/ACPBOT_PI_ACP_PKG.
Linux binaries and Docker images attach from the Release workflow. macOS binaries are notarized on a Mac and uploaded with scripts/release-darwin.sh.
Binaries (this build)
Standalone Bun-compiled executables — no Bun install required.
| Asset | Role |
|---|---|
acpbot-v0.4.0-<platform>.tar.gz |
Unified CLI: acpbot host + acpbot worker |
Platforms from CI: linux-x64, linux-arm64.
acpbot host # agents / schedules / OAuth
acpbot worker # Telegram
acpbot helpmacOS binaries are built, Developer ID–signed, and notarized on a
Mac, then attached with ./scripts/release-darwin.sh <tag> --upload
(darwin-arm64, darwin-x64).
Docker (GHCR)
docker pull ghcr.io/pmdroid/acpbot:v0.4.0
# also: :0.4.0 and :latestImage: ghcr.io/pmdroid/acpbot:v0.4.0
Disclaimer
Use at your own risk. Agents can run tools, edit files, and execute
commands. Authors are not responsible for damage, data loss, or costs.
See LICENSE (MIT) and the README disclaimer.
What's Changed
- verify-acpbot: mock Telegram E2E + Docker multi-host by @pmdroid in #20
- feat: add Pi (pi.dev) as a built-in ACP agent by @pmdroid in #21
- chore: release v0.4.0 by @pmdroid in #22
Full Changelog: v0.3.1...v0.4.0