@easbot/agent 0.2.5 → 0.2.6
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.cjs +267 -264
- package/dist/cli.mjs +267 -264
- package/dist/index.cjs +256 -253
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.mjs +262 -259
- package/package.json +33 -35
package/dist/index.d.cts
CHANGED
|
@@ -30682,7 +30682,7 @@ declare function list$1(input: {
|
|
|
30682
30682
|
name: string;
|
|
30683
30683
|
path: string;
|
|
30684
30684
|
absolute: string;
|
|
30685
|
-
type: "
|
|
30685
|
+
type: "directory" | "file";
|
|
30686
30686
|
ignored: boolean;
|
|
30687
30687
|
}[]>;
|
|
30688
30688
|
declare function read(input: {
|
|
@@ -31154,8 +31154,8 @@ declare namespace File {
|
|
|
31154
31154
|
path: z$1.ZodString;
|
|
31155
31155
|
absolute: z$1.ZodString;
|
|
31156
31156
|
type: z$1.ZodEnum<{
|
|
31157
|
-
file: "file";
|
|
31158
31157
|
directory: "directory";
|
|
31158
|
+
file: "file";
|
|
31159
31159
|
}>;
|
|
31160
31160
|
ignored: z$1.ZodBoolean;
|
|
31161
31161
|
}, z$1.core.$strip>;
|
|
@@ -31205,7 +31205,7 @@ declare namespace File {
|
|
|
31205
31205
|
name: string;
|
|
31206
31206
|
path: string;
|
|
31207
31207
|
absolute: string;
|
|
31208
|
-
type: "
|
|
31208
|
+
type: "directory" | "file";
|
|
31209
31209
|
ignored: boolean;
|
|
31210
31210
|
}[]>;
|
|
31211
31211
|
function search(input: {
|
package/dist/index.d.ts
CHANGED
|
@@ -30682,7 +30682,7 @@ declare function list$1(input: {
|
|
|
30682
30682
|
name: string;
|
|
30683
30683
|
path: string;
|
|
30684
30684
|
absolute: string;
|
|
30685
|
-
type: "
|
|
30685
|
+
type: "directory" | "file";
|
|
30686
30686
|
ignored: boolean;
|
|
30687
30687
|
}[]>;
|
|
30688
30688
|
declare function read(input: {
|
|
@@ -31154,8 +31154,8 @@ declare namespace File {
|
|
|
31154
31154
|
path: z$1.ZodString;
|
|
31155
31155
|
absolute: z$1.ZodString;
|
|
31156
31156
|
type: z$1.ZodEnum<{
|
|
31157
|
-
file: "file";
|
|
31158
31157
|
directory: "directory";
|
|
31158
|
+
file: "file";
|
|
31159
31159
|
}>;
|
|
31160
31160
|
ignored: z$1.ZodBoolean;
|
|
31161
31161
|
}, z$1.core.$strip>;
|
|
@@ -31205,7 +31205,7 @@ declare namespace File {
|
|
|
31205
31205
|
name: string;
|
|
31206
31206
|
path: string;
|
|
31207
31207
|
absolute: string;
|
|
31208
|
-
type: "
|
|
31208
|
+
type: "directory" | "file";
|
|
31209
31209
|
ignored: boolean;
|
|
31210
31210
|
}[]>;
|
|
31211
31211
|
function search(input: {
|