chore(release): prepare v0.7.1 - #873
Merged
Merged
Conversation
Patch release. Bug fixes only, no breaking changes, per the no-major-releases policy. Contents since v0.7.0: - #836 retry_worker clears saved stop markers so retried workers recover - #809 websearch skill documents the /login -> MCP Connections Serper step - #699 dropped Nemotron 3 Ultra from the Prime Inference catalog - #658/#661/#700/#787 test, comment, and README maintenance (no user-facing behavior) Lockstep bump across the root package and the four published packages; example and private workspaces untouched. Lockfile updated surgically (version fields and inter-package ranges only).
sethkarten
self-requested a review
August 7, 2026 18:14
sethkarten
approved these changes
Aug 7, 2026
zhengr
pushed a commit
to zhengr/prime-agent
that referenced
this pull request
Aug 8, 2026
…orator support - Update @typescript/native-preview to 7.0.0-dev.20260120.1 (supports experimentalDecorators) - Replace top-level node:fs, node:os, node:path imports with dynamic imports in stream.ts - Replace top-level node:os import with dynamic import in openai-codex-responses.ts - Replace top-level node:crypto, node:http imports with dynamic imports in openai-codex.ts - Replace Buffer.from with atob for browser-compatible base64 decoding fixes PrimeIntellect-ai#873
zhengr
pushed a commit
to zhengr/prime-agent
that referenced
this pull request
Aug 8, 2026
Patch release. Bug fixes only, no breaking changes, per the no-major-releases policy. Contents since v0.7.0: - PrimeIntellect-ai#836 retry_worker clears saved stop markers so retried workers recover - PrimeIntellect-ai#809 websearch skill documents the /login -> MCP Connections Serper step - PrimeIntellect-ai#699 dropped Nemotron 3 Ultra from the Prime Inference catalog - PrimeIntellect-ai#658/PrimeIntellect-ai#661/PrimeIntellect-ai#700/PrimeIntellect-ai#787 test, comment, and README maintenance (no user-facing behavior) Lockstep bump across the root package and the four published packages; example and private workspaces untouched. Lockfile updated surgically (version fields and inter-package ranges only).
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.
Patch release. Two bug fixes and catalog/test maintenance, no breaking changes, so patch per the no-major-releases policy.
Why this one matters beyond the changelog
The headline fix is #836: running
retry_workeron a stopped session worker cleared the in-memory stop flag but not the saved stop marker, so recovery immediately cancelled itself and the session stayed stuck at "Session worker is not connected". Explicit retries now clear saved stop markers first, matching the existing recovery behavior for client-owned workers.Contents
websearchskill documents the/login→ MCP Connections step required to configure Serper#836 merged without a changelog entry; this PR adds it under 0.7.1.
Version bump
Lockstep across the root package and the four published packages:
agent,ai,coding-agent,tui.packages/web-uidoes not exist in this repo, so it is not bumped despite the release skill listing it. Example and private workspaces verified untouched withgit diff --exit-code. The lockfile diff is a pure version bump (version fields and inter-package ranges only), matching the v0.7.0 precedent.node scripts/sync-versions.jsreports all inter-package dependencies in sync, andnpm run checkis clean at 0.7.1.Changelog sections follow the v0.6.1 precedent:
[Unreleased]finalized to[0.7.1] - 2026-08-07, with a fresh empty[Unreleased]above it and empty version sections in the packages that had no entries.Daemon protocol 7 / schema revision 13 are unchanged since v0.7.0, so there is no client/daemon compatibility impact.
Release validation
npm run release:packand installed through the realinstall.shin a fresh Prime Sandboxprime-agent-0.7.1.tgz: OK), and provisioned the IPython kernel venvprime-agent --version,status, anddoctorsucceeded--printruns with-c, survivingshutdown --forceand daemon restartrlm(...)spawn, child reply viaagent_message.send, parent received itprime-agent updatereports up to date against the production manifest;update --forceagainst a local manifest installs via thelatest.jsontarball specNote on the previous release
v0.7.0 published successfully:
latest.jsonreportsv0.7.0andreleases/v0.7.0/prime-agent-0.7.0.tgzreturns 200.Not merging this myself.