chore: include pre-built dist for github install
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
import type { OhMyOpenCodeConfig } from "../config";
|
||||
import type { PluginComponents } from "./plugin-components-loader";
|
||||
export declare function applyAgentConfig(params: {
|
||||
config: Record<string, unknown>;
|
||||
pluginConfig: OhMyOpenCodeConfig;
|
||||
ctx: {
|
||||
directory: string;
|
||||
client?: any;
|
||||
};
|
||||
pluginComponents: PluginComponents;
|
||||
}): Promise<Record<string, unknown>>;
|
||||
Reference in New Issue
Block a user