phewsh 0.15.32 → 0.15.33
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/lib/ui.js +4 -4
- package/package.json +1 -1
package/lib/ui.js
CHANGED
|
@@ -98,10 +98,10 @@ async function brandReveal(fast = false) {
|
|
|
98
98
|
console.log(` ${b(cream('█▀█ █░█ █▀▀ █░█ █▀ █░█'))}`);
|
|
99
99
|
console.log(` ${b(cream('█▀▀ █▀█ ██▄ ▀▄▀ ▄█ █▀█'))}`);
|
|
100
100
|
await pause(160);
|
|
101
|
-
// The value prop, plain language, off the bat — the
|
|
102
|
-
// It exhales in (typewriter) when animated; lands instantly
|
|
103
|
-
// the color wrapper is emitted up front,
|
|
104
|
-
const tagline = '
|
|
101
|
+
// The value prop, plain language, off the bat — the alignment wedge, not
|
|
102
|
+
// "memory". It exhales in (typewriter) when animated; lands instantly
|
|
103
|
+
// otherwise. Safe: the color wrapper is emitted up front, only words reveal.
|
|
104
|
+
const tagline = 'One mission. Many AI tools. No lost context.';
|
|
105
105
|
if (fast || !process.stdout.isTTY) {
|
|
106
106
|
console.log(` ${sage(tagline)}`);
|
|
107
107
|
} else {
|