Skip to content

v0.2.1

Latest

Choose a tag to compare

@pmdroid pmdroid released this 14 Aug 02:28

Added

  • EVE host.ask / /eve answer — park a run as waiting_user and collect an operator decision (Telegram buttons + /eve answer <runId> <n>)

Fixed / hardened

  • EVE blocked ≠ complete — a directive that returns blocked no longer gets 🌱 EVE complete. The host parks the run and asks the operator. Scripts can await host.ask({ question, options }) mid-run.
  • EVE / review: Cursor is first-class — honor a requested reviewer (agent: "cursor-agent" or helper --engine cursor / Composer 2.5). Unset helper --engine still defaults to Codex.

Install

Standalone Bun-compiled binaries — no Bun install required.

acpbot host      # agents / schedules / OAuth
acpbot worker    # Telegram
acpbot help

macOS binaries are Developer ID–signed and attached after CI (darwin-arm64, darwin-x64).

docker pull ghcr.io/pmdroid/acpbot:v0.2.1
# also :0.2.1 and :latest

Use at your own risk. Agents can run tools, edit files, and execute commands.


Binaries (this build)

Standalone Bun-compiled executables — no Bun install required.

Asset Role
acpbot-v0.2.1-<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 help

macOS binaries are built and Developer ID–signed 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.2.1
# also: :0.2.1 and :latest

Image: ghcr.io/pmdroid/acpbot:v0.2.1

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

  • fix(eve): park blocked runs and honor Cursor review by @pmdroid in #14

Full Changelog: v0.2.0...v0.2.1


Binaries (this build)

Standalone Bun-compiled executables — no Bun install required.

Asset Role
acpbot-v0.2.1-<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 help

macOS binaries are built and Developer ID–signed 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.2.1
# also: :0.2.1 and :latest

Image: ghcr.io/pmdroid/acpbot:v0.2.1

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

  • fix(eve): park blocked runs and honor Cursor review by @pmdroid in #14

Full Changelog: v0.2.0...v0.2.1