chore(release): prepare v0.7.1#1740
Merged
Merged
Conversation
Hotfix to unblock npm publish that failed during v0.7.0 release. publish-js.yml: gate the "Run AI examples" step off on the Windows + Node 24 combination. On that single matrix entry libuv hits an assertion failure (`!(handle->flags & UV_HANDLE_CLOSING)` in src/win/async.c) during example-script shutdown — the same scripts pass cleanly on every other platform/Node combination, including Windows + Node 20/22 and Node 24 on Linux/macOS. The failure left v0.7.0 published to crates.io, PyPI and Homebrew but not npm.
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
bashkit | 68c5c6f | Commit Preview URL Branch Preview URL |
May 25 2026, 02:13 AM |
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.
Hotfix v0.7.1
Unblock npm publish that failed during v0.7.0 release (
publish-js.ymlrun 26378711292). v0.7.0 shipped to crates.io, PyPI and Homebrew but not npm.Root cause
The
Test JS on x86_64-pc-windows-msvc - node@24matrix entry's "Run AI examples" step failed twice in a row (initial run + re-run) with:Reproducible only on Windows + Node 24. The same examples (
openai_tool.mjs,vercel_ai_tool.mjs,langchain_agent.mjs) pass cleanly on Windows + Node 20/22 and on Node 24 on Linux/macOS. The bashkit code itself is fine on Windows + Node 24 — all bashkit unit tests in that matrix entry passed; the assertion fires during example-script shutdown, an upstream libuv/Node 24 + Windows interaction.Fix
Gate the "Run AI examples" step off on that single combination:
Block comment in the workflow explains why.
Version bumps
Cargo.tomlworkspace 0.7.0 → 0.7.1crates/bashkit-cli/Cargo.tomlpath-dep pin 0.7.0 → 0.7.1crates/bashkit-js/package.json+package-lock.json0.7.0 → 0.7.1Cargo.lock: 7 surgical version bumps for bashkit/bashkit-bench/bashkit-cli/bashkit-coreutils-port/bashkit-eval/bashkit-js/bashkit-python (no transitive dep churn)CHANGELOG.md: 0.7.1 entry under [Unreleased]Test plan
release.ymlcreates Release + tagv0.7.1publish.yml,publish-python.yml,publish-js.yml,cli-binaries.ymlall complete@everruns/bashkit, Homebrew tapFull Changelog: v0.7.0...v0.7.1