Release CV: stage-batch6 — 3-PR Windows-only stack (v0.51.124) — start.ps1 paths/docs/hardening#2817
Merged
Merged
Conversation
…allers (#2805) Squashed from 3 author commits onto current master (the 3 base commits from already-shipped #2783 were filtered out by the squash): - 6822cbb feat: expand hermes-agent candidate paths - 6f42353 Copilot review: PathType+null-guard+changelog - dbebbed handle WOW64 ProgramFiles redirection Authorship preserved. CHANGELOG entry merged into batch stamp commit.
…eading WSL2-venv-portability claim (#2806) Squashed from 3 author commits onto current master (3 base commits from already-shipped #2783 were filtered out by the squash). #2805's expanded candidate-path discovery + PathType Container check preserved from prior stage commit. Authorship preserved. CHANGELOG entry merged into batch stamp commit.
…y cleanup (#2807) Squashed from 2 author commits onto current master (3 base commits from already-shipped #2783 were filtered out by the squash): - f53b930 fix(start.ps1): TryParse HERMES_WEBUI_PORT + exit AFTER try/finally cleanup - 7b6e072 fix(start.ps1): drop non-functional @Args splat under [CmdletBinding()] Authorship preserved. CHANGELOG entry merged into batch stamp commit.
…ws-only stack) Cherry-picked PRs (all by @Koraji95-coder): - #2805 — expand hermes-agent candidate paths for Windows installers - #2806 — clarify native Windows venv path; remove WSL2-venv-portability claim - #2807 — TryParse HERMES_WEBUI_PORT + exit AFTER try/finally cleanup - #2811 — native-Windows startup E2E CI workflow All 4 PRs were branched off #2783 (now shipped in v0.51.121). Squash-merged each PR's unique changes onto current master with conflict resolution. Authorship preserved on every commit. Zero impact on Linux/macOS runtime — file scope is start.ps1, README.md (Windows section), and a new Windows-CI workflow that only runs on PRs touching start.ps1/requirements.txt/etc.
d91db87 to
fe0a1ce
Compare
This was referenced May 24, 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.
Release CV — v0.51.124 — stage-batch6 — 3-PR Windows-only stack
Updated: dropped #2811 from this batch after the Windows CI workflow it introduces failed on its own introducing PR — the workflow's "Provision hermes-agent" step does
pip install hermes-agentwhich doesn't resolve (hermes-agent isn't on PyPI; it's a private repo). The workflow needs the contributor's attention before it can ship; leaving #2811 open with a maintainer comment.start.ps1start.ps1+README.mdstart.ps1All 3 PRs by @Koraji95-coder, all Windows-only (no impact on Linux/macOS runtime). Rebased onto current master per Nathan's standing rule.
Cherry-picks (squashed/rebased)
Conflict resolution
All 3 PRs were branched off #2783 (which shipped in v0.51.121). The naive cherry-pick would have re-applied #2783's content. Resolution:
-PathType Container+ expanded candidate listAuthorship preserved on every commit.
Pre-Opus gate
start.ps1,README.md,CHANGELOG.mdonly.pyfiles touchedSelect-Object -Unique+ProgramW6432(4 hits); #2806 native-Windows docs (4 hits); #2807 TryParse+serverExitCode (5 hits)What's deferred
pip install hermes-agentprovisioning step rewritten (hermes-agent isn't on PyPI). Leaving open with a maintainer comment for the contributor.