chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import type { PluginInput } from "@opencode-ai/plugin";
|
||||
export declare function showVersionToast(ctx: PluginInput, version: string | null, message: string): Promise<void>;
|
||||
export declare function showLocalDevToast(ctx: PluginInput, version: string | null, isSisyphusEnabled: boolean): Promise<void>;
|
||||
Reference in New Issue
Block a user