chore: prepare release#1451
Merged
Merged
Conversation
3366336 to
28b6a33
Compare
NathanFlurry
added a commit
that referenced
this pull request
Apr 29, 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.
Summary
Squash of 207 commits from the prepare-release branch into a single commit ahead of cutting a release. Spans kernel hardening, V8 isolate / Node compat work, sidecar + ACP changes, registry/native command updates, and broad test suite coverage.
Scope: 425 files changed, +65,489 / −12,645
Top areas:
packages/core/(68) — agent OS core, sidecar client, new test coverageregistry/native/(58) — WASM commands, patches (brush-core, wasi-libc)registry/tests/(52) — kernel + wasmvm integration testscrates/sidecar/(51) — ACP, filesystem, plugins, servicecrates/kernel/(31) — VFS, permissions, mount table, DNScrates/v8-runtime/(28) — embedded runtime, bridge, host_callcrates/execution/(23) — V8 bridge bundle, javascript/python/wasm runtimes.agent/specs/(35) — kernel runtime test checklists, RC continuation planTest plan
pnpm install --frozen-lockfile && pnpm buildpnpm test(full TS test suite)pnpm check-typespnpm lintcargo test -p agent-os-kernelcargo test -p agent-os-executioncargo test -p agent-os-v8-runtime -- --test-threads=1cargo test -p agent-os-sidecar builtin_conformance -- --test-threads=1cargo test -p agent-os-sidecar filesystem -- --test-threads=1/sanity-check)🤖 Generated with Claude Code