For tool call behavior, prompt for a `read` or `exec` action so you can see tool streaming and payload handling.
## Clean Slate Reset
State lives under the OpenClaw state directory. Default is `~/.openclaw`. If `OPENCLAW_STATE_DIR` is set, use that directory instead.
To reset everything:
-`openclaw.json` for config
-`credentials/` for auth profiles and tokens
-`agents/<agentId>/sessions/` for agent session history
-`agents/<agentId>/sessions.json` for the session index
-`sessions/` if legacy paths exist
-`workspace/` if you want a blank workspace
If you only want to reset sessions, delete `agents/<agentId>/sessions/` and `agents/<agentId>/sessions.json` for that agent. Keep `credentials/` if you do not want to reauthenticate.