#Discord Exec Approval

1 messages Β· Page 1 of 1 (latest)

unkempt falcon
#

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"
}
},

fossil juncoBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> βœ… Mark Solution

unkempt falcon
#

hey @lament crescent help me out

lament crescentBOT