fleetbo-cockpit-cli 1.0.203 → 1.0.204

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/cli.js +2 -7
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -640,11 +640,6 @@ if (command === 'alex') {
640
640
  let hasAiKey = false;
641
641
  let aiProvider = null;
642
642
  let aiModel = null;
643
-
644
- // ASTUCE : On demande gentiment à l'IDE de noter qu'Alex est en cours de démarrage
645
- if (process.env.VITE_FLEETBO_DEV === 'true' || true) { // Force l'exécution en dev
646
- process.stdout.write('[ALEX_BOOTING]\n');
647
- }
648
643
 
649
644
  while (attempts < maxAttempts && !isReady) {
650
645
  try {
@@ -654,7 +649,7 @@ if (command === 'alex') {
654
649
 
655
650
  if (validation.data?.isRunning) {
656
651
  isReady = true;
657
- // 🟢 ASTUCE : On confirme que le moteur est allumé
652
+ // ASTUCE : On confirme que le moteur est allumé
658
653
  process.stdout.write('[ALEX_ONLINE]\n');
659
654
  dynamicUsername = validation.data.username || 'Pilot';
660
655
  hasAiKey = validation.data.hasAiKey || false;
@@ -753,7 +748,7 @@ if (command === 'alex') {
753
748
 
754
749
  // READY
755
750
  console.log('');
756
- console.log('\x1b[32mAlex ❯\x1b[0m Secure channel established. Awaiting instructions...');
751
+ console.log('\x1b[32mAlex ❯\x1b[0m Describe your feature using the Compose panel...');
757
752
  console.log('');
758
753
 
759
754
  // 1. ON SUPPRIME LE PROMPT VISUEL (Plus de "Pilot ❯")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetbo-cockpit-cli",
3
- "version": "1.0.203",
3
+ "version": "1.0.204",
4
4
  "description": "Fleetbo CLI - Build native mobile apps with React",
5
5
  "author": "Fleetbo",
6
6
  "license": "MIT",