pikakit 3.9.27 → 3.9.28

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.
@@ -292,7 +292,6 @@ export async function run(spec) {
292
292
  const { selectAgentsPrompt, selectScopePrompt, selectMethodPrompt } = await import("../ui.js");
293
293
 
294
294
  stepLine();
295
- activeStep(`${detectedAgents.length} agents found — Select target`);
296
295
  const selectedAgents = await selectAgentsPrompt(detectedAgents);
297
296
 
298
297
  if (!selectedAgents || selectedAgents.length === 0) {
@@ -305,7 +304,6 @@ export async function run(spec) {
305
304
 
306
305
  if (!GLOBAL) {
307
306
  stepLine();
308
- activeStep("Installation scope");
309
307
  const scope = await selectScopePrompt();
310
308
 
311
309
  if (!scope) {
@@ -318,7 +316,6 @@ export async function run(spec) {
318
316
 
319
317
  // --- Select installation method ---
320
318
  stepLine();
321
- activeStep("Installation method");
322
319
  const installMethod = await selectMethodPrompt();
323
320
 
324
321
  if (!installMethod) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pikakit",
3
- "version": "3.9.27",
3
+ "version": "3.9.28",
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>",