get-claudia 1.1.1 → 1.1.2

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.
Files changed (2) hide show
  1. package/bin/index.js +14 -13
  2. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -19,25 +19,26 @@ const colors = {
19
19
  bold: '\x1b[1m',
20
20
  };
21
21
 
22
- // Pixel art banner - "CLAUDIA" text + portrait
22
+ // Pixel art banner - "CLAUDIA" text + portrait (double-width for square pixels)
23
23
  const b = colors.cyan; // blue pixels
24
24
  const y = colors.yellow; // yellow pixels (hair)
25
25
  const w = colors.white; // white pixels (face)
26
26
  const r = colors.reset;
27
- const px = ''; // block character
27
+ const px = '██'; // double-width block for square pixels
28
+ const _ = ' '; // double-width space
28
29
 
29
30
  const bannerArt = `
30
- ${b}${px}${px}${r} ${b}${px}${r} ${b}${px}${r} ${b}${px}${r} ${b}${px}${r} ${b}${px}${px}${r} ${b}${px}${r} ${b}${px}${r}
31
- ${b}${px}${r} ${b}${px}${r} ${b}${px}${r} ${b}${px}${r} ${b}${px}${r} ${b}${px}${r} ${b}${px}${r} ${b}${px}${r} ${b}${px}${r} ${b}${px}${r} ${b}${px}${r}
32
- ${b}${px}${px}${r} ${b}${px}${px}${r} ${b}${px}${r} ${b}${px}${r} ${b}${px}${r} ${b}${px}${px}${r} ${b}${px}${r} ${b}${px}${r} ${b}${px}${r}
33
-
34
- ${y}${px}${px}${px}${px}${b}${px}${r}
35
- ${y}${px}${w}${px}${px}${px}${px}${px}${b}${px}${r}
36
- ${y}${px}${w}${px}${r} ${w}${px}${r} ${w}${px}${y}${px}${r}
37
- ${w}${px}${px}${px}${px}${px}${r}
38
- ${b}${px}${px}${px}${r}
39
- ${b}${px}${px}${px}${px}${px}${r}
40
- ${w}${px}${r} ${w}${px}${r}
31
+ ${b}${px}${px}${r}${_}${b}${px}${r}${_}${_}${_}${b}${px}${r}${_}${_}${b}${px}${r}${_}${b}${px}${r}${_}${b}${px}${px}${r}${_}${_}${b}${px}${r}${_}${_}${b}${px}${r}
32
+ ${b}${px}${r}${_}${_}${b}${px}${r}${_}${_}${b}${px}${r}${_}${b}${px}${r}${_}${b}${px}${r}${_}${b}${px}${r}${_}${b}${px}${r}${_}${b}${px}${r}${_}${b}${px}${r}${_}${b}${px}${r}${_}${b}${px}${r}
33
+ ${b}${px}${px}${r}${_}${b}${px}${px}${r}${_}${b}${px}${r}${_}${b}${px}${r}${_}${_}${b}${px}${r}${_}${_}${b}${px}${px}${r}${_}${_}${b}${px}${r}${_}${b}${px}${r}${_}${b}${px}${r}
34
+
35
+ ${y}${px}${px}${px}${px}${b}${px}${r}
36
+ ${y}${px}${w}${px}${px}${px}${px}${px}${b}${px}${r}
37
+ ${y}${px}${w}${px}${r}${_}${w}${px}${r}${_}${w}${px}${y}${px}${r}
38
+ ${w}${px}${px}${px}${px}${px}${r}
39
+ ${b}${px}${px}${px}${r}
40
+ ${b}${px}${px}${px}${px}${px}${r}
41
+ ${w}${px}${r}${_}${w}${px}${r}
41
42
  `;
42
43
 
43
44
  const banner = `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "get-claudia",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "An AI assistant who learns how you work.",
5
5
  "keywords": [
6
6
  "claudia",