chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import type { OhMyOpenCodeConfig } from "../../config";
|
||||
type ResolveFallbackBootstrapModelOptions = {
|
||||
sessionID: string;
|
||||
source: string;
|
||||
eventModel?: string;
|
||||
resolvedAgent?: string;
|
||||
pluginConfig?: OhMyOpenCodeConfig;
|
||||
};
|
||||
export declare function resolveFallbackBootstrapModel(options: ResolveFallbackBootstrapModelOptions): string | undefined;
|
||||
export {};
|
||||
Reference in New Issue
Block a user