pikakit 3.9.37 → 3.9.39
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.
|
@@ -329,9 +329,7 @@ export async function run(spec) {
|
|
|
329
329
|
// Confirmation (skip if --force)
|
|
330
330
|
let shouldProceed = FORCE;
|
|
331
331
|
if (!FORCE) {
|
|
332
|
-
|
|
333
|
-
activeStep("Proceed with installation?");
|
|
334
|
-
shouldProceed = await confirm({ message: " ", initialValue: true });
|
|
332
|
+
shouldProceed = await confirm({ message: "Proceed with installation?", initialValue: true });
|
|
335
333
|
|
|
336
334
|
if (isCancel(shouldProceed) || !shouldProceed) {
|
|
337
335
|
cancel("Cancelled.");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pikakit",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.39",
|
|
4
4
|
"description": "Enterprise-grade Agent Skill Manager with Antigravity Skills support, Progressive Disclosure detection, and semantic routing validation",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "pikakit <pikakit@gmail.com>",
|