feat: add exec approvals allowlists

This commit is contained in:
Peter Steinberger
2026-01-18 01:33:52 +00:00
parent 3a0fd6be3c
commit 0674f1fa3c
21 changed files with 1019 additions and 101 deletions

View File

@@ -74,7 +74,10 @@ export function createClawdbotTools(options?: {
allowedControlPorts: options?.allowedControlPorts,
}),
createCanvasTool(),
createNodesTool(),
createNodesTool({
agentSessionKey: options?.agentSessionKey,
config: options?.config,
}),
createCronTool({
agentSessionKey: options?.agentSessionKey,
}),