chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import type { ToolContextWithMetadata } from "./types";
|
||||
import type { OpencodeClient } from "./types";
|
||||
import type { ParentContext } from "./executor-types";
|
||||
export declare function resolveParentContext(ctx: ToolContextWithMetadata, client: OpencodeClient): Promise<ParentContext>;
|
||||
Reference in New Issue
Block a user