refactor: rename src/core/launch.ts to open.ts

This commit is contained in:
2026-03-20 13:33:30 +05:30
parent 71523f2144
commit 962c9a474f
5 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { tool } from "@opencode-ai/plugin";
import { launchMultiModel } from "../core/launch";
import { launchMultiModel } from "../core/open";
import { getBinaryName } from "../core/utils";
/**