#Bots wont execute commands after update and have been added to allowlist
1 messages · Page 1 of 1 (latest)
That symptom (“it prints the command as text instead of doing it”) almost always means the agent no longer has the relevant tool enabled (so it can only suggest commands), usually because of a tools.profile / tools.allow change after the update, or because you’re now running those chats in a sandbox that has a stricter tool policy.
A few quick checks:
- What version did you update to?
openclaw --version
- Paste output of (safe; tokens redacted):
openclaw status --all
- Sanity-check your tool policy in
~/.openclaw/openclaw.json:
- If you have any
tools.profile/tools.allow, make sure it includes the tool(s) you expect to “execute commands” with:- shell exec =
exec(orgroup:runtime)
- shell exec =