Release v0.16.1#136
Merged
emal-avala merged 1 commit intomainfrom Apr 18, 2026
Merged
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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
Patch release bumping
0.16.0→0.16.1to ship the glibc 2.39 compat fix from #135.Changes in this release
Fixed
ubuntu-latesttoubuntu-22.04(glibc 2.35). This eliminates weakpidfd_spawnp/pidfd_getpidimports that resolved to NULL and causedSegmentation fault (core dumped)at startup on Ubuntu 22.04, Debian 12, RHEL 9, Amazon Linux 2023, and similar distros.Version bumps
crates/lib/Cargo.tomlcrates/cli/Cargo.toml(package + dep)npm/package.jsonCargo.lockCHANGELOG.md[Unreleased]stamped as[0.16.1] - 2026-04-18, link footer updatedTest plan
cargo check --all-targets— passescargo clippy --all-targets -- -D warnings— passescargo fmt --all -- --check— passescargo test --all-targets— 598 passed; 1 pre-existing unrelated failure (sandbox::tests::auto_detect_off_macos_is_noop) present onmainas well, unrelated to this releasev0.16.1and push to trigger release workflowagent-linux-x86_64.tar.gzno longer imports GLIBC_2.39 symbols:objdump -T agent | grep GLIBC_2.39should be empty🤖 Generated with Claude Code