@pleach/sandbox changelog
Release history for @pleach/sandbox — site-docs entries that materially touched the @pleach/sandbox surface, newest-first. Canonical runtime history lives upstream.
This page collects the site-content changelog entries that
materially touched the @pleach/sandbox docs
surface or named a @pleach/sandbox symbol. It is not the runtime
changelog — the canonical record of @pleach/sandbox runtime
behavior lives in the upstream package
CHANGELOG.md and on
npmjs.org/package/@pleach/sandbox.
See the combined site changelog at
/docs/changelog/combined for the
chronological unified view across every SKU.
Unreleased
Changed
- Four SKU placement pages —
/docs/sandboxis one of four thin orientation pages added/normalized in this pass: what the SKU is for, where it slots in the substrate, which contract page it implements, and a pointer to the package's npm README as the canonical source for constructor signature and option shape. Authored to retire audit failures for SKUs already onSKU_PUBLISHED. The repo'saudit:docs-vs-contractscript now reports0 missing pages. - Sidebar —
sandboxslots intoBundled packagesafterbase-tools. - Per-recipe deep-dive page additions —
instrumentedCodingAgentcomposes@pleach/coding-agent+@pleach/sandbox+@pleach/observe.
Fixed
- "Where it fits" orientation corrected to the real
contract (devharness FINDING 103). The page claimed coding-agent
tools call a sandbox through
ctx.sandbox.readFile/.writeFile/.exec/.list. There is noctx.sandbox— core'sToolContextis sandbox-agnostic. The low-levelSandboxProvidercontract (packages/sandbox/src/types.ts) isexecute/readFile/writeFile/listFiles, and@pleach/coding-agentships a thinSandboxClientfacade (exec/readFile/writeFile, nolist;packages/coding-agent/src/sandbox/SandboxProvider.ts) that the tool handlers close over. Prose rewritten to that seam.
2026-06-08
Added
@pleach/sandboxrow in Packages (Phase A contract + in-memory fixture, version0.1.0).
Changed
- Plugin contract → Sibling SKUs as plugins
section retitled and rewritten with per-row real Phase A status
— includes
@pleach/sandbox.
@pleach/replay changelog
Release history for @pleach/replay — site-docs entries that materially touched the @pleach/replay surface, newest-first. Canonical runtime history lives upstream.
@pleach/tools changelog
Release history for @pleach/tools — site-docs entries that materially touched the @pleach/tools surface, newest-first. Canonical runtime history lives upstream.