fix(agents): allow Momus and Metis delegation

Keep Momus and Metis read-only for file edits while allowing task-based invocation for planning review workflows.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-05-01 19:27:25 +09:00
parent b88e32cbdd
commit bae62ab582
4 changed files with 27 additions and 4 deletions
-1
View File
@@ -296,7 +296,6 @@ const metisRestrictions = createAgentToolRestrictions([
"write",
"edit",
"apply_patch",
"task",
])
export function createMetisAgent(model: string): AgentConfig {