Skip to content

Releases: Automattic/wp-codebox

v0.4.0

02 Jun 21:17

Choose a tag to compare

What's Changed

  • Fix recipe-run live timeout diagnostics by @chubes4 in #504
  • fix: start sandbox chats without transcript session by @chubes4 in #502
  • docs: add codex agent recipe example by @chubes4 in #505
  • Update WP Codebox ownership namespace by @chubes4 in #497
  • Expose editor-open through runtime action adapter by @chubes4 in #509
  • Add generic editor action command by @chubes4 in #510

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

v0.3.1

02 Jun 16:57

Choose a tag to compare

What's Changed

  • fix: package browser runtime mu-plugins safely by @chubes4 in #493
  • Fix browser PHP request handler usage by @chubes4 in #495
  • Emit browser startup progress events by @chubes4 in #496
  • Fix sandbox agent bundle imports before chat by @chubes4 in #499
  • Fix browser recipe artifact handling by @chubes4 in #498
  • Expose browser materializer contract by @chubes4 in #501

Full Changelog: https://github.com/chubes4/wp-codebox/blob/v0.3.1/CHANGELOG.md

v0.3.0

02 Jun 05:01

Choose a tag to compare

What's Changed

Read more

v0.2.1

29 May 22:43

Choose a tag to compare

Fixed

  • package remote browser plugins server-side

v0.2.0

29 May 21:44

Choose a tag to compare

Added

  • add runtime snapshot restore
  • export configurable WordPress state artifacts
  • add browser interaction runtime actions

Fixed

  • let browser runtimes declare plugin sources
  • support heavyweight plugin runtime recipes

v0.1.3

29 May 20:51

Choose a tag to compare

Fixed

  • bootstrap WordPress for browser runtime operations

v0.1.2

29 May 20:29

Choose a tag to compare

Fixed

  • load theme API before browser theme activation
  • keep wp-codebox consumer agnostic
  • remove studio-web coupling
  • run bridged WP-CLI command chains
  • bound agent sandbox task runtime
  • add runtime episode action adapter

v0.1.1

29 May 18:23

Choose a tag to compare

Fixed

  • load runtime recipe plugins as mu-plugins
  • bridge agent WP-CLI to runtime
  • expose runtime replay index in review evidence
  • package browser sandbox runtime plugins

v0.1.0

29 May 17:51

Choose a tag to compare

Changed

  • Internal improvements