The agent is unable to execute commands in the shell via exec it keeps saying that an ID is generated and I have to approve that ID. I want to disable that and make it so that the agent is never prompted this way.
this is my discord block:
"channels": {
"discord": {
"enabled": true,
"groupPolicy": "allowlist",
"dm": {
"policy": "open",
"allowFrom": [
"*"
]
},
"guilds": {
"1463921716689637398": {
"slug": "diamond-painting-hq",
"requireMention": false,
"channels": {
"*": {
"allow": true
}
}
}
}
}
},
this is my tools block:
"tools": {
"exec": {
"ask": "off",
"security": "full"
}
},