vibes-diy 11.1.4 → 11.1.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/cli/cmd-evento.d.ts +12 -12
- package/package.json +8 -8
package/cli/cmd-evento.d.ts
CHANGED
|
@@ -42,6 +42,12 @@ export declare function cliEventoHandlers(): (import("@adviser/cement").EventoHa
|
|
|
42
42
|
model?: string | undefined;
|
|
43
43
|
apiKey?: string | undefined;
|
|
44
44
|
}, {
|
|
45
|
+
type: "vibes-diy.cli.res-edit";
|
|
46
|
+
appSlug: string;
|
|
47
|
+
ownerHandle: string;
|
|
48
|
+
url: string;
|
|
49
|
+
directory: string;
|
|
50
|
+
} | {
|
|
45
51
|
appSlug: string;
|
|
46
52
|
ownerHandle: string;
|
|
47
53
|
mode: "dev" | "production";
|
|
@@ -94,20 +100,14 @@ export declare function cliEventoHandlers(): (import("@adviser/cement").EventoHa
|
|
|
94
100
|
type: "vibes.diy.res-error";
|
|
95
101
|
error: {
|
|
96
102
|
message: string;
|
|
97
|
-
code: "
|
|
103
|
+
code: "max-app-slugs-reached";
|
|
98
104
|
};
|
|
99
105
|
} | {
|
|
100
106
|
type: "vibes.diy.res-error";
|
|
101
107
|
error: {
|
|
102
108
|
message: string;
|
|
103
|
-
code: "
|
|
109
|
+
code: "handle-required";
|
|
104
110
|
};
|
|
105
|
-
} | {
|
|
106
|
-
type: "vibes-diy.cli.res-edit";
|
|
107
|
-
appSlug: string;
|
|
108
|
-
ownerHandle: string;
|
|
109
|
-
url: string;
|
|
110
|
-
directory: string;
|
|
111
111
|
}> | import("@adviser/cement").EventoHandler<WrapCmdTSMsg<unknown>, {
|
|
112
112
|
type: "vibes-diy.cli.set-unpublish";
|
|
113
113
|
appSlug: string;
|
|
@@ -350,13 +350,13 @@ export declare function cliEventoHandlers(): (import("@adviser/cement").EventoHa
|
|
|
350
350
|
type: "vibes.diy.res-error";
|
|
351
351
|
error: {
|
|
352
352
|
message: string;
|
|
353
|
-
code: "
|
|
353
|
+
code: "max-app-slugs-reached";
|
|
354
354
|
};
|
|
355
355
|
} | {
|
|
356
356
|
type: "vibes.diy.res-error";
|
|
357
357
|
error: {
|
|
358
358
|
message: string;
|
|
359
|
-
code: "
|
|
359
|
+
code: "handle-required";
|
|
360
360
|
};
|
|
361
361
|
}> | import("@adviser/cement").EventoHandler<WrapCmdTSMsg<unknown>, {
|
|
362
362
|
type: "vibes-diy.cli.claim-handle";
|
|
@@ -449,13 +449,13 @@ export declare function cliEventoHandlers(): (import("@adviser/cement").EventoHa
|
|
|
449
449
|
type: "vibes.diy.res-error";
|
|
450
450
|
error: {
|
|
451
451
|
message: string;
|
|
452
|
-
code: "
|
|
452
|
+
code: "max-app-slugs-reached";
|
|
453
453
|
};
|
|
454
454
|
} | {
|
|
455
455
|
type: "vibes.diy.res-error";
|
|
456
456
|
error: {
|
|
457
457
|
message: string;
|
|
458
|
-
code: "
|
|
458
|
+
code: "handle-required";
|
|
459
459
|
};
|
|
460
460
|
} | {
|
|
461
461
|
type: "vibes-diy.cli.res-generate";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vibes-diy",
|
|
3
|
-
"version": "11.1.
|
|
3
|
+
"version": "11.1.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"description": "Command-line tool for vibes.diy — generate, edit, pull, push, and publish AI-built apps",
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@adviser/cement": "~0.5.34",
|
|
32
32
|
"@modelcontextprotocol/sdk": "~1.29.0",
|
|
33
|
-
"@vibes.diy/api-impl": "^11.1.
|
|
34
|
-
"@vibes.diy/api-types": "^11.1.
|
|
35
|
-
"@vibes.diy/call-ai-v2": "^11.1.
|
|
36
|
-
"@vibes.diy/cmd-harness": "^11.1.
|
|
37
|
-
"@vibes.diy/cmd-tools": "^11.1.
|
|
38
|
-
"@vibes.diy/identity": "^11.1.
|
|
39
|
-
"@vibes.diy/prompts": "^11.1.
|
|
33
|
+
"@vibes.diy/api-impl": "^11.1.6",
|
|
34
|
+
"@vibes.diy/api-types": "^11.1.6",
|
|
35
|
+
"@vibes.diy/call-ai-v2": "^11.1.6",
|
|
36
|
+
"@vibes.diy/cmd-harness": "^11.1.6",
|
|
37
|
+
"@vibes.diy/cmd-tools": "^11.1.6",
|
|
38
|
+
"@vibes.diy/identity": "^11.1.6",
|
|
39
|
+
"@vibes.diy/prompts": "^11.1.6",
|
|
40
40
|
"arktype": "~2.2.3",
|
|
41
41
|
"charwise": "~3.0.1",
|
|
42
42
|
"cmd-ts": "~0.15.0",
|