Skip to content

Releases: Automattic/wp-codebox

v0.8.4

19 Jun 05:17

Choose a tag to compare

What's Changed

Read more

v0.8.3

15 Jun 22:19

Choose a tag to compare

What's Changed

  • Fix browser probe navigation timeout by @chubes4 in #941
  • Fix agent task prepared component plugins by @chubes4 in #946
  • Capture replayable runtime state in blueprints by @chubes4 in #948
  • Extend successful recipe snapshot collection by @chubes4 in #949
  • Stage local agent bundle sources by @chubes4 in #950
  • Add recipe replay status summary by @chubes4 in #952
  • Summarize Playground PHP fatal output by @chubes4 in #953
  • Add WordPress state bundle capture command by @chubes4 in #957
  • Exclude runtime substrate from state bundle snapshots by @chubes4 in #958
  • Exclude readonly wp-content mounts from snapshots by @chubes4 in #960
  • Handle noisy wordpress.bench result output by @chubes4 in #961
  • Fix browser route-host fetch disposal by @chubes4 in #962
  • Fix routed preview fetch decode failures by @chubes4 in #965
  • Stabilize runtime snapshot export boundaries by @chubes4 in #964
  • Expose blockers for held admin previews by @chubes4 in #967
  • Surface provider registration diagnostics by @chubes4 in #970
  • Add reviewer auth bootstrap for held previews by @chubes4 in #973
  • Add reviewer access preview contract by @chubes4 in #977
  • Decouple agent sandbox boot from Data Machine by @chubes4 in #981
  • Remove consumer defaults from plugin substrate by @chubes4 in #983
  • Curate runtime-core API exports by @chubes4 in #984
  • Add Claude Code provider recipe example by @chubes4 in #978
  • Resolve recipe runtime backends through provider seam by @chubes4 in #982
  • Extract browser runner bootstrap template by @chubes4 in #980
  • Extract agent task recipe builder by @chubes4 in #979
  • Remove legacy smoke coverage and compatibility aliases by @chubes4 in #985
  • Fix recipe-run terminal phase exit by @chubes4 in #987
  • Hydrate missing Composer vendor directories during source prep by @chubes4 in #988
  • Ignore root Composer vendor directory by @chubes4 in #989
  • Preserve recipe-run activation failure diagnostics by @chubes4 in #993
  • Add replay package export step by @chubes4 in #995
  • Add component contract staging evidence by @chubes4 in #996
  • Prepare local recipe plugins with Composer autoload by @chubes4 in #997
  • Fix replay export restore blueprint by @chubes4 in #999
  • Normalize replay export PHP versions by @chubes4 in #1001
  • Add neutral agent runtime execution signal by @chubes4 in #1003
  • Use neutral agent runtime signal by @chubes4 in #1004
  • Scope replay export snapshots by @chubes4 in #1005
  • fix: guard ability category registration against double-fire _doing_it_wrong notice by @chubes4 in #1006

Full Changelog: https://github.com/Automattic/wp-codebox/blob/v0.8.3/CHANGELOG.md

v0.8.2

14 Jun 01:07

Choose a tag to compare

What's Changed

Full Changelog: https://github.com/Automattic/wp-codebox/blob/v0.8.2/CHANGELOG.md

v0.8.1

09 Jun 19:57

Choose a tag to compare

What's Changed

  • Capture diffs for readwrite git-repo mounts via git HEAD by @chubes4 in #832
  • Add post-agent verification gate to agent-task runs by @chubes4 in #833
  • Align recipe docs with runtime contract by @chubes4 in #835
  • Require browser artifact contracts by @chubes4 in #834
  • Support recipe dependency overlays by @chubes4 in #837
  • Resolve extra-plugin entry file by header when dir name differs by @chubes4 in #840
  • Resolve provider plugin entry file by header in sandbox boot by @chubes4 in #841
  • Add replayable WordPress site bundle foundation by @chubes4 in #839
  • docs: README notes for agent-task verify gate and git-mount diffs by @chubes4 in #843
  • Resolve agent-task secret env forwarding by @chubes4 in #844
  • Materialize sandbox mount writes before artifact capture by @chubes4 in #846
  • Avoid WordPress JSON helper in VFS mount snapshots by @chubes4 in #848
  • Fix sandbox workspace artifact materialization by @chubes4 in #849
  • Capture raw sandbox input mount diffs by @chubes4 in #850
  • Add WordPress PHPUnit runtime cwd support by @chubes4 in #857
  • Fix recipe evidence completion contracts by @chubes4 in #856
  • Support PHPUnit prepare recipe steps by @chubes4 in #859

Full Changelog: https://github.com/Automattic/wp-codebox/blob/v0.8.1/CHANGELOG.md

wp-codebox 0.8.0

08 Jun 08:30
f15bfde

Choose a tag to compare

Release wp-codebox 0.8.0.\n\nIncludes generic visual-compare improvements for matrices, selector-focused explanations, dimension drift regions, baseline deltas, and reviewer-safe artifact exports.

v0.7.3

07 Jun 15:51

Choose a tag to compare

What's Changed

Full Changelog: https://github.com/Automattic/wp-codebox/blob/v0.7.3/CHANGELOG.md

v0.7.1

06 Jun 16:59

Choose a tag to compare

What's Changed

  • Add transfer proof verification and probes by @chubes4 in #642
  • Fix plugin PHPUnit diagnostics and arguments by @chubes4 in #643
  • Materialize default sandbox agent for generic tasks by @chubes4 in #639
  • Add project PHPUnit bootstrap mode by @chubes4 in #645
  • Fix project PHPUnit bootstrap in Playground by @chubes4 in #646
  • Add recipe preview routing for browser probes by @chubes4 in #654
  • Add browser probe context options by @chubes4 in #656
  • Add external distribution recipe contract by @chubes4 in #655
  • Add recipe fixture DBs and probes by @chubes4 in #657
  • Add browser capability diagnostics to probe evidence by @chubes4 in #667
  • Add browser probe assertion budgets by @chubes4 in #669
  • Add browser scenario command by @chubes4 in #668
  • Add browser probe profile matrix support by @chubes4 in #664
  • Add browser lifecycle observer artifacts by @chubes4 in #665
  • Add secure browser preview routing by @chubes4 in #666
  • Add Agents API executor adapters by @chubes4 in #675

Full Changelog: https://github.com/Automattic/wp-codebox/blob/v0.7.1/CHANGELOG.md

v0.7.0

05 Jun 12:18

Choose a tag to compare

What's Changed

  • Sync package lock version after v0.6.0 by @chubes4 in #634
  • Support recipe Playground backend package overrides by @chubes4 in #631
  • fix: stop the browser runtime from hardcoding consumer component names (#633) by @chubes4 in #636
  • Expose preview evidence refs by @chubes4 in #635
  • Expose preview session evidence refs by @chubes4 in #637

Full Changelog: https://github.com/Automattic/wp-codebox/blob/v0.7.0/CHANGELOG.md

v0.6.0

04 Jun 22:13

Choose a tag to compare

What's Changed

  • Expose artifact apply preflight helpers by @chubes4 in #628
  • Honor explicit sandbox code before chat generation by @chubes4 in #629
  • Sync package lock version after v0.5.2 by @chubes4 in #630

Full Changelog: https://github.com/Automattic/wp-codebox/blob/v0.6.0/CHANGELOG.md

v0.5.2

04 Jun 21:48

Choose a tag to compare

What's Changed

Full Changelog: https://github.com/Automattic/wp-codebox/blob/v0.5.2/CHANGELOG.md