natureco-cli 5.4.18 → 5.4.20

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "natureco-cli",
3
- "version": "5.4.18",
3
+ "version": "5.4.20",
4
4
  "description": "OpenClaw'dan daha güvenli, daha hızlı, daha ucuz AI agent CLI. Multi-agent, self-evolving skills, audit log, maliyet optimizasyonu ve NatureCo platform-native.",
5
5
  "bin": {
6
6
  "natureco": "bin/natureco.js"
@@ -892,7 +892,7 @@ async function startRepl(args) {
892
892
  c = c.replace(/Ben\s+İchigo\b/gi, 'Ben İchigo');
893
893
  c = c.replace(/\*\*(?:MiniMax|Claude|GPT)[^\*]*\*\*/gi, '**İchigo**'); // v5.4.17: **Markdown** model adi
894
894
  c = c.replace(/Merhaba[!]?\s+Ben[^.!?,;:\n]*MiniMax[^.!?,;:\n]*/gi, 'Merhaba! Ben İchigo');
895
- process.stdout.write(c);
895
+ // v5.4.19: silindi (cift cevap onleme)
896
896
  } catch (e) {
897
897
  process.stdout.write(chunk);
898
898
  }
@@ -131,9 +131,9 @@ async function cmdWizard() {
131
131
  console.log('');
132
132
  console.log(chalk.white(' Step 3: Bot & Kullanıcı'));
133
133
  console.log(chalk.gray(' ─────────────────────────────────────────────'));
134
- const userName = await rlQuestion(` Sizin adınız (${cfg.userName || 'gencay'}): `);
134
+ const userName = await rlQuestion(` Sizin adınız: `);
135
135
  if (userName) cfg.userName = userName;
136
- const botName = await rlQuestion(` Bot adı (${cfg.botName || 'İchigo'}): `);
136
+ const botName = await rlQuestion(` Bot adı: `);
137
137
  if (botName) cfg.botName = botName;
138
138
 
139
139
  // Step 4: Kanal Entegrasyonları (isteğe bağlı, isteyen atlayabilir)