Skip to content

fix(release): align the agent-host package version with 0.14.6 - #205

Open
dajiaohuang wants to merge 1 commit into
vastsa:mainfrom
dajiaohuang:fix/agent-host-version-surface
Open

fix(release): align the agent-host package version with 0.14.6#205
dajiaohuang wants to merge 1 commit into
vastsa:mainfrom
dajiaohuang:fix/agent-host-version-surface

Conversation

@dajiaohuang

Copy link
Copy Markdown

Fixes #200.

Summary

packages/agent-host/package.json states 0.14.6-rc.4 while every other version surface states 0.14.6. This restores the invariant that release-runbook 4.1 requires and makes the release preflight pass on main.

Cause

packages/agent-host was added by c9f7cd86 already carrying the stale 0.14.6-rc.4 version, and it was not advanced by the later chore(release) bumps for v0.14.6-rc.5, v0.14.6-rc.6, or v0.14.6.

Reproduction

On main at 6e6d710e:

$ node scripts/check-release-docs.mjs
Release documentation is not aligned with 0.14.6:
  - packages\agent-host\package.json: version is 0.14.6-rc.4, expected 0.14.6
$ echo $?
1

With this change:

$ node scripts/check-release-docs.mjs
Release documentation is aligned with 0.14.6 (0.14.x line).
$ echo $?
0

Changes

  • packages/agent-host/package.json: 0.14.6-rc.40.14.6.

Validation

  • node scripts/check-release-docs.mjs — exit 1 before, exit 0 after. This is the script scripts/release.mjs runs before tagging and the one pnpm check:release-docs exposes.
  • pnpm install --frozen-lockfile — passes with the change. The package is private and consumed as workspace:*, so pnpm-lock.yaml records link:../../packages/agent-host with no version and needs no update.
  • pnpm --filter @pi-desktop/agent-host build — passes.
  • pnpm --filter @pi-desktop/agent-host test — 34 tests pass.
  • node scripts/check-style-tokens.mjs — passes.
  • git diff --check — clean.

No spec, ADR, or E2E-documentation update is included: this is a version-surface alignment in a private workspace package, with no user-visible or protocol-visible behavior change (R1/R3 do not apply).

🤖 Generated with Claude Code

`packages/agent-host` was added at the stale `0.14.6-rc.4` version and never
advanced through rc.5, rc.6, or the 0.14.6 stable release. Every other version
surface already states 0.14.6, so `node scripts/check-release-docs.mjs` fails
on `main` and `scripts/release.mjs` refuses to tag while any surface disagrees.

The package is private and consumed through `workspace:*`, so its version
carries no resolution weight; aligning it restores the documented invariant in
release-runbook 4.1 without changing any dependency graph.

Refs vastsa#200
@vercel

vercel Bot commented Sep 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated
pi-desktop-docs Skipped Skipped Sep 10, 2026 11:45am UTC

@dajiaohuang
dajiaohuang force-pushed the fix/agent-host-version-surface branch from 68a3ac4 to c54956f Compare September 11, 2026 10:52
@vercel

vercel Bot commented Sep 11, 2026

Copy link
Copy Markdown

@dajiaohuang is attempting to deploy a commit to the vastsa's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] packages/agent-host states 0.14.6-rc.4, so the release preflight fails on main

1 participant