diff options
Diffstat (limited to 'packages/server/src/tools/shell.ts')
| -rw-r--r-- | packages/server/src/tools/shell.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/server/src/tools/shell.ts b/packages/server/src/tools/shell.ts index 6ee36b8d..a708c93f 100644 --- a/packages/server/src/tools/shell.ts +++ b/packages/server/src/tools/shell.ts @@ -98,6 +98,7 @@ export class ShellTool extends BaseTool<ShellToolParams, ToolResult> { async shouldConfirmExecute( params: ShellToolParams, + _abortSignal: AbortSignal, ): Promise<ToolCallConfirmationDetails | false> { if (this.validateToolParams(params)) { return false; // skip confirmation, execute call will fail immediately |
