opencode-agents 1.0.11 → 1.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -1
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
- package/src/commands/add.ts +2 -1
package/dist/index.js
CHANGED
|
@@ -26062,7 +26062,8 @@ function readlinkCheck(path, name) {
|
|
|
26062
26062
|
|
|
26063
26063
|
// src/commands/add.ts
|
|
26064
26064
|
var import_degit = __toESM(require_dist(), 1);
|
|
26065
|
-
import { basename as basename4,
|
|
26065
|
+
import { basename as basename4, join as join4 } from "path";
|
|
26066
|
+
import { mkdtempSync as mkdtempSync2 } from "fs";
|
|
26066
26067
|
async function promptInstallLocation() {
|
|
26067
26068
|
const answers = await inquirer.prompt([
|
|
26068
26069
|
{
|