#sandbox disable
1 messages ยท Page 1 of 1 (latest)
Set the sandbox mode to off and restart the gateway:
openclaw config set agents.defaults.sandbox.mode off
openclaw gateway restart
If you configured sandboxing on a specific agent, check your config for an agents.list[].sandbox override too; that can override the default.
For sanity, also paste your version if this behaves differently:
openclaw --version
Docs: https://docs.openclaw.ai/gateway/sandboxing and https://docs.openclaw.ai/gateway/config-agents#agentsdefaultssandbox
tui is unusable after updating to OpenClaw 2026.5.12 (f066dd2)
i cant write into it
That sounds like a TUI regression in 2026.5.12, especially if the input box is focused but keystrokes do nothing.
A few useful checks/workarounds:
openclaw doctor
openclaw logs --follow
openclaw tui --local
openclaw tui --message "test"
If only interactive typing is broken, use the CLI one-shot path for now:
openclaw agent --agent main --message "test"