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