phewsh 0.15.49 → 0.15.50
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/bin/phewsh.js +2 -2
- package/lib/intro.js +1 -1
- package/lib/ui.js +2 -2
- package/package.json +1 -1
package/bin/phewsh.js
CHANGED
|
@@ -39,8 +39,8 @@ function showBrand() {
|
|
|
39
39
|
console.log('');
|
|
40
40
|
console.log(' 😮\u200d💨 🤫');
|
|
41
41
|
console.log('');
|
|
42
|
-
console.log(` ${b(w('█▀█ █░█ █▀▀
|
|
43
|
-
console.log(` ${b(w('█▀▀ █▀█ ██▄
|
|
42
|
+
console.log(` ${b(w('█▀█ █░█ █▀▀ █░█░█ █▀ █░█'))}`);
|
|
43
|
+
console.log(` ${b(w('█▀▀ █▀█ ██▄ ▀▄▀▄▀ ▄█ █▀█'))}`);
|
|
44
44
|
console.log(` ${g('Keep all your AI tools. phewsh is the one memory they share.')}`);
|
|
45
45
|
console.log('');
|
|
46
46
|
|
package/lib/intro.js
CHANGED
package/lib/ui.js
CHANGED
|
@@ -95,8 +95,8 @@ async function brandReveal(fast = false) {
|
|
|
95
95
|
console.log(` 😮💨 🤫`);
|
|
96
96
|
console.log('');
|
|
97
97
|
await pause(160);
|
|
98
|
-
console.log(` ${b(cream('█▀█ █░█ █▀▀
|
|
99
|
-
console.log(` ${b(cream('█▀▀ █▀█ ██▄
|
|
98
|
+
console.log(` ${b(cream('█▀█ █░█ █▀▀ █░█░█ █▀ █░█'))}`);
|
|
99
|
+
console.log(` ${b(cream('█▀▀ █▀█ ██▄ ▀▄▀▄▀ ▄█ █▀█'))}`);
|
|
100
100
|
await pause(160);
|
|
101
101
|
// The value prop, plain language, off the bat — the alignment wedge, not
|
|
102
102
|
// "memory". It exhales in (typewriter) when animated; lands instantly
|