What's Changed
- fix(runtime): stop WASM pipe reads from stalling for maxBlockingReadMs (#1959) by @abcxff in #1965
- ci: restore green required checks by @NathanFlurry in #1979
- fix(native-sidecar): keep guest edits to host-written files across shadow sync by @NathanFlurry in #1981
- fix(native-sidecar): route exact-path python stubs to Pyodide by @NathanFlurry in #1980
- fix(sidecar): allow utimes on host_dir mount root so guest readdir works by @NathanFlurry in #1982
- fix(sidecar): dispatch shell-spawned agentos-* binding stubs to their bindings by @NathanFlurry in #1983
- fix: persist special inode dentries in sqlite by @NathanFlurry in #1775
- fix(native-sidecar): stop stranding child process.fd_read on mapped fds by @NathanFlurry in #1814
- fix(execution): honor inline JavaScript module format by @NathanFlurry in #1949
- docs(execution): define context module semantics by @NathanFlurry in #1953
- fix(runtime): atob WHATWG base64 by @izayl in #1875
- fix(claude): forward agentOS system prompt and add replace mode by @NathanFlurry in #1984
- fix(runtime-core): bound retained sidecar stderr and always forward it by @NathanFlurry in #1810
- fix(runtime): propagate unexpected errno from realpathSync by @wasaybuilds in #1908
- test(native-sidecar): Fix flaky test by selecting event by identity by @mittal-parth in #1974
- test(execution): keep inline module calls independently evaluated by @NathanFlurry in #1955
- test(execution): cover context top-level await by @NathanFlurry in #1956
- feat(secure-exec): add function-style secure execution API by @NathanFlurry in #1986
New Contributors
- @izayl made their first contribution in #1875
- @wasaybuilds made their first contribution in #1908
- @mittal-parth made their first contribution in #1974
Full Changelog: v0.2.18...v0.2.20