fix: prevent background agents from spawning recursive subagents via call_omo_agent (#536)

This commit is contained in:
Sisyphus 2026-01-06 17:40:46 +09:00 committed by GitHub
parent 5aa0ee125d
commit 375e7f715d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,6 +116,7 @@ export class BackgroundManager {
tools: {
task: false,
background_task: false,
call_omo_agent: false,
},
parts: [{ type: "text", text: input.prompt }],
},