prepare v0.5.0 release - #591
Merged
Merged
Conversation
alexzhang13
approved these changes
Aug 3, 2026
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
/compactself-consumption), plus bounded large-session loading, deleted-subagent cleanup, daemon snapshot reliability, autonomous guidance, and UI polishmainat1793cbcto include fix(coding-agent): echo salvaged command id in daemon parse failures #592 (daemon parse failures echo the salvaged command id) and fix(coding-agent): surface seeded --goal objective to the model #593 (seeded--goalobjective surfaced to the model); their changelog bullets are folded into the[0.5.0]Fixed sectionRelease validation
maincandidate installed through the public beta installer in fresh Prime SandboxesSHA256SUMS, and direct tarball SHA-256 matchedprime-agent --version,status, anddoctorsucceededBeta validated:
v0.4.0-beta.426.1.1793cbcfrommainat1793cbc(includes #592 and #593); tarball SHA-256726dc3f0fefe3740becaa77768bf075aebabec591f21cc05ab0e44191c9b7eb4. Full checklist re-run for each rebase:3b2d1f2(stack head),e4a5909(+#592: old-client rejection now immediate instead of a 30s timeout), and1793cbc(+#593: verified--goalobjective is now visible to the model on the first turn and correctly reported by-ccontinuations).Local validation
node scripts/sync-versions.jscleannpm ci --ignore-scripts --dry-runcleangit diff --checkclean; example/private workspace versions untouchednpm run checkgreenGuardrail
This PR is intentionally version/changelog-only. Do not merge until every release-validation checkbox above is complete.
Note
Low Risk
This diff is version and changelog metadata only; runtime risk comes from already-merged 0.5.0 behavior (daemon protocol 7 / schema 8), not from merging this PR.
Overview
Prepares v0.5.0 by bumping
prime-agentand the four published workspaces (pi-agent-core,pi-ai,pi-coding-agent,pi-tui) from 0.4.0 to 0.5.0, aligning internal^0.5.0dependency ranges in rootpackage.json, each package manifest, andpackage-lock.json.The coding-agent changelog is finalized for 2026-08-03: unreleased notes move under
[0.5.0], including the breaking session action scheduler rework (daemon protocol 7, schema revision 8), plus fixes for queued vs active work, headless early exit,/compactsuccessor handling, and daemon parse error command IDs. agent, ai, and tui changelogs gain dated0.5.0section headers without new bullet content in this diff.No application source changes—only versions, lockfile version fields, and changelog text.
Reviewed by Cursor Bugbot for commit 2f2db7e. Bugbot is set up for automated code reviews on this repo. Configure here.
Note
Bump all packages from v0.4.0 to v0.5.0 for release
Increments versions across all workspace packages (
pi-ai,pi-agent-core,pi-coding-agent,pi-tui, and the root package) from 0.4.0 to 0.5.0 and updates cross-package dependency ranges to^0.5.0. The coding-agent changelog documents breaking changes including a session input scheduling rework (protocol 7/schema 8), along with several fixes and state reporting changes.Macroscope summarized 2f2db7e.