natureco-cli 5.6.5 → 5.6.6

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.6.5",
3
+ "version": "5.6.6",
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"
@@ -473,7 +473,7 @@ async function cmdWizard() {
473
473
  if (memChanged) {
474
474
  if (!fs.existsSync(BASE_DIR)) fs.mkdirSync(BASE_DIR, { recursive: true });
475
475
  fs.writeFileSync(memFile, JSON.stringify(mem, null, 2), 'utf8');
476
- console.log(chalk.gray(' ✓ Memory'deki botName/userName guncellendi'));
476
+ console.log(chalk.gray(' ✓ Memory guncellendi'));
477
477
  }
478
478
  } catch (e) {}
479
479