pikakit 3.9.72 → 3.9.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.
@@ -689,7 +689,6 @@ export async function run(spec) {
689
689
  // Final success message (single clean box)
690
690
  stepLine();
691
691
  console.log(boxen(
692
- `${c.green("✓")} ${c.bold("Installation Complete!")}\n\n` +
693
692
  `${c.cyan("Next Steps:")}\n` +
694
693
  ` ${c.dim("1.")} Run ${c.cyan("npx kit")} to access CLI tools\n` +
695
694
  ` ${c.dim("2.")} Use ${c.cyan("/autopilot")} in your AI agent\n` +
@@ -702,5 +701,5 @@ export async function run(spec) {
702
701
  titleAlignment: "center"
703
702
  }
704
703
  ).split("\n").map(l => `${c.gray(S.branch)} ${l}`).join("\n"));
705
- console.log();
704
+ step(`${c.green("✓")} ${c.bold("Installation Complete!")}`);
706
705
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pikakit",
3
- "version": "3.9.72",
3
+ "version": "3.9.74",
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>",
@@ -57,12 +57,10 @@
57
57
  "@clack/prompts": "^0.11.0",
58
58
  "@google/generative-ai": "^0.21.0",
59
59
  "boxen": "^8.0.1",
60
- "chalk": "^5.4.1",
61
- "clipboardy": "^5.1.0",
62
60
  "css-tree": "^3.1.0",
63
61
  "csv-parse": "^6.1.0",
64
62
  "dotenv": "^16.4.5",
65
- "gradient-string": "^2.0.2",
63
+ "gradient-string": "^3.0.0",
66
64
  "js-yaml": "^4.1.0",
67
65
  "kleur": "^4.1.5",
68
66
  "ora": "^9.1.0",