[codex] Sync CrabBox/OpenClaw plugin path to 0.23.0#3
Merged
Conversation
feat: add Azure ephemeral full-caching preview
Add ASCII Box as a direct SSH-lease provider using the documented box CLI JSON surface. Co-authored-by: Yossi Eliaz <zozo123@users.noreply.github.com>
feat: add ASCII Box provider
v0.23.0 # -----BEGIN SSH SIGNATURE----- # U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgj1exoJyvxMic+cdy5NV+9ddyyh # QWs4TuZ6d9sQgcVb0AAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 # AAAAQJLyvqG4ZIVpplp22XKHLorZQT2zkjCnMIaZYiPOUoDnOmPXG6iKql/6Hou0t9XT95 # /zF+01ZOiw/3HJCXpCDQo= # -----END SSH SIGNATURE----- # gpg verification failed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
v0.23.0into the fork sync branch.0.23.0.Local verification
diff=$(gofmt -l $(git ls-files '*.go')); if [ -n "$diff" ]; then printf '%s\n' "$diff"; exit 1; fiGOFLAGS='-mod=readonly -trimpath' GOTOOLCHAIN=local go vet ./...GOFLAGS='-mod=readonly -trimpath' GOTOOLCHAIN=local go test -race ./...GOFLAGS='-mod=readonly -trimpath' GOTOOLCHAIN=local scripts/test-go-modules.shGOFLAGS='-mod=readonly -trimpath' GOTOOLCHAIN=local scripts/check-go-coverage.sh 90.0GOFLAGS='-mod=readonly -trimpath' GOTOOLCHAIN=local go build -trimpath -o /tmp/crabbox ./cmd/crabboxnpm run checknpm run docs:checknpm run format:checkinworkernpm run lintinworkernpm run checkinworkernpm testinworkernpm run buildinworkerNotes: sandboxed Go/plugin test runs hit expected local bind restrictions (
httptest//dev/fd) and were rerun host-side successfully. Release Check is left to GitHub Actions becausegoreleaseris not installed locally.