From b8248096056d674f964d75e34b8200cf0ff1ac8b Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Mon, 4 Aug 2025 23:06:49 -0400 Subject: re-export shell $ for plugin --- packages/plugin/src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/plugin/src/index.ts') diff --git a/packages/plugin/src/index.ts b/packages/plugin/src/index.ts index be9822ee2..d0d484a00 100644 --- a/packages/plugin/src/index.ts +++ b/packages/plugin/src/index.ts @@ -1,10 +1,10 @@ import type { Event, createOpencodeClient, App, Model, Provider, Permission, UserMessage, Part } from "@opencode-ai/sdk" -import { $ } from "bun" +import type { BunShell } from "./shell" export type PluginInput = { client: ReturnType app: App - $: $ + $: BunShell } export type Plugin = (input: PluginInput) => Promise -- cgit v1.2.3