feat(v1): resolve stable Prime Agent releases - #2444
Draft
sethkarten wants to merge 4 commits into
Draft
Conversation
sethkarten
added a commit
that referenced
this pull request
Aug 26, 2026
## Summary - replace the Prime Agent beta pin with stable `v0.8.1` - pin the release merge commit and published checksums - keep the existing install and cache flow unchanged This is the short-term stable pin. Draft #2444 will handle automatic stable resolution separately. ## Release evidence - release: https://github.com/PrimeIntellect-ai/prime-agent/releases/tag/v0.8.1 - commit: `514633727bf26d74f39f3119c2b0e31a5ceb2a9d` - all four GitHub and R2 tarballs match the published `SHA256SUMS` ## Validation - `uv run --frozen ruff format --check .` - `uv run --frozen ruff check .` - `uv run --frozen ty check verifiers/v1/harnesses/prime_agent/harness.py` - `uv run --frozen pytest tests/v1 -q` - temporary installer wiring check - `git diff --check` No paid evaluation was run. The credentialed GitHub V1 live E2E workflow must remain canceled for this PR. <!-- CURSOR_SUMMARY --> --- > [!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.1`** instead of the previous beta pin. > > The pinned merge commit, `PrimeAgentHarnessConfig` literal type, release version string, and installer **SHA256 checksums** for all four tarballs are refreshed. The install script now pulls from the **`v0.8.1` GitHub release path** (`.../v$PRIME_AGENT_RELEASE_VERSION`) rather than the beta channel; download, verify, repack, and global npm install behavior is unchanged. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 1841f46. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The resolver is Prime-specific. It has no global task registry or per-config concurrency locks.
Release evidence
Prime Agent
v0.8.1was published from Prime Agent #1794 at514633727bf26d74f39f3119c2b0e31a5ceb2a9d. The Git tag and stable release target that exact commit.GitHub and R2 publish identical
latest.jsonmanifests. Their stable pointers containv0.8.1. All four GitHub and R2 tarballs matchSHA256SUMS, the manifest, and GitHub's asset digests.Validation
uv run --frozen pytest tests/v1 -quv run --frozen ruff check .uv run --frozen ruff format --check .uv run --frozen ty check verifiers0.8.1resolution against R2 and GitHub metadatagit diff --checkNo paid evaluation was run. The credentialed GitHub Test workflow is intentionally canceled for this PR. Equivalent noncredential validation runs locally.
This PR remains draft pending review and allowed CI.