Uh oh!
There was an error while loading. Please reload this page.
chore(release): cut 0.1.32 - #452
Merged
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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 0.1.32
Cuts release v0.1.32 (previous release:
v0.1.31).Commit audit
All 5 commits in
v0.1.31..mainwere audited; every one has an explicit disposition.c436ab9fix(cli): stop--web-bgfalse-flagging port conflicts on trampoline re-exec97f96b4fix(fleet): stop the TUI freezing at a human gate406cc96fix(fleet): move Fleet Manager TUI blocking I/O off the Textual event loop193cb48fix(cli): terminate whole--web-bgprocess tree on launch-gate failure80d16cdfix(fleet-tui): fix empty kill confirmation modal boxNo
Added,Changed, orRemovedentries this cycle — 0.1.32 is a pure fix release. Theweb-bg-smokeCI job added by #450 and theAGENTS.md/docs updates carried by #445, #446 and #450 are internal and correctly not called out separately.The splash-screen
is_current→is_activecorrection in #448 is deliberately not in the changelog: its own commit message records it as unreachable today (nothing is pushed over the splash), so it is hardening rather than a user-visible fix.Changelog summary
[Unreleased]finalized as[0.1.32] - 2026-08-16with a fresh empty[Unreleased]above it. SixFixedentries:--web-bglaunch gate now terminates the whole workflow process tree (--web-bg launch-gate cleanup terminates only Popen.pid, orphaning the real workflow under a trampoline sys.executable #447)--web-bgno longer fails on every port with a false "Port already in use" (--web-bg fails on every port with a false 'Port already in use' and kills a healthy run: PID equality check breaks under a trampoline sys.executable (uv tool install on Windows) #444)Validation
make check(ruff check, ruff format --check, ty)make testmake validate-exampleswas not required: noexamples/orconfig/schema.pychanges in the release range.Diff scope
Only
CHANGELOG.md,pyproject.toml, anduv.lock.uv.lockcontains only theconductor-cliproject-version change (0.1.31→0.1.32); no dependency movement.After merge
Merging this PR will be followed by pushing the
v0.1.32tag at the squash-merge commit, which triggersrelease.ymlto build and publish the GitHub Release with its artifacts.