@@ -40,6 +40,7 @@
|
||||
|
||||
import { existsSync, readFileSync } from "node:fs";
|
||||
import { join } from "node:path";
|
||||
import type { Api, Model } from "@mariozechner/pi-ai";
|
||||
import type { ExtensionAPI, ExtensionContext } from "@mariozechner/pi-coding-agent";
|
||||
import { DynamicBorder, getAgentDir } from "@mariozechner/pi-coding-agent";
|
||||
import { Container, Key, type SelectItem, SelectList, Text } from "@mariozechner/pi-tui";
|
||||
@@ -98,7 +99,7 @@ function loadPresets(cwd: string): PresetsConfig {
|
||||
}
|
||||
|
||||
interface OriginalState {
|
||||
model: import("@mariozechner/pi-coding-agent").Model<any> | undefined;
|
||||
model: Model<Api> | undefined;
|
||||
thinkingLevel: "off" | "minimal" | "low" | "medium" | "high" | "xhigh";
|
||||
tools: string[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user