build: add direct cleanup command

This commit is contained in:
2026-03-19 19:41:25 +05:30
parent 5593bc8cc9
commit bfd55e0f9f
5 changed files with 31 additions and 16 deletions
+2
View File
@@ -8,6 +8,8 @@ export interface MultiModelOptions {
models: string[];
/** Binary name to use ('opencode' or 'kilo'). Defaults to 'opencode'. */
binaryName?: string;
/** Caller context: 'cli' shows shell commands, 'tool' shows tool instructions. */
mode?: "cli" | "tool";
}
/**