Skip to content

chore: prepare release#1451

Merged
NathanFlurry merged 1 commit into
mainfrom
prepare-release
Apr 29, 2026
Merged

chore: prepare release#1451
NathanFlurry merged 1 commit into
mainfrom
prepare-release

Conversation

@NathanFlurry
Copy link
Copy Markdown
Member

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 coverage
  • registry/native/ (58) — WASM commands, patches (brush-core, wasi-libc)
  • registry/tests/ (52) — kernel + wasmvm integration tests
  • crates/sidecar/ (51) — ACP, filesystem, plugins, service
  • crates/kernel/ (31) — VFS, permissions, mount table, DNS
  • crates/v8-runtime/ (28) — embedded runtime, bridge, host_call
  • crates/execution/ (23) — V8 bridge bundle, javascript/python/wasm runtimes
  • .agent/specs/ (35) — kernel runtime test checklists, RC continuation plan

Test plan

  • pnpm install --frozen-lockfile && pnpm build
  • pnpm test (full TS test suite)
  • pnpm check-types
  • pnpm lint
  • cargo test -p agent-os-kernel
  • cargo test -p agent-os-execution
  • cargo test -p agent-os-v8-runtime -- --test-threads=1
  • cargo test -p agent-os-sidecar builtin_conformance -- --test-threads=1
  • cargo test -p agent-os-sidecar filesystem -- --test-threads=1
  • Sanity check the release flow end-to-end (/sanity-check)
  • Review the 3 critical / 31 high Dependabot alerts on the default branch before merge

🤖 Generated with Claude Code

@NathanFlurry NathanFlurry marked this pull request as ready for review April 29, 2026 11:50
@NathanFlurry NathanFlurry merged commit b2dd653 into main Apr 29, 2026
1 of 2 checks passed
@NathanFlurry NathanFlurry deleted the prepare-release branch April 29, 2026 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant