What's Changed
- docs: update README from current docs and website by @NicholasKissel in https://github.com/rivet-dev/agentos/pull/1847
- fix(agentos): run npm package binaries from build scripts by @NathanFlurry in https://github.com/rivet-dev/agentos/pull/1849
- fix(apps): harden standalone quickstart by @NathanFlurry in https://github.com/rivet-dev/agentos/pull/1850
- Fix loading images in opencode by handling data:png in URL construction by @jlu-figma in https://github.com/rivet-dev/agentos/pull/1845
- refactor(runtime): use upstream EventEmitter by @NathanFlurry in https://github.com/rivet-dev/agentos/pull/1854
- fix(runtime): align DOM event fallback by @NathanFlurry in https://github.com/rivet-dev/agentos/pull/1855
- fix(runtime): align AbortSignal fallback by @NathanFlurry in https://github.com/rivet-dev/agentos/pull/1856
- refactor(runtime): use upstream text encoding by @NathanFlurry in https://github.com/rivet-dev/agentos/pull/1857
- refactor(runtime): use upstream Web Streams by @NathanFlurry in https://github.com/rivet-dev/agentos/pull/1858
- refactor(runtime): use upstream Blob and File by @NathanFlurry in https://github.com/rivet-dev/agentos/pull/1859
- refactor(runtime): use Undici FormData by @NathanFlurry in https://github.com/rivet-dev/agentos/pull/1860
- refactor(runtime): remove dead builtin wrappers by @NathanFlurry in https://github.com/rivet-dev/agentos/pull/1861
- refactor(runtime): use upstream file URL helpers by @NathanFlurry in https://github.com/rivet-dev/agentos/pull/1862
- refactor(runtime): remove bootstrap compatibility stubs by @NathanFlurry in https://github.com/rivet-dev/agentos/pull/1863
- refactor(runtime): bootstrap final URL constructors by @NathanFlurry in https://github.com/rivet-dev/agentos/pull/1864
- refactor(runtime): bootstrap final event and abort globals by @NathanFlurry in https://github.com/rivet-dev/agentos/pull/1865
- fix(runtime): use native RGI emoji regexp support by @NathanFlurry in https://github.com/rivet-dev/agentos/pull/1866
- fix(runtime): address polyfill review edge cases by @NathanFlurry in https://github.com/rivet-dev/agentos/pull/1867
- fix(codex): reject unsupported prompt media by @NathanFlurry in https://github.com/rivet-dev/agentos/pull/1868
- test(runtime): cover rich media across agent adapters by @NathanFlurry in https://github.com/rivet-dev/agentos/pull/1869
- fix(runtime): use upstream WHATWG URL parser by @NathanFlurry in https://github.com/rivet-dev/agentos/pull/1851
- refactor(runtime): share stdlib modules across ESM and CommonJS by @NathanFlurry in https://github.com/rivet-dev/agentos/pull/1852
- refactor(runtime-browser): use upstream Node polyfills by @NathanFlurry in https://github.com/rivet-dev/agentos/pull/1853
New Contributors
- @jlu-figma made their first contribution in https://github.com/rivet-dev/agentos/pull/1845
Full Changelog: https://github.com/rivet-dev/agentos/compare/v0.2.13...v0.2.14