Skip to content

Commit b694a71

Browse files
committed
chore: release 0.20.0
1 parent 096d658 commit b694a71

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.19.1 - Unreleased
3+
## 0.20.0 - 2026-05-26
44

55
### Added
66

@@ -9,6 +9,7 @@
99
- Added failed-run follow-through output with a compact digest that shows the failed phase, likely area, retryability, next commands, and a short redacted tail.
1010
- Added `crabbox doctor --from-run <run-id>` to load provider, target, class, type, lease, and phase context from recorded run history before diagnostics.
1111
- Added `crabbox logs --tail`, `crabbox events --type`, `crabbox events --phase`, and `crabbox results --failed-only` for faster recorded-run triage.
12+
1213
### Fixed
1314

1415
- Fixed Blacksmith Testbox runs so repo-level env allowlists for SSH-backed providers no longer block delegated Testbox warmup.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openclaw/crabbox-plugin",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"description": "OpenClaw plugin for running Crabbox remote testbox workflows",
55
"license": "MIT",
66
"type": "module",

worker/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openclaw/crabbox-worker",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)