build: pulled in new endpoints and fixing permission from experimental branch

This commit is contained in:
clever-agent
2026-05-05 16:12:53 -04:00
parent dd763f50d9
commit e0ff27f4e5
40 changed files with 2760 additions and 904 deletions
+70 -10
View File
@@ -11,24 +11,84 @@ reasoningEffort: "high"
# All utility type agents use the following color
color: "#5555FF"
permission:
# Block whatever we don't explicitly allow
"*": deny
"glob": allow
"grep": allow
"doom_loop": deny
# Agents called in an async manner should have this set to deny, otherwise use best discretion
# This agent only needs to call one subagent
"question": deny
# All agents are supposed to be working in isolated repos in `/tmp`, so this forces that
external_directory:
"/tmp/*": allow
"/tmp/**": allow
"/app/**": deny
edit:
"*": deny
"/tmp/*": allow
write:
"*": deny
"/tmp/*": allow
"a**": deny
"b**": deny
"c**": deny
"d**": deny
"e**": deny
"f**": deny
"g**": deny
"h**": deny
"i**": deny
"j**": deny
"k**": deny
"l**": deny
"m**": deny
"n**": deny
"o**": deny
"p**": deny
"q**": deny
"r**": deny
"s**": deny
"t**": deny
"u**": deny
"v**": deny
"w**": deny
"x**": deny
"y**": deny
"z**": deny
"A**": deny
"B**": deny
"C**": deny
"D**": deny
"E**": deny
"F**": deny
"G**": deny
"H**": deny
"I**": deny
"J**": deny
"K**": deny
"L**": deny
"M**": deny
"N**": deny
"O**": deny
"P**": deny
"Q**": deny
"R**": deny
"S**": deny
"T**": deny
"U**": deny
"V**": deny
"W**": deny
"X**": deny
"Y**": deny
"Z**": deny
"1**": deny
"2**": deny
"3**": deny
"4**": deny
"5**": deny
"6**": deny
"7**": deny
"8**": deny
"9**": deny
"0**": deny
"/app/**": deny
"/tmp/**": allow
read:
"*": allow
"**": allow
# I don't think MCP permissions work, but just in case they do these two should be the only ones usually allowed
"sequential-thinking*": allow