fix(v1): pin Prime Agent v0.8.1 - #2445
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 1841f46. Configure here.
ApprovabilityVerdict: Not approved Macroscope's review found this PR not approvable — The PR changes the runtime Prime Agent dependency, release channel, cache key, and artifact checksums. An unresolved review comment identifies a possible mismatch between the pinned source commit and the stable v0.8.1 artifacts, requiring human verification. Not approved because:
Review your spending limits in Billing settings. You can add or adjust custom eligibility rules. Learn more. |

Summary
v0.8.1This is the short-term stable pin. Draft #2444 will handle automatic stable resolution separately.
Release evidence
514633727bf26d74f39f3119c2b0e31a5ceb2a9dSHA256SUMSValidation
uv run --frozen ruff format --check .uv run --frozen ruff check .uv run --frozen ty check verifiers/v1/harnesses/prime_agent/harness.pyuv run --frozen pytest tests/v1 -qgit diff --checkNo paid evaluation was run. The credentialed GitHub V1 live E2E workflow must remain canceled for this PR.
Note
Low Risk
Dependency pin and installer URL/checksum updates only; no harness runtime or ACP behavior changes.
Overview
Updates the Prime Agent harness to install stable
v0.8.1instead of the previous beta pin.The pinned merge commit,
PrimeAgentHarnessConfigliteral type, release version string, and installer SHA256 checksums for all four tarballs are refreshed. The install script now pulls from thev0.8.1GitHub release path (.../v$PRIME_AGENT_RELEASE_VERSION) rather than the beta channel; download, verify, repack, and global npm install behavior is unchanged.Reviewed by Cursor Bugbot for commit 1841f46. Bugbot is set up for automated code reviews on this repo. Configure here.