chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import type { PluginInput } from "@opencode-ai/plugin";
|
||||
import type { ExperimentalConfig, OhMyOpenCodeConfig } from "../../config";
|
||||
export interface AnthropicContextWindowLimitRecoveryOptions {
|
||||
experimental?: ExperimentalConfig;
|
||||
pluginConfig: OhMyOpenCodeConfig;
|
||||
}
|
||||
export declare function createAnthropicContextWindowLimitRecoveryHook(ctx: PluginInput, options?: AnthropicContextWindowLimitRecoveryOptions): {
|
||||
event: ({ event }: {
|
||||
event: {
|
||||
type: string;
|
||||
properties?: unknown;
|
||||
};
|
||||
}) => Promise<void>;
|
||||
};
|
||||
Reference in New Issue
Block a user