kernelbot 1.0.22 → 1.0.23

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kernelbot",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "KernelBot — AI engineering agent with full OS control",
5
5
  "type": "module",
6
6
  "author": "Abdullah Al-Taheri <abdullah@altaheri.me>",
@@ -26,19 +26,17 @@ const LOGO = `
26
26
  ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═══╝╚══════╝╚══════╝╚═════╝ ╚═════╝ ╚═╝
27
27
  `;
28
28
 
29
- // Create a vibrant rainbow gradient
30
- const rainbowGradient = gradient([
31
- '#FF0080', // Hot Pink
32
- '#FF8C00', // Dark Orange
33
- '#FFD700', // Gold
34
- '#00FF00', // Lime Green
35
- '#00CED1', // Dark Turquoise
36
- '#1E90FF', // Dodger Blue
37
- '#9370DB' // Medium Purple
29
+ // White to ~70% black gradient
30
+ const monoGradient = gradient([
31
+ '#FFFFFF',
32
+ '#D0D0D0',
33
+ '#A0A0A0',
34
+ '#707070',
35
+ '#4D4D4D',
38
36
  ]);
39
37
 
40
38
  export function showLogo() {
41
- console.log(rainbowGradient.multiline(LOGO));
39
+ console.log(monoGradient.multiline(LOGO));
42
40
  console.log(chalk.dim(` AI Engineering Agent — v${getVersion()}\n`));
43
41
  console.log(
44
42
  boxen(