@getpochi/cli 0.5.73 → 0.5.74
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/cli.js +2 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -402452,7 +402452,7 @@ var {
|
|
|
402452
402452
|
// package.json
|
|
402453
402453
|
var package_default = {
|
|
402454
402454
|
name: "@getpochi/cli",
|
|
402455
|
-
version: "0.5.
|
|
402455
|
+
version: "0.5.74",
|
|
402456
402456
|
type: "module",
|
|
402457
402457
|
bin: {
|
|
402458
402458
|
pochi: "src/cli.ts"
|
|
@@ -414279,7 +414279,7 @@ var logger15 = getLogger("loadAgents");
|
|
|
414279
414279
|
async function readAgentsFromDir(dir2) {
|
|
414280
414280
|
const agents = [];
|
|
414281
414281
|
try {
|
|
414282
|
-
if (!isFileExists(dir2)) {
|
|
414282
|
+
if (!await isFileExists(dir2)) {
|
|
414283
414283
|
return agents;
|
|
414284
414284
|
}
|
|
414285
414285
|
const files = await fs5.readdir(dir2);
|