pikakit 1.0.21 → 1.0.22

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.
@@ -40,16 +40,16 @@ import gradient from 'gradient-string';
40
40
  // ============================================================================
41
41
 
42
42
  const AGENT_BANNER = `
43
- _ _
44
- / \\ __ _ ___ _ __ | |_
45
- / _ \\ / _\` |/ _ \\ '_ \\| __|
46
- / ___ \\ (_| | __/ | | | |_
47
- /_/ \\_\\__, |\\___|_| |_|\\__|
48
- |___/
43
+ ____ _ _ _ _
44
+ | _ \\(_) | ____ _/ \\ __ _ ___ _ __ | |_
45
+ | |_) | | |/ / _\` / _ \\ / _\` |/ _ \\ '_ \\| __|
46
+ | __/| | < (_| / ___ \\ (_| | __/ | | | |_
47
+ |_| |_|_|\\_\\__,/_/ \\_\\__, |\\___|_| |_|\\__|
48
+ |___/
49
49
  `;
50
50
 
51
- // Custom gradient: whitegray (like PikaKit style)
52
- const agentGradient = gradient(['#ffffff', '#bbbbbb', '#888888', '#555555']);
51
+ // Custom gradient: cyanblue (PikaKit brand colors)
52
+ const agentGradient = gradient(['#00d4ff', '#0099ff', '#0066ff', '#0044cc']);
53
53
 
54
54
  function showAgentBanner() {
55
55
  // Extra clear to remove Clack prompt residuals
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pikakit",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
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>",