Skip to content

Releases: PayEz-Net/acp

ACP v1.0.2

Choose a tag to compare

@payez-jon payez-jon released this 17 Jun 21:34

Added

  • Project [Start] → live — the [Start] control posts the project lifecycle (POST /lifecycle), driving the start → RUNNING → agent-spawn chain. Required for the first-run "watch the team build" flow.
  • Agent status surface — the cockpit renders agent status + the current-activity line, with reconnect/stale-ping handling and a graceful inert state when no status events are flowing.

Fixed

  • Tenant-scoped API auth — the bundled API proxies now derive X-Client-Id from the caller's token (requireTokenClientId) instead of a hardcoded client. Beta/enterprise tenants whose token client isn't the default now work from the installed app.

Build

  • Prod-targeted build (idp.payez.net / api.idealvibe.online); impersonate/dev endpoints hard-disabled in the packaged app.

ACP v1.0.1

Choose a tag to compare

@payez-jon payez-jon released this 17 Jun 12:55

Fixed

  • Paste truncation — long multi-line pastes (e.g. a 60+ line DDL block) clipped mid-content. The prior writer chunked every paste into 1024-byte writes, which fragmented the bracketed-paste sequence across writes; the agent TUI finalized on the first fragment and dropped the rest. Raised the single-write threshold (1024 → 16384) so normal pastes go in one intact write; only pastes over 16 KB chunk now.

ACP v1.0 — First Release

Choose a tag to compare

@payez-jon payez-jon released this 16 Jun 18:16

First public release.

Added

  • Auto-update via GitHub Releaseselectron-updater wired to the public PayEz-Net/acp release feed. Installed builds check for and pull new versions automatically.
  • Windows installer — NSIS installer (ACP Setup 1.0.0.exe) with directory selection and first-run welcome. Published as a versioned GitHub Release asset.
  • npm install pathnpm i acp-desktop thin wrapper fetches the matching installer from GitHub Releases on postinstall, then acp-desktop launches it.

Changed

  • Release home is public — installable on npm, binaries hosted on GitHub Releases (PayEz-Net/acp). Retired the internal Azure DevOps coupling that previously blocked the npm postinstall download. (Public source mirror to follow.)