|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. Entries are generated by homeboy from git commits. |
4 | 4 |
|
| 5 | +## [0.8.2] - 2026-06-13 |
| 6 | + |
| 7 | +### Changed |
| 8 | +- Add generic runtime env mounts |
| 9 | +- Add prepared browser runtime cache |
| 10 | +- Expose stable recipe builder entrypoint |
| 11 | +- Use generic provider plugin identity |
| 12 | +- Serialize preview proxy asset requests |
| 13 | +- Capture browser document 5xx diagnostics |
| 14 | +- Harden browser evidence capture |
| 15 | +- Consolidate browser command liveness policy |
| 16 | +- Preserve capture-html failure artifacts |
| 17 | +- Persist browser auth session tokens |
| 18 | +- Capture browser redirect diagnostics |
| 19 | +- Keep provider profile diagnostics generic |
| 20 | +- Validate Codex overlay provider profile |
| 21 | +- Preserve unsettled CLI diagnostics |
| 22 | +- Fail CLI commands that drain before settling |
| 23 | +- Capture browser WordPress fatal diagnostics |
| 24 | +- Surface Playground run PHP crash diagnostics |
| 25 | +- Add Playground replay viewer metadata |
| 26 | +- Honor mount artifact exclusions |
| 27 | +- Add runner workspace capture exclusions |
| 28 | +- Use mounted runner checkout during preparation |
| 29 | +- Add runner workspace preparation API |
| 30 | +- add runner workspace capture and command APIs |
| 31 | +- add runner workspace publication API |
| 32 | +- Support multi-role transfer proof bundles |
| 33 | + |
| 34 | +### Fixed |
| 35 | +- Fix bench component load before dependencies |
| 36 | +- Fix bench dependency activation order |
| 37 | +- Fix portable replay blueprint snapshots |
| 38 | +- Fix recipe-run timeout cleanup |
| 39 | +- Fix routed fetch context disposal handling |
| 40 | +- Fix provider preflight registry lookup |
| 41 | +- Fix Codex profile provider slug |
| 42 | +- Fix provider profile plugin activation |
| 43 | +- Fix interrupted recipe artifact pointers |
| 44 | +- Fix provider registry preflight class reference |
| 45 | +- Fix browser network capture hangs |
| 46 | +- Fix agent task JSON capture settlement |
| 47 | +- Fix routed admin auth browser cookies |
| 48 | +- Fix preview proxy loopback asset delivery |
| 49 | +- use generic bench workload overrides |
| 50 | +- let rig bench workloads override discovered scenarios |
| 51 | +- fix package lock version metadata |
| 52 | +- filter benchmark scenarios in wp codebox |
| 53 | +- report missing visual compare inputs |
| 54 | +- preserve partial visual matrix diagnostics |
| 55 | +- emit phase-scoped browser metrics |
| 56 | +- surface agent task failure evidence |
| 57 | +- preserve partial visual compare evidence |
| 58 | +- support agent task structured artifacts |
| 59 | +- record agent task provider model metadata |
| 60 | +- include runtime metadata in default tool policy |
| 61 | +- escape phpunit cwd backslash replacement |
| 62 | + |
5 | 63 | ## [0.8.1] - 2026-06-09 |
6 | 64 |
|
7 | 65 | ### Changed |
|
0 commit comments