release: v0.22.3#6645
Merged
Merged
Conversation
Bump version to 0.22.3, finalize the Unreleased changelog section, and sync /specs, book/, and crate READMEs with behavior shipped since v0.22.2.
- ci-non-linux.yml: give the sharded macOS/Windows Test job the same RUST_MIN_STACK=32MiB already applied to the coverage job, so Config-heavy async test frames (agent_factory tests building more than one Agent/ServeAgentDeps at once) no longer overflow the smaller default per-test stack on those runners. - agent_setup.rs, acp.rs: two risk-chain tests executed `cat /etc/passwd` to trigger SensitiveRead classification, but the classifier only pattern-matches the command text, so the path never needed to exist; swap to `echo /etc/passwd`, which is portable. - commands/durable.rs: build the expected path via the same `Path::join` the function under test uses instead of a hardcoded forward-slash literal, so the assertion no longer mismatches on Windows' native separator. - acp.rs: gate the file-lock contention regression test on `#[cfg(unix)]`, matching zeph-session's own tests for the same flock(2)-backed primitive, which is a documented no-op on non-Unix targets.
Owner
Author
|
Fixed the non-Linux CI failures from run 29873938646:
All four fixes verified locally (targeted nextest run, full fmt/clippy/nextest suite). Triggering |
bug-ops
enabled auto-merge (squash)
July 21, 2026 23:29
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
[Unreleased]CHANGELOG.md section into[0.22.3] - 2026-07-22/specs(18 files updated, new083-memory-write-consent-gatespec) with behavior shipped since v0.22.2book/user docs (4 chapters: observability, sub-agents, gateway, configuration reference)Checklist
version.workspace = trueinheritance verified)