cloudflare/agents @cloudflare/shell@0.4.2
cloudflare/agents
Captured source
source ↗published Jul 22, 2026seen 3dcaptured 3dhttp 200method plain
@cloudflare/shell@0.4.2
Repository: cloudflare/agents
Tag: @cloudflare/shell@0.4.2
Published: 2026-07-22T16:35:10Z
Prerelease: no
Release notes:
Patch Changes
- #1716 `8ecdb61` Thanks @mattzcarey! - fix(shell): replace LIKE pattern matching with primary-key range scans in
Workspace.rm({ recursive: true })and theglobprefilter. D1 can reject the previousLIKE ? ESCAPE ?queries withD1_ERROR: LIKE or GLOB pattern too complex: SQLITE_ERROR; the range predicate (path >= '{dir}/' AND path < '{dir}0') avoids that limit, scans thepathindex directly, and needs no escaping of%/_in path names.