diff --git a/src/features/background-agent/manager.ts b/src/features/background-agent/manager.ts index 32563cf..a7c86d2 100644 --- a/src/features/background-agent/manager.ts +++ b/src/features/background-agent/manager.ts @@ -82,10 +82,8 @@ export class BackgroundManager { body: { agent: input.agent, tools: { + task: false, background_task: false, - background_output: false, - background_cancel: false, - call_omo_agent: false, }, parts: [{ type: "text", text: input.prompt }], }, diff --git a/src/tools/call-omo-agent/tools.ts b/src/tools/call-omo-agent/tools.ts index 570042b..f6c0ef2 100644 --- a/src/tools/call-omo-agent/tools.ts +++ b/src/tools/call-omo-agent/tools.ts @@ -123,6 +123,9 @@ async function executeSync( tools: { task: false, call_omo_agent: false, + background_task: false, + background_output: false, + background_cancel: false, }, parts: [{ type: "text", text: args.prompt }], },