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