You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running a WP Codebox recipe with the default latest WordPress runtime can fail before WordPress boots. The failure happens inside Playground's SQLite preload path, before caller code or recipe workflow steps execute.
Observed failure
A Studio Web website-generation bench run using WP Codebox recipe-run failed during workflow.steps[0] startup with:
latest should be a valid default WordPress runtime for WP Codebox recipes, including recipes that need the current WordPress AI/client runtime surface.
Do not work around this by downgrading the default runtime. Downstream callers can explicitly pin a version when they intentionally need an older runtime, but the default should remain current.
AI assistance
AI assistance: Yes
Tool(s): OpenCode (GPT-5.5)
Used for: Capturing the observed failure and drafting the issue from lab run output.
Summary
Running a WP Codebox recipe with the default
latestWordPress runtime can fail before WordPress boots. The failure happens inside Playground's SQLite preload path, before caller code or recipe workflow steps execute.Observed failure
A Studio Web website-generation bench run using WP Codebox recipe-run failed during
workflow.steps[0]startup with:Expected behavior
latestshould be a valid default WordPress runtime for WP Codebox recipes, including recipes that need the current WordPress AI/client runtime surface.Notes
latest.AI assistance