Conversation
…2026.2.27-ws23) Fixes all 9 production issues: CRITICAL FIXES: - KI-009: Volume mount path /data/openclaw/state → /data/.openclaw (fixes #1, #5, #6) - KI-010: exec host hardened to gateway mode (fixes #3) - KI-002: exec safeBins expanded (date, uptime, whoami, etc.) (fixes #2) ENHANCEMENTS: - KI-011: Browser build arg added to Dockerfile.prod (fixes #4) - KI-012: Environment variable validation & persistence (fixes #5) - KI-007: Timezone confirmed correct (+07:00 Bangkok) (fixes #7) DEFERRED (P3): - Issue #8: Reply message context awareness → GitHub issue - Issue #9: Auto memory save skill → GitHub issue DELIVERABLES: - docker-compose.prod.yml: Fixed volume mount path - Dockerfile.prod: Added OPENCLAW_INSTALL_BROWSER build arg - config/exec-approvals.prod.json: New security policy (allowlist mode) - config/openclaw.prod.json5: Added tools.exec section (host=gateway) - docker/scripts/backup-config.sh: Config backup with rotation - docker/scripts/check-env.sh: Pre-deployment env validation - docs/CI-CD-WORKFLOW.md: Updated Step 5 with new deployment flow - docs/debug/tiered-debug-sop.md: Added KI-009–KI-012 entries - docs/workspace/TOOLS.md.additions.md: Tool usage guide for workspace TESTING: - tests/pre-test-checklist.sh: 10-point environment validation - tests/regression-tests.sh: 20+ automated tests (all issues covered) - tests/LINE-REGRESSION-MESSAGES.md: 13 manual test messages (Thai) - tests/REGRESSION-TESTING.md: Complete testing guide - tests/README.md: Quick reference for test suite REFERENCES: - Piboonsak/Openclaw#1 (reply context) - Piboonsak/Openclaw#2 (auto memory save)
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
This PR addresses 7 critical production issues tested in v2026.2.27-ws23:
Fixes (Issues #1, #5, #6 - Volume Mount)
/data/openclaw/stateinstead of/data/.openclaw)openclaw-state:/data/.openclawFixes (Issue #2 - Exec Approval Loop)
datenot in safeBins allowlisttools.exec.safeBinsin exec-approvals.prod.jsonFixes (Issue #3 - Exec Host Not Allowed)
tools.exec.host = "gateway"in openclaw.prod.json5Fixes (Issue #4 - Browser Timeout)
ARG OPENCLAW_INSTALL_BROWSERbuild argument to Dockerfile.prodAdditional Deliverables
Testing
Follow-up Work (Deferred P3 - GitHub Issues)
CI/CD Workflow
Ready to follow Steps 1-9 of docs/CI-CD-WORKFLOW.md after PR merge.
Closes: All 7 production issues