I was looking at this page in this docs that contains a section about verbose outputting, which seems to be what I want: https://docs.openclaw.ai/tools/thinking.
But setting that doesn't seem to actually output anything in Discord.
{
"agents": {
"defaults": {
...
"verboseDefault": "full",
"toolProgressDetail": "raw"
}
},
With this config, I'm expecting it to output like what it says in the docs:
๐ ๏ธ Exec: check JS syntax for /tmp/app.js, node --check /tmp/app.js, but instead it just prints out the output of the tool exec.
I'm just asking it to create a temp file, and it just sends the location of the temp file in the tool output into discord without the exec message I'm supposed to get with /verbose full, which I've confirmed is set in my Discord as well.