From 38e8c42cf02f73fb300889ab989088899a3aedb7 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Tue, 9 Sep 2025 23:43:37 -0400 Subject: ci: format --- packages/plugin/src/index.ts | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'packages/plugin/src') diff --git a/packages/plugin/src/index.ts b/packages/plugin/src/index.ts index fca176f57..f8b6d46f7 100644 --- a/packages/plugin/src/index.ts +++ b/packages/plugin/src/index.ts @@ -19,10 +19,7 @@ export type PluginInput = { worktree: string $: BunShell Tool: { - define( - id: string, - init: any | (() => Promise) - ): any + define(id: string, init: any | (() => Promise)): any } z: any // Zod instance for creating schemas } @@ -133,7 +130,7 @@ export interface Hooks { input: {}, output: { registerHTTP: (tool: HttpToolRegistration) => void | Promise - register: (tool: any) => void | Promise // Tool.Info type from opencode + register: (tool: any) => void | Promise // Tool.Info type from opencode }, ) => Promise } -- cgit v1.2.3