natureco-cli 5.6.30 → 5.6.31

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.30",
3
+ "version": "5.6.31",
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"
@@ -1401,7 +1401,7 @@ async function startImessageProvider(config) {
1401
1401
  // v5.6.28: imsg 0.11.1'de 'messages' komutu YOK, 'watch' kullan
1402
1402
  // watch komutu stream olarak yeni mesajlari verir (JSONL formati)
1403
1403
  try {
1404
- const watch = spawn(imsgPath, ['watch', '--format', 'json'], {
1404
+ const watch = spawn(imsgPath, ['watch', '--json'], {
1405
1405
  stdio: ['ignore', 'pipe', 'pipe']
1406
1406
  });
1407
1407