chore: include pre-built dist for github install
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import type { PluginInput } from "@opencode-ai/plugin";
|
||||
import type { ModelInfo } from "./types";
|
||||
type PromptContext = {
|
||||
model?: ModelInfo;
|
||||
tools?: Record<string, boolean>;
|
||||
};
|
||||
export declare function resolveRecentPromptContextForSession(ctx: PluginInput, sessionID: string): Promise<PromptContext>;
|
||||
export declare function resolveRecentModelForSession(ctx: PluginInput, sessionID: string): Promise<ModelInfo | undefined>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user