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