fleetbo-cockpit-cli 1.0.76 → 1.0.77
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 +2 -2
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -238,7 +238,7 @@ if (command === 'alex') {
|
|
|
238
238
|
return;
|
|
239
239
|
}
|
|
240
240
|
|
|
241
|
-
console.log('\x1b[33m🧠
|
|
241
|
+
console.log('\x1b[33m🧠 Alex is thinking...\x1b[0m');
|
|
242
242
|
|
|
243
243
|
try {
|
|
244
244
|
// --- MEMORY SYSTEM (SMART CACHE SCANNER V3 - SOUVERAINETÉ DU MÉTAL) ---
|
|
@@ -260,7 +260,7 @@ if (command === 'alex') {
|
|
|
260
260
|
modName = modName.replace('Schema', '');
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
process.stdout.write(` \x1b[90m🔍
|
|
263
|
+
process.stdout.write(` \x1b[90m🔍 Checking OS cache for ${modName}...\x1b[0m`);
|
|
264
264
|
const cache = await getModuleCache({ projectId, moduleName: modName });
|
|
265
265
|
|
|
266
266
|
if (cache.found) {
|