[ci skip] openclaw: remove all tool/command restrictions
- Set tools.deny = [] (was blocking sessions, subagents, browser) - All tools now available: sessions, subagents, browser, etc.
This commit is contained in:
parent
f031a6bcf6
commit
0f7e7e5969
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ resource "kubernetes_config_map" "openclaw_config" {
|
|||
}
|
||||
tools = {
|
||||
profile = "full"
|
||||
deny = ["sessions_spawn", "sessions_list", "sessions_history", "sessions_send", "subagents", "browser"]
|
||||
deny = []
|
||||
exec = {
|
||||
host = "sandbox"
|
||||
security = "full"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue