chore: include pre-built dist for github install
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
import type { AutoCompactState } from "./types";
|
||||
import type { OhMyOpenCodeConfig } from "../../config";
|
||||
import type { Client } from "./client";
|
||||
export declare function runSummarizeRetryStrategy(params: {
|
||||
sessionID: string;
|
||||
msg: Record<string, unknown>;
|
||||
autoCompactState: AutoCompactState;
|
||||
client: Client;
|
||||
directory: string;
|
||||
pluginConfig: OhMyOpenCodeConfig;
|
||||
errorType?: string;
|
||||
messageIndex?: number;
|
||||
}): Promise<void>;
|
||||
Reference in New Issue
Block a user