feat(compat): bump openclaw from 2026.3.11 to 2026.4.2#1522
feat(compat): bump openclaw from 2026.3.11 to 2026.4.2#1522
Conversation
- Bump openclaw from 2026.3.11 to 2026.4.2 in Dockerfile.base - Add flows/ and logs/ directories to .openclaw-data with symlinks into .openclaw (new directories introduced by openclaw since 3.11) - Update min_openclaw_version in blueprint.yaml to 2026.4.2 Requires E2E validation before merge — see PR description for test plan. Signed-off-by: Aaron Erickson <aerickson@nvidia.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughDocker base image now creates writable Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Update the resolve_openclaw_version test expectation from 2026.3.11 to 2026.4.2 to match the Dockerfile.base bump. Signed-off-by: Aaron Erickson <aerickson@nvidia.com>
Summary
Bumps OpenClaw from 2026.3.11 to 2026.4.2.
flows/andlogs/writable symlinks (new directories introduced since 3.11)Static analysis
openclaw doctor --fix,openclaw plugins install,openclaw gateway run): all workopenclaw.jsonconfig format: unchangedRisks needing E2E validation
flows/andlogs/symlinks — new dirs added here. Watch for EACCES errors if the gateway writes to paths not yet covered.ProviderPlugin.modelstype shape — NemoClaw passes a non-standard shape via duck-typing. Verify inference still works end-to-end.ProviderAuthMethodshape — auth is handled externally by OpenShell. Verify gateway-routed inference succeeds.Test plan
nemoclaw onboardopenclaw tuilaunches and accepts inputopenclaw agent --agent main --local -m "hello"returns a response.openclaw/flowsor.openclaw/logsnemoclaw <name> policy-listworksnemoclaw <name> connectdrops into sandbox shellSummary by CodeRabbit
New Features
Chores
Tests