fleetbo-cockpit-cli 1.0.227 → 1.0.228

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 +1 -2
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -299,7 +299,7 @@ if (command === 'alex') {
299
299
  return;
300
300
  }
301
301
 
302
- console.log('\x1b[33m[Alex] Processing request...\x1b[0m');
302
+ console.log('Alex is thinking...');
303
303
 
304
304
  try {
305
305
  let contextInjection = "";
@@ -651,7 +651,6 @@ if (command === 'alex') {
651
651
  isProcessing = true;
652
652
  await processAlexRequest(text);
653
653
  isProcessing = false;
654
- console.log('');
655
654
  }
656
655
  };
657
656
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetbo-cockpit-cli",
3
- "version": "1.0.227",
3
+ "version": "1.0.228",
4
4
  "description": "Fleetbo CLI - Build native mobile apps with React",
5
5
  "author": "Fleetbo",
6
6
  "license": "MIT",