fix import ordering in opentoad agent

Made-with: Cursor
This commit is contained in:
Colin McDonnell
2026-03-25 22:50:52 +00:00
committed by pullfrog[bot]
parent c0f6f9ef2a
commit 7454e66533
+1 -1
View File
@@ -21,8 +21,8 @@ import { log } from "../utils/cli.ts";
import { installFromNpmTarball } from "../utils/install.ts";
import { spawn } from "../utils/subprocess.ts";
import { ThinkingTimer } from "../utils/timer.ts";
import { getDevDependencyVersion } from "../utils/version.ts";
import type { TodoTracker } from "../utils/todoTracking.ts";
import { getDevDependencyVersion } from "../utils/version.ts";
import { type AgentResult, type AgentRunContext, type AgentUsage, agent } from "./shared.ts";
async function installOpencodeCli(): Promise<string> {