fleetbo-cockpit-cli 1.0.91 → 1.0.92
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/cli.js +6 -6
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -516,7 +516,7 @@ if (command === 'alex') {
|
|
|
516
516
|
// ═══════════════════════════════════════════════
|
|
517
517
|
if (!hasAiKey) {
|
|
518
518
|
console.log('');
|
|
519
|
-
console.log('\x1b[1m\x1b[33m
|
|
519
|
+
console.log('\x1b[1m\x1b[33m AI Configuration Required\x1b[0m');
|
|
520
520
|
console.log('');
|
|
521
521
|
console.log('Alex needs a powerful AI model to forge native code.');
|
|
522
522
|
console.log('Connect your own AI key to continue.');
|
|
@@ -528,7 +528,7 @@ if (command === 'alex') {
|
|
|
528
528
|
console.log('\x1b[33m●\x1b[0m Anthropic \x1b[90m(Claude Sonnet / Opus)\x1b[0m');
|
|
529
529
|
console.log('\x1b[36mhttps://console.anthropic.com/settings/keys\x1b[0m');
|
|
530
530
|
console.log('');
|
|
531
|
-
console.log('\x1b[90m
|
|
531
|
+
console.log('\x1b[90m Click the \x1b[32m[+]\x1b[90m button in the Terminal top-right bar\x1b[0m');
|
|
532
532
|
console.log('');
|
|
533
533
|
process.exit(0);
|
|
534
534
|
}
|
|
@@ -556,10 +556,10 @@ if (command === 'alex') {
|
|
|
556
556
|
console.log('');
|
|
557
557
|
console.log(' \x1b[36m CAPABILITIES\x1b[0m');
|
|
558
558
|
console.log(' \x1b[90m ─────────────────────────────────────────────────────\x1b[0m');
|
|
559
|
-
console.log(' \x1b[1m
|
|
560
|
-
console.log(' \x1b[1m
|
|
561
|
-
console.log(' \x1b[1m
|
|
562
|
-
console.log(' \x1b[1m
|
|
559
|
+
console.log(' \x1b[1m Hardware\x1b[0m\x1b[90m Camera · Scanner · GPS · Biometrics\x1b[0m');
|
|
560
|
+
console.log(' \x1b[1m High-Perf\x1b[0m\x1b[90m Video Feed · Swipe Deck · Audio\x1b[0m');
|
|
561
|
+
console.log(' \x1b[1m Sovereign\x1b[0m\x1b[90m Form + Photo + Save-to-Cloud\x1b[0m');
|
|
562
|
+
console.log(' \x1b[1m Fleetbo View\x1b[0m\x1b[90m Full native tab (120 FPS)\x1b[0m');
|
|
563
563
|
console.log(' \x1b[90m ─────────────────────────────────────────────────────\x1b[0m');
|
|
564
564
|
|
|
565
565
|
// TRIGGER WORDS
|