From 39babcbb531eae51ba61a6b01479da7b0cd2d41b Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" Date: Fri, 5 Jun 2026 03:14:18 +0000 Subject: [PATCH] chore: generate --- packages/core/src/public/tool.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/core/src/public/tool.ts b/packages/core/src/public/tool.ts index 3584393e7..427d18cb3 100644 --- a/packages/core/src/public/tool.ts +++ b/packages/core/src/public/tool.ts @@ -13,7 +13,5 @@ export interface Service { * Closing the Scope removes the tools immediately, so calls that have not * started settling may fail because the tool is no longer available. */ - readonly attach: ( - tools: Readonly>, - ) => Effect.Effect + readonly attach: (tools: Readonly>) => Effect.Effect }