chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import type { PluginInput } from "@opencode-ai/plugin";
|
||||
import type { BoulderState, PlanProgress } from "../../features/boulder-state";
|
||||
export declare function resolveActiveBoulderSession(input: {
|
||||
client: PluginInput["client"];
|
||||
directory: string;
|
||||
sessionID: string;
|
||||
}): Promise<{
|
||||
boulderState: BoulderState;
|
||||
progress: PlanProgress;
|
||||
appendedSession: boolean;
|
||||
} | null>;
|
||||
Reference in New Issue
Block a user