Releases: PayEz-Net/acp
Releases · PayEz-Net/acp
Release list
ACP v1.0.2
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-Idfrom 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
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
First public release.
Added
- Auto-update via GitHub Releases —
electron-updaterwired to the publicPayEz-Net/acprelease 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 path —
npm i acp-desktopthin wrapper fetches the matching installer from GitHub Releases on postinstall, thenacp-desktoplaunches 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.)