From 181abde2ffa8f1f68b6c540a5600346116cb5145 Mon Sep 17 00:00:00 2001 From: Marat Boshernitsan Date: Thu, 12 Jun 2025 17:17:29 -0700 Subject: Reduce coupling between core and cli packages (#961) Co-authored-by: Marat Boshernitsan --- packages/core/src/tools/tool-registry.test.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/core/src/tools') diff --git a/packages/core/src/tools/tool-registry.test.ts b/packages/core/src/tools/tool-registry.test.ts index f4cedcd4..5837fd76 100644 --- a/packages/core/src/tools/tool-registry.test.ts +++ b/packages/core/src/tools/tool-registry.test.ts @@ -124,6 +124,7 @@ class MockTool extends BaseTool<{ param: string }, ToolResult> { } const baseConfigParams: ConfigParameters = { + cwd: '/tmp', contentGeneratorConfig: { model: 'test-model', apiKey: 'test-api-key', -- cgit v1.2.3