chore: include pre-built dist for github install
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
export interface TasksTodowriteDisablerConfig {
|
||||
experimental?: {
|
||||
task_system?: boolean;
|
||||
};
|
||||
}
|
||||
export declare function createTasksTodowriteDisablerHook(config: TasksTodowriteDisablerConfig): {
|
||||
"tool.execute.before": (input: {
|
||||
tool: string;
|
||||
sessionID: string;
|
||||
callID: string;
|
||||
}, _output: {
|
||||
args: Record<string, unknown>;
|
||||
}) => Promise<void>;
|
||||
};
|
||||
Reference in New Issue
Block a user