feat(tools): require cancellation signal on every invocation
This commit is contained in:
77 files changed
+1129
-446
No files matched your search
@@ -501,7 +501,7 @@ export async function dynamicInstructionContext(
|
||||
{
|
||||
touchedPath,
|
||||
includeBaselineScopes: baselineInstructionStates.has(agent.session),
|
||||
...exec.signal === undefined ? {} : { signal: exec.signal },
|
||||
signal: exec.signal,
|
||||
},
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user