chore: include pre-built dist for github install
This commit is contained in:
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
import type { ToolDefinition } from "@opencode-ai/plugin";
|
||||
export declare function filterDisabledTools(tools: Record<string, ToolDefinition>, disabledTools: readonly string[] | undefined): Record<string, ToolDefinition>;
|
||||
Reference in New Issue
Block a user