chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import type { AgentConfig } from "@opencode-ai/sdk";
|
||||
type ApplyEnvironmentContextOptions = {
|
||||
disableOmoEnv?: boolean;
|
||||
};
|
||||
export declare function applyEnvironmentContext(config: AgentConfig, directory?: string, options?: ApplyEnvironmentContextOptions): AgentConfig;
|
||||
export {};
|
||||
Reference in New Issue
Block a user