File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
features/background-agent Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,6 @@ export class BackgroundManager {
152152 system : input . skillContent ,
153153 tools : {
154154 task : false ,
155- call_omo_agent : false ,
156155 } ,
157156 parts : [ { type : "text" , text : input . prompt } ] ,
158157 } ,
@@ -313,7 +312,6 @@ export class BackgroundManager {
313312 agent : existingTask . agent ,
314313 tools : {
315314 task : false ,
316- call_omo_agent : false ,
317315 } ,
318316 parts : [ { type : "text" , text : input . prompt } ] ,
319317 } ,
Original file line number Diff line number Diff line change @@ -282,6 +282,7 @@ export function createConfigHandler(deps: ConfigHandlerDeps) {
282282 config . tools = {
283283 ...( config . tools as Record < string , unknown > ) ,
284284 "grep_app_*" : false ,
285+ call_omo_agent : false ,
285286 } ;
286287
287288 if ( agentResult . explore ) {
You can’t perform that action at this time.
0 commit comments