@@ -189,6 +189,8 @@ describe('loopAgentSteps - runAgentStep vs runProgrammaticStep behavior', () =>
189189 const result = await runLoopAgentStepsWithContext ( {
190190 ...agentRuntimeImpl ,
191191 ...agentRuntimeScopedImpl ,
192+ repoId : undefined ,
193+ repoUrl : undefined ,
192194 userInputId : 'test-user-input' ,
193195 agentType : 'test-agent' ,
194196 agentState : mockAgentState ,
@@ -235,6 +237,8 @@ describe('loopAgentSteps - runAgentStep vs runProgrammaticStep behavior', () =>
235237 const result = await runLoopAgentStepsWithContext ( {
236238 ...agentRuntimeImpl ,
237239 ...agentRuntimeScopedImpl ,
240+ repoId : undefined ,
241+ repoUrl : undefined ,
238242 userInputId : 'test-user-input' ,
239243 agentType : 'test-agent' ,
240244 agentState : mockAgentState ,
@@ -283,6 +287,8 @@ describe('loopAgentSteps - runAgentStep vs runProgrammaticStep behavior', () =>
283287 const result = await runLoopAgentStepsWithContext ( {
284288 ...agentRuntimeImpl ,
285289 ...agentRuntimeScopedImpl ,
290+ repoId : undefined ,
291+ repoUrl : undefined ,
286292 userInputId : 'test-user-input' ,
287293 agentType : 'test-agent' ,
288294 agentState : mockAgentState ,
@@ -330,6 +336,8 @@ describe('loopAgentSteps - runAgentStep vs runProgrammaticStep behavior', () =>
330336 const result = await runLoopAgentStepsWithContext ( {
331337 ...agentRuntimeImpl ,
332338 ...agentRuntimeScopedImpl ,
339+ repoId : undefined ,
340+ repoUrl : undefined ,
333341 userInputId : 'test-user-input' ,
334342 agentType : 'test-agent' ,
335343 agentState : mockAgentState ,
@@ -370,6 +378,8 @@ describe('loopAgentSteps - runAgentStep vs runProgrammaticStep behavior', () =>
370378 const result = await runLoopAgentStepsWithContext ( {
371379 ...agentRuntimeImpl ,
372380 ...agentRuntimeScopedImpl ,
381+ repoId : undefined ,
382+ repoUrl : undefined ,
373383 userInputId : 'test-user-input' ,
374384 agentType : 'test-agent' ,
375385 agentState : mockAgentState ,
@@ -402,6 +412,8 @@ describe('loopAgentSteps - runAgentStep vs runProgrammaticStep behavior', () =>
402412 const result = await runLoopAgentStepsWithContext ( {
403413 ...agentRuntimeImpl ,
404414 ...agentRuntimeScopedImpl ,
415+ repoId : undefined ,
416+ repoUrl : undefined ,
405417 userInputId : 'test-user-input' ,
406418 agentType : 'test-agent' ,
407419 agentState : mockAgentState ,
@@ -436,6 +448,8 @@ describe('loopAgentSteps - runAgentStep vs runProgrammaticStep behavior', () =>
436448 const result = await runLoopAgentStepsWithContext ( {
437449 ...agentRuntimeImpl ,
438450 ...agentRuntimeScopedImpl ,
451+ repoId : undefined ,
452+ repoUrl : undefined ,
439453 userInputId : 'test-user-input' ,
440454 agentType : 'test-agent' ,
441455 agentState : mockAgentState ,
@@ -487,6 +501,8 @@ describe('loopAgentSteps - runAgentStep vs runProgrammaticStep behavior', () =>
487501 const result = await runLoopAgentStepsWithContext ( {
488502 ...agentRuntimeImpl ,
489503 ...agentRuntimeScopedImpl ,
504+ repoId : undefined ,
505+ repoUrl : undefined ,
490506 userInputId : 'test-user-input' ,
491507 agentType : 'test-agent' ,
492508 agentState : mockAgentState ,
@@ -543,6 +559,8 @@ describe('loopAgentSteps - runAgentStep vs runProgrammaticStep behavior', () =>
543559 await runLoopAgentStepsWithContext ( {
544560 ...agentRuntimeImpl ,
545561 ...agentRuntimeScopedImpl ,
562+ repoId : undefined ,
563+ repoUrl : undefined ,
546564 userInputId : 'test-user-input' ,
547565 agentType : 'test-agent' ,
548566 agentState : mockAgentState ,
@@ -613,6 +631,8 @@ describe('loopAgentSteps - runAgentStep vs runProgrammaticStep behavior', () =>
613631 await runLoopAgentStepsWithContext ( {
614632 ...agentRuntimeImpl ,
615633 ...agentRuntimeScopedImpl ,
634+ repoId : undefined ,
635+ repoUrl : undefined ,
616636 userInputId : 'test-user-input' ,
617637 agentType : 'test-agent' ,
618638 agentState : mockAgentState ,
@@ -696,6 +716,8 @@ describe('loopAgentSteps - runAgentStep vs runProgrammaticStep behavior', () =>
696716 const result = await runLoopAgentStepsWithContext ( {
697717 ...agentRuntimeImpl ,
698718 ...agentRuntimeScopedImpl ,
719+ repoId : undefined ,
720+ repoUrl : undefined ,
699721 userInputId : 'test-user-input' ,
700722 agentType : 'test-agent' ,
701723 agentState : mockAgentState ,
@@ -769,6 +791,8 @@ describe('loopAgentSteps - runAgentStep vs runProgrammaticStep behavior', () =>
769791 const result = await runLoopAgentStepsWithContext ( {
770792 ...agentRuntimeImpl ,
771793 ...agentRuntimeScopedImpl ,
794+ repoId : undefined ,
795+ repoUrl : undefined ,
772796 userInputId : 'test-user-input' ,
773797 agentType : 'test-agent' ,
774798 agentState : mockAgentState ,
@@ -815,6 +839,8 @@ describe('loopAgentSteps - runAgentStep vs runProgrammaticStep behavior', () =>
815839 const result = await runLoopAgentStepsWithContext ( {
816840 ...agentRuntimeImpl ,
817841 ...agentRuntimeScopedImpl ,
842+ repoId : undefined ,
843+ repoUrl : undefined ,
818844 userInputId : 'test-user-input' ,
819845 agentType : 'test-agent' ,
820846 agentState : mockAgentState ,
@@ -883,6 +909,8 @@ describe('loopAgentSteps - runAgentStep vs runProgrammaticStep behavior', () =>
883909 const result = await runLoopAgentStepsWithContext ( {
884910 ...agentRuntimeImpl ,
885911 ...agentRuntimeScopedImpl ,
912+ repoId : undefined ,
913+ repoUrl : undefined ,
886914 userInputId : 'test-user-input' ,
887915 agentType : 'test-agent' ,
888916 agentState : mockAgentState ,
0 commit comments