feat(05-02): allow Athena task tool delegation

This commit is contained in:
ismeth
2026-02-12 14:36:02 +01:00
committed by YeonGyu-Kim
parent 53508654ac
commit 3d97fcd199
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ const EXPLORATION_AGENT_DENYLIST: Record<string, boolean> = {
}
const ATHENA_RESTRICTIONS = permissionToToolBooleans(
createAgentToolRestrictions(["write", "edit", "task"]).permission
createAgentToolRestrictions(["write", "edit"]).permission
)
const AGENT_RESTRICTIONS: Record<string, Record<string, boolean>> = {