create-fleetbo-project 1.2.58 → 1.2.59

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.
@@ -102,7 +102,7 @@ if (command === 'alex') {
102
102
  console.log(\`\\n\\x1b[31m⛔ ENGINE OUT OF FUEL:\\x1b[0m \${aiData.message}\`);
103
103
  return;
104
104
  }
105
- if (aiData.status === 'success' || aiData.status === 'message') {
105
+ if (aiData.status === 'success' || aiData.status === 'message' || aiData.status === 'complex_refusal') {
106
106
  console.log('');
107
107
  console.log(\`\\x1b[32mAlex ❯\\x1b[0m \${aiData.message || "I'm ready."}\`);
108
108
  if (aiData.remainingTokens !== undefined) {
@@ -125,7 +125,7 @@ if (command === 'alex') {
125
125
  console.log(\` \x1b[32m[Written]\x1b[0m \${dir}\${name}\`);
126
126
  };
127
127
  if (instructions && Array.isArray(instructions) && instructions.length > 0) {
128
- console.log('\\n\\x1b[33m--- GUIDE DE PILOTAGE (MCI) ---\\x1b[0m');
128
+ console.log('\\n\\x1b[33m--- GUIDE (MCI) ---\\x1b[0m');
129
129
  instructions.forEach(line => {
130
130
  if (typeof line === 'string') {
131
131
  const formattedLine = line.replace(/ACTION|CAPTURE|PERSPECTIVE/g, '\\x1b[1m$&\\x1b[0m');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-fleetbo-project",
3
- "version": "1.2.58",
3
+ "version": "1.2.59",
4
4
  "description": "Creates a new Fleetbo project.",
5
5
  "main": "install-react-template.js",
6
6
  "bin": {