chore: include pre-built dist for github install
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import type { PluginInput } from "@opencode-ai/plugin";
|
||||
type OpencodeClient = PluginInput["client"];
|
||||
export declare function truncateToolOutputsByCallId(sessionID: string, callIds: Set<string>, client?: OpencodeClient): Promise<{
|
||||
truncatedCount: number;
|
||||
}>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user