natureco-cli 5.6.44 → 5.6.46

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/README.md CHANGED
@@ -1,587 +1,586 @@
1
- # NatureCo CLI
2
-
3
- [![npm version](https://img.shields.io/npm/v/natureco-cli)](https://www.npmjs.com/package/natureco-cli)
4
- [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
5
- [![Platform](https://img.shields.io/badge/platform-macOS%20%7C%20Windows%20%7C%20Linux-blue)]()
6
- [![Node](https://img.shields.io/badge/node-%3E%3D18.0.0-brightgreen)]()
7
- [![Downloads](https://img.shields.io/npm/dm/natureco-cli)](https://www.npmjs.com/package/natureco-cli)
8
- [![Stars](https://img.shields.io/github/stars/natureco/cli)](https://github.com/natureco/cli)
9
-
10
- > **Yapay Zekânın Gücü artık parmaklarının ucunda.**
11
- > *Terminalin hızını NatureCo ile keşfet.*
12
-
13
- Terminal-native AI agent CLI — sohbet et, kod yaz, workflow'ları otomatikleştir, **Telegram / Discord / Slack / WhatsApp / iMessage** bağla.
14
-
15
- **Claude Code alternatifi** · Multi-agent orkestrasyon · Slash-prefix sistemi · Dangerous Command Approval · 12 provider, 200+ model · 57 tool · 10 mesajlaşma kanalı · 3-dosya kişilik sistemi
16
-
17
- ```
18
- ███╗ ██╗ █████╗ ████████╗██╗ ██╗██████╗ ███████╗ ██████╗ ██████╗
19
- ████╗ ██║██╔══██╗╚══██╔══╝██║ ██║██╔══██╗██╔════╝██╔════╝ ██╔═══██╗
20
- ██╔██╗ ██║███████║ ██║ ██║ ██║██████╔╝█████╗ ██║ ██║ ██║
21
- ██║╚██╗██║██╔══██║ ██║ ██║ ██║██╔══██╗██╔══╝ ██║ ██║ ██║
22
- ██║ ╚████║██║ ██║ ██║ ╚██████╔╝██║ ██║███████╗╚██████╗ ╚██████╔╝
23
- ╚═╝ ╚═══╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝ ╚═════╝ ╚═════╝
24
- ```
25
-
26
- ---
27
-
28
- ## 🚀 Hızlı Başlangıç
29
-
30
- ```bash
31
- # 1. Kur
32
- npm install -g natureco-cli
33
-
34
- # 2. İlk kurulum sihirbazı (provider, model, bot adı)
35
- natureco setup
36
-
37
- # 3. Sohbet başlat
38
- natureco chat
39
-
40
- # 4. Veya kod ajanı
41
- natureco code
42
- ```
43
-
44
- **30 saniyede hazır.** İlk açılışta sihirbaz seni karşılar: provider seç → API key gir → model seç → bot adı belirle. Hepsi bu.
45
-
46
- ---
47
-
48
- ## 🆕 v5.6.x Yenilikler
49
-
50
- ### Slash-Prefix Komut Sistemi
51
-
52
- **İMessage ve WhatsApp'ta** artık `/` ile başlayan mesajlar komut olarak işlenir:
53
-
54
- ```
55
- You > /selam nasılsın
56
- AI Selam selam! 🙌 Nasıl gidiyor?
57
-
58
- You > /bana bir fıkra anlat
59
- AI Tabii! Bilgisayar fıkrası...
60
- ```
61
-
62
- Normal mesajlar **skip edilir** (döngü önleme). Bu sayede:
63
- - ✅ Bot kendi mesajına cevap vermez
64
- - ✅ Echo loop oluşmaz
65
- - ✅ Sadece `/` ile başlayanlar AI'a gider
66
-
67
- ### Dangerous Command Approval
68
-
69
- Akıllı onay sistemi. **Sadece riskli işlemlerde** onay ister:
70
-
71
- ```bash
72
- # Otomatik onay (güvenli)
73
- natureco memory write "favori renk kırmızı"
74
- ✓ Memory eklendi
75
-
76
- # Onay gerekli (riskli)
77
- natureco rm -rf node_modules
78
- 🔴 YÜKSEK RISK: Dosya silme komutu
79
- Devam edilsin mi? (Y/n)
80
- ```
81
-
82
- **Risk tespiti:**
83
- - `rm -rf`, `sudo`, `dd if=` → 🔴 YÜKSEK
84
- - `chmod 777`, `mv` → 🟡 ORTA
85
- - `mv .env` → 🔴 (hassas dosya)
86
-
87
- ### v5.6.0 — v5.6.43 Diğer
88
-
89
- | Versiyon | Yenilik |
90
- |----------|---------|
91
- | **v5.6.0** | Postinstall + API key validation + reset komutu |
92
- | **v5.6.1** | Groq tool filter (9 temel tool) |
93
- | **v5.6.3** | Provider tier wizard |
94
- | **v5.6.4** | Tam model kataloğu (12 provider, 200+ model) |
95
- | **v5.6.5** | Token limit fix + SOUL injection optimizasyonu |
96
- | **v5.6.6** | Inline tool filter (BLOCKED_TOOL_NAMES) |
97
- | **v5.6.7** | Memory auto-create in setup |
98
- | **v5.6.8** | Hard-coded prefix dinamik (botName) |
99
- | **v5.6.21** | Akıllı onay sistemi + tool result yol gizleme |
100
- | **v5.6.22** | 8 bug fix (read_file priority, ~expansion, memory search, grep fix, git auto-find, vb.) |
101
- | **v5.6.27** | imsg send `--to` flag fix |
102
- | **v5.6.31** | `imsg watch --json` streaming |
103
- | **v5.6.39** | iMessage is_from_me filtresi |
104
- | **v5.6.40** | Echo loop prevention (30sn) |
105
- | **v5.6.41-42** | Slash-prefix sistemi (iMessage/WhatsApp) |
106
- | **v5.6.43** | WhatsApp slash + cron endpoint fix |
107
-
108
- ---
109
-
110
- ## ✨ Özellikler
111
-
112
- ### 🤖 AI & Sohbet
113
- - **57 Tool** — file ops, web search, image generation, code execution, memory
114
- - **İnteraktif REPL** — read_file, edit_file, bash, multi-turn
115
- - **Slash Komutlar** — `/memory`, `/help`, `/skills`, `/clear`
116
- - **Agentic Mod** (`--agent`) — autonomous task completion
117
- - **Persistent Memory** — fact-based, cross-session
118
-
119
- ### 💻 Kod Ajanı (Claude Code Alternatifi)
120
- - **Read/Write/Edit** multi-file operations
121
- - **Bash execution** — sandboxed shell
122
- - **Streaming syntax highlighting** — gerçek zamanlı
123
- - **Slash komutlar** — `/summary`, `/done`
124
- - **Approval prompt** — yazma/silme onayı
125
-
126
- ### 📡 10 Mesajlaşma Kanalı
127
-
128
- | Platform | Bağlantı | Test |
129
- |----------|----------|------|
130
- | **Telegram** | `natureco telegram connect` | ✅ |
131
- | **WhatsApp** | `natureco whatsapp connect` | ✅ (Baileys) |
132
- | **iMessage** | `natureco imessage connect` | ✅ (imsg CLI) |
133
- | **Discord** | `natureco discord connect` | Token |
134
- | **Slack** | `natureco slack connect` | Token |
135
- | **Mattermost** | `natureco mattermost connect` | URL |
136
- | **IRC** | `natureco irc connect` | Server |
137
- | **Signal** | `natureco signal connect` | signal-cli |
138
- | **SMS** | `natureco sms connect` | Twilio |
139
- | **Webhooks** | `natureco webhooks list` | ✅ |
140
-
141
- **Gateway:** `natureco gateway start` — tüm kanalları tek process'te yönet.
142
-
143
- ### 🌿 NatureCo Native
144
- - **NatureHub** paylaşımı (sosyal akış)
145
- - **Medium** makale taslağı/yayını
146
- - **SEO** analizi (skor 0-100)
147
- - **XP & Seviye** sistemi (gamification)
148
-
149
- ### 🛡️ Güvenlik & Gözlem
150
- - **Dangerous Command Approval** — risk tespiti
151
- - **Audit logs** — tüm işlemler kayıt
152
- - **Cost tracking** — AI maliyet takibi (today/week/month/budget)
153
- - **Security audit** — hassas dosya taraması
154
- - **Path anonymization** — tool output'ta `~/` ile gizleme
155
-
156
- ### ⚙️ Otomasyon & Zamanlama
157
- - **Cron jobs** — `natureco cron add`
158
- - **Hooks** — event-driven automation
159
- - **Webhooks** — HTTP callback
160
- - **Tasks (Kanban)** — `natureco tasks`
161
-
162
- ---
163
-
164
- ## 📋 Komutlar (A'dan Z'ye, 120+ Komut)
165
-
166
- ### 🤖 AI & Sohbet
167
-
168
- | Komut | Açıklama |
169
- |-------|----------|
170
- | `natureco chat` | İnteraktif REPL sohbet (57 tool aktif) |
171
- | `natureco chat --resume` | Önceki oturumu devam ettir |
172
- | `natureco code` | Kod ajanı (uygulama/script yazma) |
173
- | `natureco code <file>` | Belirli dosyada kod ajanı |
174
- | `natureco run <script>` | Markdown script çalıştır |
175
- | `natureco ask "<soru>"` | Tek soru AI'a sor |
176
- | `natureco bots` | Mevcut botları listele |
177
- | `natureco models` | Provider modellerini yönet |
178
- | `natureco ultrareview <file>` | Derin kod incelemesi |
179
-
180
- **REPL içi slash komutları:**
181
- ```
182
- /clear Ekranı temizle
183
- /bot Bot değiştir
184
- /skills Aktif skill'leri göster
185
- /memory Memory durumu
186
- /memory clear Memory temizle
187
- /commands Tüm komutlar
188
- /help Yardım
189
- exit / quit Çıkış
190
- ```
191
-
192
- ### ⚙️ Setup & Konfig
193
-
194
- ```bash
195
- natureco setup # İlk kurulum sihirbazı
196
- natureco login # API key girişi
197
- natureco logout # Çıkış
198
- natureco init # Proje başlat (SOUL.md oluştur)
199
- natureco doctor # Sistem sağlık kontrolü
200
- natureco doctor --fix # Otomatik düzeltme
201
- natureco config list # Konfigürasyonu göster
202
- natureco config set <key> <value>
203
- natureco configure # İnteraktif konfig
204
- natureco update # CLI güncelle
205
- natureco completion bash|powershell
206
- ```
207
-
208
- ### 📡 Kanallar (10 Mesajlaşma Platformu)
209
-
210
- ```bash
211
- # Tüm kanallar
212
- natureco channels # Bağlı kanallar listele
213
- natureco channels add <type> # Yeni kanal
214
- natureco channels remove <type>
215
-
216
- # Telegram
217
- natureco telegram connect # Token kaydet
218
- natureco telegram chatid # Chat ID otomatik bul
219
- natureco telegram allow <id> # Chat'e izin ver
220
- natureco telegram status
221
-
222
- # WhatsApp (Baileys)
223
- natureco whatsapp connect
224
- natureco whatsapp status
225
-
226
- # iMessage (imsg CLI)
227
- natureco imessage connect
228
- natureco imessage status
229
- natureco imessage allow <numara>
230
- natureco imessage send <numara> <mesaj>
231
-
232
- # Discord, Slack, Mattermost, IRC, Signal, SMS, Webhooks
233
- natureco discord connect
234
- natureco slack connect
235
- natureco mattermost connect
236
- natureco irc connect
237
- natureco signal connect
238
- natureco sms connect
239
- natureco webhooks list
240
-
241
- # Gateway — tüm kanalları başlat
242
- natureco gateway start
243
- natureco gateway stop
244
- natureco gateway status
245
- ```
246
-
247
- ### 🧠 Memory & Sessions
248
-
249
- ```bash
250
- natureco memory write "favori renk kırmızı"
251
- natureco memory write "user_name=patron"
252
- natureco memory search "renk"
253
- natureco memory status
254
- natureco memory list
255
- natureco memory clear
256
- natureco memory export
257
- natureco memory import <dosya>
258
-
259
- natureco sessions list # Tüm oturumlar
260
- natureco sessions show <id> # Oturum detayı
261
- ```
262
-
263
- ### 🔌 Skill, MCP, Plugin
264
-
265
- ```bash
266
- natureco skills list # Aktif skill'ler
267
- natureco skills install <name>
268
- natureco skills remove <name>
269
-
270
- natureco mcp list # MCP server'ları
271
- natureco mcp add <name> <url>
272
-
273
- natureco plugins list
274
- natureco plugins install <name>
275
- ```
276
-
277
- ### ⏰ Otomasyon
278
-
279
- ```bash
280
- natureco cron add # Zamanlı görev
281
- natureco cron list
282
- natureco cron remove <id>
283
-
284
- natureco hooks list # Event hook'ları
285
- natureco hooks create
286
-
287
- natureco tasks list # Kanban (Todo)
288
- natureco tasks add
289
- natureco tasks done <id>
290
-
291
- natureco webhooks list # Webhook URL'leri
292
- natureco webhooks add <url>
293
-
294
- natureco dashboard # Web dashboard (port 7421)
295
- ```
296
-
297
- ### 🔍 Geliştirici Araçları
298
-
299
- ```bash
300
- natureco git status # Git durumu
301
- natureco git diff # Diff
302
- natureco git log # Commit log
303
- natureco git branches # Branch listesi
304
-
305
- natureco audit today # Bugünkü işlemler
306
- natureco audit stats # İstatistikler
307
- natureco audit files # Dosya değişiklikleri
308
-
309
- natureco cost today # Bugünkü AI maliyeti
310
- natureco cost week
311
- natureco cost month
312
- natureco cost budget 50 # $50 limit
313
-
314
- natureco security audit # Hassas dosya taraması
315
-
316
- natureco logs # Log dosyaları
317
- ```
318
-
319
- ### 🌿 NatureCo Native
320
-
321
- ```bash
322
- natureco naturehub post <text> # NatureHub paylaşımı
323
- natureco naturehub feed # Akışı gör
324
-
325
- natureco seo audit natureco.me # SEO analizi (skor)
326
-
327
- natureco medium draft # Medium makale taslağı
328
- natureco medium publish <file> # Yayınla
329
-
330
- natureco xp rewards # XP & seviye
331
- natureco xp leaderboard
332
- ```
333
-
334
- ### 🛡️ Yönetim
335
-
336
- ```bash
337
- natureco reset --scope config # Sıfırla
338
- natureco reset --scope memory
339
- natureco reset --scope sessions
340
- natureco reset --scope all --yes
341
-
342
- natureco uninstall
343
-
344
- natureco approvals # Onay yönetimi
345
- natureco approvals allow <cmd>
346
- ```
347
-
348
- ---
349
-
350
- ## 🌐 Provider Desteği (12 Provider, 200+ Model)
351
-
352
- | Provider | Modeller | API Key |
353
- |----------|----------|---------|
354
- | **OpenAI** | GPT-5, GPT-4.1, o3, GPT-4o | OpenAI |
355
- | **Anthropic** | Claude Opus 4, Sonnet 4, Haiku | Anthropic |
356
- | **Gemini** | 2.5 Pro, 2.0 Flash, Gemma | Google |
357
- | **Groq** | Llama 3.3, Mixtral | Groq |
358
- | **DeepSeek** | R1, Chat V3 | DeepSeek |
359
- | **Ollama** | Llama, Qwen (local) | - |
360
- | **MiniMax** | M2.5, M2 | MiniMax |
361
- | **OpenRouter** | 15+ model (multi-provider) | OpenRouter |
362
- | **Mistral** | Large, Small, Codestral | Mistral |
363
- | **Cohere** | Command R+, Embed | Cohere |
364
- | **xAI** | Grok 2, Grok Beta | xAI |
365
- | **Together** | Llama, Mixtral, Qwen | Together |
366
-
367
- ```bash
368
- # Provider seçimi sihirbazda
369
- natureco setup
370
- # Sihirbaz: Provider → API Key → Model → Bot adı
371
-
372
- # Model listesi
373
- natureco models list --provider openai
374
- natureco models list --provider anthropic
375
- ```
376
-
377
- ---
378
-
379
- ## 🔄 vs Diğer CLI'lar
380
-
381
- | Özellik | NatureCo | Claude Code | Hermes | OpenClaw |
382
- |---------|----------|-------------|--------|----------|
383
- | Multi-provider | ✅ 12 | ❌ Anthropic | ✅ 8 | ❌ |
384
- | 200+ model | ✅ | ❌ | ✅ | ❌ |
385
- | Slash-prefix | ✅ v5.6 | ❌ | ❌ | ❌ |
386
- | Dangerous Command Approval | ✅ v5.6 | ❌ | ✅ | ❌ |
387
- | Multi-channel (10 platform) | ✅ | ❌ | ✅ (Python) | ❌ |
388
- | Persistent memory | ✅ | ✅ | ✅ | ❌ |
389
- | Tool result anonimleştirme | ✅ v5.6 | ❌ | ❌ | ❌ |
390
- | XP/Gamification | ✅ | ❌ | ❌ | ❌ |
391
- | SEO/Medium/NatureHub native | ✅ | ❌ | ❌ | ❌ |
392
- | Türkçe yerelleştirme | ✅ %100 | ❌ | Kısmi | ❌ |
393
- | MIT lisanslı | ✅ | ✅ | ❌ | ❌ |
394
- | npm paketi | ✅ v5.6 | ❌ | ❌ | ❌ |
395
- | 57 tool | ✅ | ✅ ~30 | ✅ ~25 | ✅ ~40 |
396
- | Cron + Hooks + Webhooks | ✅ | ❌ | ✅ | ❌ |
397
-
398
- ---
399
-
400
- ## 🛠️ Sistem Gereksinimleri
401
-
402
- | Gereksinim | Minimum | Önerilen |
403
- |------------|---------|----------|
404
- | **Node.js** | 18.x | 20.x (LTS) |
405
- | **RAM** | 256 MB | 512 MB |
406
- | **Disk** | 100 MB | 500 MB (cache ile) |
407
- | **OS** | macOS 12, Win 10, Ubuntu 20 | macOS 14+, Win 11, Ubuntu 22 |
408
- | **İnternet** | Gereklidir | - |
409
-
410
- **Bağımlılıklar:** sadece 18 npm paketi. Hafif.
411
-
412
- ---
413
-
414
- ## 🚀 Gerçek Örnekler
415
-
416
- ### 1. Basit Sohbet
417
- ```
418
- $ natureco chat
419
- Provider: api.minimax.io
420
- Model: MiniMax-M2.5
421
- Bot: naruto
422
-
423
- 👋 Merhaba! Ben naruto, patron.
424
-
425
- You > sen kimsin?
426
- AI Ben naruto, NatureCo CLI'nin Türkçe yapay zekâ asistanıyım. 57 tool aktif,
427
- hafıza korunuyor, kanallar hazır.
428
-
429
- You > bana bir fıkra anlat
430
- AI Temel bir bilgisayar fıkrası: ...
431
- ```
432
-
433
- ### 2. Telegram Bot Bağlantısı
434
- ```
435
- $ natureco telegram connect
436
- ? Telegram bot token: *** (BotFather'dan)
437
- ✓ Token zaten kayıtlı: 889****729:AAGJ9PX4j...
438
- Bot ID: telegram_1782204289029
439
-
440
- $ natureco telegram chatid
441
- ⏳ Bot çalıştırılıyor, ilk mesajı bekliyorum...
442
- [Telegram'dan /start yaz]
443
- ✓ Chat ID algılandı: 6139455189
444
-
445
- $ natureco gateway start
446
- [gateway] Gateway running (PID 77765)
447
- [telegram] watching for inbound
448
- [telegram] Inbound from +90****44: "selam"
449
- [telegram] Sending to AI provider...
450
- [telegram] Reply sent (117 chars)
451
- ```
452
-
453
- ### 3. iMessage Slash Komutu
454
- ```
455
- $ natureco imessage connect
456
- ? imsg CLI yolu: /opt/homebrew/bin/imsg
457
- ✓ Bağlantı kuruldu
458
-
459
- $ natureco imessage allow +90****4449
460
- ✓ İzin verildi: +90****4449
461
-
462
- $ natureco gateway start
463
- [imessage] watching for new messages (streaming)
464
-
465
- [Telegram'da /start yaz]
466
- [iMessage'da /sen kimsin yaz]
467
- [imessage] Inbound from +90****4449: "/sen kimsin"
468
- [imessage] Slash command: /sen kimsin
469
- [imessage] Reply sent (178 chars)
470
- ```
471
-
472
- ### 4. Kod Ajanı — Basit Uygulama
473
- ```
474
- $ natureco code
475
- NatureCo Code Agent v5
476
-
477
- You > notes.py olustur, not ekleme/listeleme/silme, JSON dosyasi
478
-
479
- Tool: write_file (2303 bytes)
480
- Tool: bash (python3 notes.py)
481
- ✅ Not eklendi: Alışveriş
482
- ✅ Not eklendi: Toplantı
483
- ✅ Not eklendi: Kitap
484
- ✅ Toplam: 3 not
485
- ✅ Silme başarılı: ID 2
486
-
487
- 📂 /Users/gencay/Downloads/notes.py (2303 bytes)
488
- ```
489
-
490
- ---
491
-
492
- ## 🔌 Entegrasyonlar
493
-
494
- ### Webhook
495
- ```bash
496
- # HTTP callback URL'leri
497
- natureco webhooks add https://example.com/hook
498
-
499
- # incoming webhook (POST)
500
- POST /webhook/<id>
501
- Content-Type: application/json
502
- {"event": "...", "data": {...}}
503
- ```
504
-
505
- ### Cron (Zamanlı Görev)
506
- ```bash
507
- # Her 5 dakikada bir
508
- natureco cron add \
509
- --name "selam-gorevi" \
510
- --schedule "*/5 * * * *" \
511
- --command "echo 'Selam!'"
512
-
513
- # Tek seferlik
514
- natureco cron add --at "2026-12-31T23:59"
515
- ```
516
-
517
- ### MCP (Model Context Protocol)
518
- ```bash
519
- natureco mcp add filesystem npx -y @modelcontextprotocol/server-filesystem
520
- natureco mcp add github npx -y @modelcontextprotocol/server-github
521
- ```
522
-
523
- ---
524
-
525
- ## 📚 Dokümantasyon
526
-
527
- - 🌐 **Ana sayfa:** [natureco.me/cli](https://natureco.me/cli)
528
- - 📖 **Komut referansı:** [natureco.me/cli/commands](https://natureco.me/cli/commands)
529
- - 🎓 **Tutorial:** [natureco.me/cli/getting-started](https://natureco.me/cli/getting-started)
530
- - 🔧 **API:** [natureco.me/cli/api](https://natureco.me/cli/api)
531
- - 💬 **Discord topluluğu:** [discord.gg/natureco](https://discord.gg/natureco)
532
- - 📱 **Telegram grup:** [t.me/natureco](https://t.me/natureco)
533
- - 🐦 **Twitter/X:** [@naturecoofficial](https://twitter.com/naturecoofficial)
534
-
535
- ---
536
-
537
- ## 🤝 Katkıda Bulunma
538
-
539
- PR'ler ve issue'lar kabul edilir!
540
-
541
- ```bash
542
- # Repo'yu klonla
543
- git clone https://github.com/natureco/cli.git
544
- cd cli
545
-
546
- # Kur
547
- npm install
548
-
549
- # Test
550
- npm test
551
-
552
- # Lint
553
- npm run lint
554
-
555
- # Build
556
- npm run build
557
- ```
558
-
559
- **Katkıda bulunanlar:** [CONTRIBUTORS.md](https://github.com/natureco/cli/blob/main/CONTRIBUTORS.md)
560
-
561
- ---
562
-
563
- ## 📄 Lisans
564
-
565
- MIT © [NatureCo](https://github.com/natureco)
566
-
567
- ---
568
-
569
- ## 🙏 Teşekkürler
570
-
571
- - [OpenAI](https://openai.com) — GPT API
572
- - [Anthropic](https://anthropic.com) — Claude API
573
- - [MiniMax](https://api.minimax.io) — AI provider
574
- - [Baileys](https://github.com/WhiskeySockets/Baileys) — WhatsApp Web
575
- - [imsg](https://github.com/steipete/imsg) — iMessage CLI
576
- - [ripgrep](https://github.com/BurntSushi/ripgrep) — fast search
577
-
578
- ---
579
-
580
- <p align="center">
581
- <b>Yapay Zekânın Gücü artık parmaklarının ucunda.</b><br>
582
- <i>Terminalin hızını NatureCo ile keşfet.</i>
583
- </p>
584
-
585
- <p align="center">
586
- Made with 🌿 in Turkey
1
+ # NatureCo CLI
2
+
3
+ [![npm version](https://img.shields.io/npm/v/natureco-cli)](https://www.npmjs.com/package/natureco-cli)
4
+ [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
5
+ [![Platform](https://img.shields.io/badge/platform-macOS%20%7C%20Windows%20%7C%20Linux-blue)]()
6
+ [![Node](https://img.shields.io/badge/node-%3E%3D16.0.0-brightgreen)]()
7
+ [![Downloads](https://img.shields.io/npm/dm/natureco-cli)](https://www.npmjs.com/package/natureco-cli)
8
+ [![Stars](https://img.shields.io/github/stars/natureco-official/natureco-cli)](https://github.com/natureco-official/natureco-cli)
9
+
10
+ > **Yapay Zekânın Gücü artık parmaklarının ucunda.**
11
+ > *Terminalin hızını NatureCo ile keşfet.*
12
+
13
+ Terminal-native AI agent CLI — sohbet et, kod yaz, workflow'ları otomatikleştir, **Telegram / Discord / Slack / WhatsApp / iMessage** bağla.
14
+
15
+ **Claude Code alternatifi** · Multi-agent orkestrasyon · Slash-prefix sistemi · Dangerous Command Approval · 12 provider, 200+ model · 57 tool · 10 mesajlaşma kanalı · 3-dosya kişilik sistemi
16
+
17
+ ```
18
+ ███╗ ██╗ █████╗ ████████╗██╗ ██╗██████╗ ███████╗ ██████╗ ██████╗
19
+ ████╗ ██║██╔══██╗╚══██╔══╝██║ ██║██╔══██╗██╔════╝██╔════╝ ██╔═══██╗
20
+ ██╔██╗ ██║███████║ ██║ ██║ ██║██████╔╝█████╗ ██║ ██║ ██║
21
+ ██║╚██╗██║██╔══██║ ██║ ██║ ██║██╔══██╗██╔══╝ ██║ ██║ ██║
22
+ ██║ ╚████║██║ ██║ ██║ ╚██████╔╝██║ ██║███████╗╚██████╗ ╚██████╔╝
23
+ ╚═╝ ╚═══╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝ ╚═════╝ ╚═════╝
24
+ ```
25
+
26
+ ---
27
+
28
+ ## 🚀 Hızlı Başlangıç
29
+
30
+ ```bash
31
+ # 1. Kur
32
+ npm install -g natureco-cli
33
+
34
+ # 2. İlk kurulum sihirbazı (provider, model, bot adı)
35
+ natureco setup
36
+
37
+ # 3. Sohbet başlat
38
+ natureco chat
39
+
40
+ # 4. Veya kod ajanı
41
+ natureco code
42
+ ```
43
+
44
+ **30 saniyede hazır.** İlk açılışta sihirbaz seni karşılar: provider seç → API key gir → model seç → bot adı belirle. Hepsi bu.
45
+
46
+ ---
47
+
48
+ ## 🆕 v5.6.x Yenilikler
49
+
50
+ ### Slash-Prefix Komut Sistemi
51
+
52
+ **İMessage ve WhatsApp'ta** artık `/` ile başlayan mesajlar komut olarak işlenir:
53
+
54
+ ```
55
+ You > /selam nasılsın
56
+ AI Selam selam! 🙌 Nasıl gidiyor?
57
+
58
+ You > /bana bir fıkra anlat
59
+ AI Tabii! Bilgisayar fıkrası...
60
+ ```
61
+
62
+ Normal mesajlar **skip edilir** (döngü önleme). Bu sayede:
63
+ - ✅ Bot kendi mesajına cevap vermez
64
+ - ✅ Echo loop oluşmaz
65
+ - ✅ Sadece `/` ile başlayanlar AI'a gider
66
+
67
+ ### Dangerous Command Approval
68
+
69
+ Akıllı onay sistemi. **Sadece riskli işlemlerde** onay ister:
70
+
71
+ ```bash
72
+ # Otomatik onay (güvenli)
73
+ natureco memory write "favori renk kırmızı"
74
+ ✓ Memory eklendi
75
+
76
+ # Onay gerekli (riskli)
77
+ natureco rm -rf node_modules
78
+ 🔴 YÜKSEK RISK: Dosya silme komutu
79
+ Devam edilsin mi? (Y/n)
80
+ ```
81
+
82
+ **Risk tespiti:**
83
+ - `rm -rf`, `sudo`, `dd if=` → 🔴 YÜKSEK
84
+ - `chmod 777`, `mv` → 🟡 ORTA
85
+ - `mv .env` → 🔴 (hassas dosya)
86
+
87
+ ### v5.6.0 — v5.6.43 Diğer
88
+
89
+ | Versiyon | Yenilik |
90
+ |----------|---------|
91
+ | **v5.6.0** | Postinstall + API key validation + reset komutu |
92
+ | **v5.6.1** | Groq tool filter (9 temel tool) |
93
+ | **v5.6.3** | Provider tier wizard |
94
+ | **v5.6.4** | Tam model kataloğu (12 provider, 200+ model) |
95
+ | **v5.6.5** | Token limit fix + SOUL injection optimizasyonu |
96
+ | **v5.6.6** | Inline tool filter (BLOCKED_TOOL_NAMES) |
97
+ | **v5.6.7** | Memory auto-create in setup |
98
+ | **v5.6.8** | Hard-coded prefix dinamik (botName) |
99
+ | **v5.6.21** | Akıllı onay sistemi + tool result yol gizleme |
100
+ | **v5.6.22** | 8 bug fix (read_file priority, ~expansion, memory search, grep fix, git auto-find, vb.) |
101
+ | **v5.6.27** | imsg send `--to` flag fix |
102
+ | **v5.6.31** | `imsg watch --json` streaming |
103
+ | **v5.6.39** | iMessage is_from_me filtresi |
104
+ | **v5.6.40** | Echo loop prevention (30sn) |
105
+ | **v5.6.41-42** | Slash-prefix sistemi (iMessage/WhatsApp) |
106
+ | **v5.6.43** | WhatsApp slash + cron endpoint fix |
107
+
108
+ ---
109
+
110
+ ## ✨ Özellikler
111
+
112
+ ### 🤖 AI & Sohbet
113
+ - **57 Tool** — file ops, web search, image generation, code execution, memory
114
+ - **İnteraktif REPL** — read_file, edit_file, bash, multi-turn
115
+ - **Slash Komutlar** — `/memory`, `/help`, `/skills`, `/clear`
116
+ - **Agentic Mod** (`--agent`) — autonomous task completion
117
+ - **Persistent Memory** — fact-based, cross-session
118
+
119
+ ### 💻 Kod Ajanı (Claude Code Alternatifi)
120
+ - **Read/Write/Edit** multi-file operations
121
+ - **Bash execution** — sandboxed shell
122
+ - **Streaming syntax highlighting** — gerçek zamanlı
123
+ - **Slash komutlar** — `/summary`, `/done`
124
+ - **Approval prompt** — yazma/silme onayı
125
+
126
+ ### 📡 10 Mesajlaşma Kanalı
127
+
128
+ | Platform | Bağlantı | Test |
129
+ |----------|----------|------|
130
+ | **Telegram** | `natureco telegram connect` | ✅ |
131
+ | **WhatsApp** | `natureco whatsapp connect` | ✅ (Baileys) |
132
+ | **iMessage** | `natureco imessage connect` | ✅ (imsg CLI) |
133
+ | **Discord** | `natureco discord connect` | Token |
134
+ | **Slack** | `natureco slack connect` | Token |
135
+ | **Mattermost** | `natureco mattermost connect` | URL |
136
+ | **IRC** | `natureco irc connect` | Server |
137
+ | **Signal** | `natureco signal connect` | signal-cli |
138
+ | **SMS** | `natureco sms connect` | Twilio |
139
+ | **Webhooks** | `natureco webhooks list` | ✅ |
140
+
141
+ **Gateway:** `natureco gateway start` — tüm kanalları tek process'te yönet.
142
+
143
+ ### 🌿 NatureCo Native
144
+ - **NatureHub** paylaşımı (sosyal akış)
145
+ - **Medium** makale taslağı/yayını
146
+ - **SEO** analizi (skor 0-100)
147
+ - **XP & Seviye** sistemi (gamification)
148
+
149
+ ### 🛡️ Güvenlik & Gözlem
150
+ - **Dangerous Command Approval** — risk tespiti
151
+ - **Audit logs** — tüm işlemler kayıt
152
+ - **Cost tracking** — AI maliyet takibi (today/week/month/budget)
153
+ - **Security audit** — hassas dosya taraması
154
+ - **Path anonymization** — tool output'ta `~/` ile gizleme
155
+
156
+ ### ⚙️ Otomasyon & Zamanlama
157
+ - **Cron jobs** — `natureco cron add`
158
+ - **Hooks** — event-driven automation
159
+ - **Webhooks** — HTTP callback
160
+ - **Tasks (Kanban)** — `natureco tasks`
161
+
162
+ ---
163
+
164
+ ## 📋 Komutlar (A'dan Z'ye, 120+ Komut)
165
+
166
+ ### 🤖 AI & Sohbet
167
+
168
+ | Komut | Açıklama |
169
+ |-------|----------|
170
+ | `natureco chat` | İnteraktif REPL sohbet (57 tool aktif) |
171
+ | `natureco chat --resume` | Önceki oturumu devam ettir |
172
+ | `natureco code` | Kod ajanı (uygulama/script yazma) |
173
+ | `natureco code <file>` | Belirli dosyada kod ajanı |
174
+ | `natureco run <script>` | Markdown script çalıştır |
175
+ | `natureco ask "<soru>"` | Tek soru AI'a sor |
176
+ | `natureco bots` | Mevcut botları listele |
177
+ | `natureco models` | Provider modellerini yönet |
178
+ | `natureco ultrareview <file>` | Derin kod incelemesi |
179
+
180
+ **REPL içi slash komutları:**
181
+ ```
182
+ /clear Ekranı temizle
183
+ /bot Bot değiştir
184
+ /skills Aktif skill'leri göster
185
+ /memory Memory durumu
186
+ /memory clear Memory temizle
187
+ /commands Tüm komutlar
188
+ /help Yardım
189
+ exit / quit Çıkış
190
+ ```
191
+
192
+ ### ⚙️ Setup & Konfig
193
+
194
+ ```bash
195
+ natureco setup # İlk kurulum sihirbazı
196
+ natureco login # API key girişi
197
+ natureco logout # Çıkış
198
+ natureco init # Proje başlat (SOUL.md oluştur)
199
+ natureco doctor # Sistem sağlık kontrolü
200
+ natureco doctor --fix # Otomatik düzeltme
201
+ natureco config list # Konfigürasyonu göster
202
+ natureco config set <key> <value>
203
+ natureco configure # İnteraktif konfig
204
+ natureco update # CLI güncelle
205
+ natureco completion bash|powershell
206
+ ```
207
+
208
+ ### 📡 Kanallar (10 Mesajlaşma Platformu)
209
+
210
+ ```bash
211
+ # Tüm kanallar
212
+ natureco channels # Bağlı kanallar listele
213
+ natureco channels add <type> # Yeni kanal
214
+ natureco channels remove <type>
215
+
216
+ # Telegram
217
+ natureco telegram connect # Token kaydet
218
+ natureco telegram chatid # Chat ID otomatik bul
219
+ natureco telegram allow <id> # Chat'e izin ver
220
+ natureco telegram status
221
+
222
+ # WhatsApp (Baileys)
223
+ natureco whatsapp connect
224
+ natureco whatsapp status
225
+
226
+ # iMessage (imsg CLI)
227
+ natureco imessage connect
228
+ natureco imessage status
229
+ natureco imessage allow <numara>
230
+ natureco imessage send <numara> <mesaj>
231
+
232
+ # Discord, Slack, Mattermost, IRC, Signal, SMS, Webhooks
233
+ natureco discord connect
234
+ natureco slack connect
235
+ natureco mattermost connect
236
+ natureco irc connect
237
+ natureco signal connect
238
+ natureco sms connect
239
+ natureco webhooks list
240
+
241
+ # Gateway — tüm kanalları başlat
242
+ natureco gateway start
243
+ natureco gateway stop
244
+ natureco gateway status
245
+ ```
246
+
247
+ ### 🧠 Memory & Sessions
248
+
249
+ ```bash
250
+ natureco memory write "favori renk kırmızı"
251
+ natureco memory write "user_name=patron"
252
+ natureco memory search "renk"
253
+ natureco memory status
254
+ natureco memory list
255
+ natureco memory clear
256
+ natureco memory export
257
+ natureco memory import <dosya>
258
+
259
+ natureco sessions list # Tüm oturumlar
260
+ natureco sessions show <id> # Oturum detayı
261
+ ```
262
+
263
+ ### 🔌 Skill, MCP, Plugin
264
+
265
+ ```bash
266
+ natureco skills list # Aktif skill'ler
267
+ natureco skills install <name>
268
+ natureco skills remove <name>
269
+
270
+ natureco mcp list # MCP server'ları
271
+ natureco mcp add <name> <url>
272
+
273
+ natureco plugins list
274
+ natureco plugins install <name>
275
+ ```
276
+
277
+ ### ⏰ Otomasyon
278
+
279
+ ```bash
280
+ natureco cron add # Zamanlı görev
281
+ natureco cron list
282
+ natureco cron remove <id>
283
+
284
+ natureco hooks list # Event hook'ları
285
+ natureco hooks create
286
+
287
+ natureco tasks list # Kanban (Todo)
288
+ natureco tasks add
289
+ natureco tasks done <id>
290
+
291
+ natureco webhooks list # Webhook URL'leri
292
+ natureco webhooks add <url>
293
+
294
+ natureco dashboard # Web dashboard (port 7421)
295
+ ```
296
+
297
+ ### 🔍 Geliştirici Araçları
298
+
299
+ ```bash
300
+ natureco git status # Git durumu
301
+ natureco git diff # Diff
302
+ natureco git log # Commit log
303
+ natureco git branches # Branch listesi
304
+
305
+ natureco audit today # Bugünkü işlemler
306
+ natureco audit stats # İstatistikler
307
+ natureco audit files # Dosya değişiklikleri
308
+
309
+ natureco cost today # Bugünkü AI maliyeti
310
+ natureco cost week
311
+ natureco cost month
312
+ natureco cost budget 50 # $50 limit
313
+
314
+ natureco security audit # Hassas dosya taraması
315
+
316
+ natureco logs # Log dosyaları
317
+ ```
318
+
319
+ ### 🌿 NatureCo Native
320
+
321
+ ```bash
322
+ natureco naturehub post <text> # NatureHub paylaşımı
323
+ natureco naturehub feed # Akışı gör
324
+
325
+ natureco seo audit natureco.me # SEO analizi (skor)
326
+
327
+ natureco medium draft # Medium makale taslağı
328
+ natureco medium publish <file> # Yayınla
329
+
330
+ natureco xp rewards # XP & seviye
331
+ natureco xp leaderboard
332
+ ```
333
+
334
+ ### 🛡️ Yönetim
335
+
336
+ ```bash
337
+ natureco reset --scope config # Sıfırla
338
+ natureco reset --scope memory
339
+ natureco reset --scope sessions
340
+ natureco reset --scope all --yes
341
+
342
+ natureco uninstall
343
+
344
+ natureco approvals # Onay yönetimi
345
+ natureco approvals allow <cmd>
346
+ ```
347
+
348
+ ---
349
+
350
+ ## 🌐 Provider Desteği (12 Provider, 200+ Model)
351
+
352
+ | Provider | Modeller | API Key |
353
+ |----------|----------|---------|
354
+ | **OpenAI** | GPT-5, GPT-4.1, o3, GPT-4o | OpenAI |
355
+ | **Anthropic** | Claude Opus 4, Sonnet 4, Haiku | Anthropic |
356
+ | **Gemini** | 2.5 Pro, 2.0 Flash, Gemma | Google |
357
+ | **Groq** | Llama 3.3, Mixtral | Groq |
358
+ | **DeepSeek** | R1, Chat V3 | DeepSeek |
359
+ | **Ollama** | Llama, Qwen (local) | - |
360
+ | **MiniMax** | M2.5, M2 | MiniMax |
361
+ | **OpenRouter** | 15+ model (multi-provider) | OpenRouter |
362
+ | **Mistral** | Large, Small, Codestral | Mistral |
363
+ | **Cohere** | Command R+, Embed | Cohere |
364
+ | **xAI** | Grok 2, Grok Beta | xAI |
365
+ | **Together** | Llama, Mixtral, Qwen | Together |
366
+
367
+ ```bash
368
+ # Provider seçimi sihirbazda
369
+ natureco setup
370
+ # Sihirbaz: Provider → API Key → Model → Bot adı
371
+
372
+ # Model listesi
373
+ natureco models list --provider openai
374
+ natureco models list --provider anthropic
375
+ ```
376
+
377
+ ---
378
+
379
+ ## 🔄 vs Diğer CLI'lar
380
+
381
+ | Özellik | NatureCo | Claude Code | Hermes | OpenClaw |
382
+ |---------|----------|-------------|--------|----------|
383
+ | Multi-provider | ✅ 12 | ❌ Anthropic | ✅ 8 | ❌ |
384
+ | 200+ model | ✅ | ❌ | ✅ | ❌ |
385
+ | Slash-prefix | ✅ v5.6 | ❌ | ❌ | ❌ |
386
+ | Dangerous Command Approval | ✅ v5.6 | ❌ | ✅ | ❌ |
387
+ | Multi-channel (10 platform) | ✅ | ❌ | ✅ (Python) | ❌ |
388
+ | Persistent memory | ✅ | ✅ | ✅ | ❌ |
389
+ | Tool result anonimleştirme | ✅ v5.6 | ❌ | ❌ | ❌ |
390
+ | XP/Gamification | ✅ | ❌ | ❌ | ❌ |
391
+ | SEO/Medium/NatureHub native | ✅ | ❌ | ❌ | ❌ |
392
+ | Türkçe yerelleştirme | ✅ %100 | ❌ | Kısmi | ❌ |
393
+ | MIT lisanslı | ✅ | ✅ | ❌ | ❌ |
394
+ | npm paketi | ✅ v5.6 | ❌ | ❌ | ❌ |
395
+ | 57 tool | ✅ | ✅ ~30 | ✅ ~25 | ✅ ~40 |
396
+ | Cron + Hooks + Webhooks | ✅ | ❌ | ✅ | ❌ |
397
+
398
+ ---
399
+
400
+ ## 🛠️ Sistem Gereksinimleri
401
+
402
+ | Gereksinim | Minimum | Önerilen |
403
+ |------------|---------|----------|
404
+ | **Node.js** | 18.x | 20.x (LTS) |
405
+ | **RAM** | 256 MB | 512 MB |
406
+ | **Disk** | 100 MB | 500 MB (cache ile) |
407
+ | **OS** | macOS 12, Win 10, Ubuntu 20 | macOS 14+, Win 11, Ubuntu 22 |
408
+ | **İnternet** | Gereklidir | - |
409
+
410
+ **Bağımlılıklar:** sadece 18 npm paketi. Hafif.
411
+
412
+ ---
413
+
414
+ ## 🚀 Gerçek Örnekler
415
+
416
+ ### 1. Basit Sohbet
417
+ ```
418
+ $ natureco chat
419
+ Provider: api.minimax.io
420
+ Model: MiniMax-M2.5
421
+ Bot: naruto
422
+
423
+ 👋 Merhaba! Ben naruto, patron.
424
+
425
+ You > sen kimsin?
426
+ AI Ben naruto, NatureCo CLI'nin Türkçe yapay zekâ asistanıyım. 57 tool aktif,
427
+ hafıza korunuyor, kanallar hazır.
428
+
429
+ You > bana bir fıkra anlat
430
+ AI Temel bir bilgisayar fıkrası: ...
431
+ ```
432
+
433
+ ### 2. Telegram Bot Bağlantısı
434
+ ```
435
+ $ natureco telegram connect
436
+ ? Telegram bot token: *** (BotFather'dan)
437
+ ✓ Token zaten kayıtlı: 889****729:AAGJ9PX4j...
438
+ Bot ID: telegram_1782204289029
439
+
440
+ $ natureco telegram chatid
441
+ ⏳ Bot çalıştırılıyor, ilk mesajı bekliyorum...
442
+ [Telegram'dan /start yaz]
443
+ ✓ Chat ID algılandı: 6139455189
444
+
445
+ $ natureco gateway start
446
+ [gateway] Gateway running (PID 77765)
447
+ [telegram] watching for inbound
448
+ [telegram] Inbound from +90****44: "selam"
449
+ [telegram] Sending to AI provider...
450
+ [telegram] Reply sent (117 chars)
451
+ ```
452
+
453
+ ### 3. iMessage Slash Komutu
454
+ ```
455
+ $ natureco imessage connect
456
+ ? imsg CLI yolu: /opt/homebrew/bin/imsg
457
+ ✓ Bağlantı kuruldu
458
+
459
+ $ natureco imessage allow +90****4449
460
+ ✓ İzin verildi: +90****4449
461
+
462
+ $ natureco gateway start
463
+ [imessage] watching for new messages (streaming)
464
+
465
+ [Telegram'da /start yaz]
466
+ [iMessage'da /sen kimsin yaz]
467
+ [imessage] Inbound from +90****4449: "/sen kimsin"
468
+ [imessage] Slash command: /sen kimsin
469
+ [imessage] Reply sent (178 chars)
470
+ ```
471
+
472
+ ### 4. Kod Ajanı — Basit Uygulama
473
+ ```
474
+ $ natureco code
475
+ NatureCo Code Agent v5
476
+
477
+ You > notes.py olustur, not ekleme/listeleme/silme, JSON dosyasi
478
+
479
+ Tool: write_file (2303 bytes)
480
+ Tool: bash (python3 notes.py)
481
+ ✅ Not eklendi: Alışveriş
482
+ ✅ Not eklendi: Toplantı
483
+ ✅ Not eklendi: Kitap
484
+ ✅ Toplam: 3 not
485
+ ✅ Silme başarılı: ID 2
486
+
487
+ 📂 /Users/gencay/Downloads/notes.py (2303 bytes)
488
+ ```
489
+
490
+ ---
491
+
492
+ ## 🔌 Entegrasyonlar
493
+
494
+ ### Webhook
495
+ ```bash
496
+ # HTTP callback URL'leri
497
+ natureco webhooks add https://example.com/hook
498
+
499
+ # incoming webhook (POST)
500
+ POST /webhook/<id>
501
+ Content-Type: application/json
502
+ {"event": "...", "data": {...}}
503
+ ```
504
+
505
+ ### Cron (Zamanlı Görev)
506
+ ```bash
507
+ # Her 5 dakikada bir
508
+ natureco cron add \
509
+ --name "selam-gorevi" \
510
+ --schedule "*/5 * * * *" \
511
+ --command "echo 'Selam!'"
512
+
513
+ # Tek seferlik
514
+ natureco cron add --at "2026-12-31T23:59"
515
+ ```
516
+
517
+ ### MCP (Model Context Protocol)
518
+ ```bash
519
+ natureco mcp add filesystem npx -y @modelcontextprotocol/server-filesystem
520
+ natureco mcp add github npx -y @modelcontextprotocol/server-github
521
+ ```
522
+
523
+ ---
524
+
525
+ ## 📚 Dokümantasyon
526
+
527
+ - 🌐 **Ana sayfa:** [natureco.me/cli](https://natureco.me/cli)
528
+ - 📖 **Komut referansı:** [natureco.me/cli/commands](https://natureco.me/cli/commands)
529
+ - 🎓 **Tutorial:** [natureco.me/cli/getting-started](https://natureco.me/cli/getting-started)
530
+ - 🔧 **API:** [natureco.me/cli/api](https://natureco.me/cli/api)
531
+ - 💬 **Discord topluluğu:** [discord.gg/4FwumbWph](https://discord.gg/4FwumbWph)
532
+ - 🐦 **Twitter/X:** [@naturecoofficial](https://twitter.com/naturecoofficial)
533
+
534
+ ---
535
+
536
+ ## 🤝 Katkıda Bulunma
537
+
538
+ PR'ler ve issue'lar kabul edilir!
539
+
540
+ ```bash
541
+ # Repo'yu klonla
542
+ git clone https://github.com/natureco-official/natureco-cli.git
543
+ cd cli
544
+
545
+ # Kur
546
+ npm install
547
+
548
+ # Test
549
+ npm test
550
+
551
+ # Lint
552
+ npm run lint
553
+
554
+ # Build
555
+ npm run build
556
+ ```
557
+
558
+ **Katkıda bulunanlar:** [CONTRIBUTORS.md](https://github.com/natureco-official/natureco-cli/blob/main/CONTRIBUTORS.md)
559
+
560
+ ---
561
+
562
+ ## 📄 Lisans
563
+
564
+ MIT © [NatureCo](https://github.com/natureco)
565
+
566
+ ---
567
+
568
+ ## 🙏 Teşekkürler
569
+
570
+ - [OpenAI](https://openai.com) — GPT API
571
+ - [Anthropic](https://anthropic.com) — Claude API
572
+ - [MiniMax](https://api.minimax.io) — AI provider
573
+ - [Baileys](https://github.com/WhiskeySockets/Baileys) — WhatsApp Web
574
+ - [imsg](https://github.com/steipete/imsg) — iMessage CLI
575
+ - [ripgrep](https://github.com/BurntSushi/ripgrep) — fast search
576
+
577
+ ---
578
+
579
+ <p align="center">
580
+ <b>Yapay Zekânın Gücü artık parmaklarının ucunda.</b><br>
581
+ <i>Terminalin hızını NatureCo ile keşfet.</i>
582
+ </p>
583
+
584
+ <p align="center">
585
+ Made with 🌿 in Turkey
587
586
  </p>