pikakit 3.9.54 → 3.9.55

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.
@@ -264,6 +264,9 @@ export async function run(spec) {
264
264
  return;
265
265
  }
266
266
 
267
+ // Clear multiselect default summary line (inline categories wrap)
268
+ process.stdout.write("\x1b[2A\x1b[2K\x1b[1B\x1b[2K\x1b[1A");
269
+
267
270
  // Display selected categories (vertical list, no box)
268
271
  for (const cat of selectedCategories) {
269
272
  console.log(`${c.gray(S.branch)} ${c.dim("✓")} ${c.dim(cat)} ${c.dim(`(${grouped[cat].length} skills)`)}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pikakit",
3
- "version": "3.9.54",
3
+ "version": "3.9.55",
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>",