PushPals CLI v1.0.97
PushPals CLI Release Log
Release Metadata
- version:
v1.0.97 - start_commit:
a2b1058ab9aa92f6b22ab2d366927981a9d8c228 - end_commit:
a47206756b8fb55f69502cea1b47abb3fa0a3e39 - commits_in_range:
1
Highlights
- Provision WorkerPal browser validation with a stable Playwright browser cache that is shared across ephemeral job worktrees for the same repo.
- Add a ValidationGate browser runtime preflight that runs the repo-matching
bunx playwright install chromiumbefore Playwright-backed web smoke commands. - Improve browser-validation diagnostics so missing Playwright browsers are reported as browser-runtime/tooling blockers instead of being hidden behind
SIGTERMtimeout summaries. - Kill validation command process trees on timeout so Expo/Metro child processes do not linger after failed browser smoke runs.
- Sync packaged CLI runtime assets so the published WorkerPal sandbox includes the browser-runtime validation fix.
Validation
bun run cli:bundlebun run test:rootgit diff --checkbun test tests/workerpals.sandbox-env.test.ts tests/workerpals.validation-command-safety.test.tsbunx tsc -p apps/workerpals/tsconfig.json --noEmit
Install
npm i -g @pushpalsdev/clibun install -g @pushpalsdev/cliArtifacts
pushpals-linux-x64pushpals-windows-x64.exepushpals-macos-x64pushpals-macos-arm64SHA256SUMS.txt
Breaking Changes
- None.
Known Issues
- Docker-backed WorkerPal execution still requires Docker to be installed and running when WorkerPal auto-spawn is enabled;
pushpals --clearcleanup is best-effort when Docker is unavailable or times out. - Codex
gpt-5.5requires a recent Codex CLI; older Codex CLIs fall back togpt-5.4for WorkerPal and RemoteBuddy Codex execution when they report model incompatibility. - GitHub contribution credit for WorkerPal commits requires the configured commit email to be associated with the target GitHub account.
- Native WSL source-tree
cli:bundleruns can still hang in the Expo monitor export path when building from a Windows-mounted checkout under/mnt/c/...; the published CLI package cold-start path is covered separately.
Full Changelog: v1.0.96...v1.0.97