natureco-cli 5.6.47 → 5.7.0
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/CHANGELOG.md +21 -0
- package/DEPLOY_v2.0.0.md +0 -0
- package/LICENSE +21 -0
- package/README.md +24 -1
- package/README.md.bak +0 -0
- package/bin/natureco.js +0 -0
- package/package.json +1 -1
- package/skills/code-review/SKILL.md +0 -0
- package/skills/summarize/SKILL.md +0 -0
- package/skills/translate/SKILL.md +0 -0
- package/src/commands/acp.js +0 -0
- package/src/commands/admin-rpc.js +0 -0
- package/src/commands/agent.js +0 -0
- package/src/commands/agents.js +0 -0
- package/src/commands/approvals.js +0 -0
- package/src/commands/ask.js +0 -0
- package/src/commands/backup.js +0 -0
- package/src/commands/bonjour.js +0 -0
- package/src/commands/bots.js +0 -0
- package/src/commands/browser.js +0 -0
- package/src/commands/capability.js +0 -0
- package/src/commands/channels.js +0 -0
- package/src/commands/chat.js +0 -0
- package/src/commands/clawbot.js +0 -0
- package/src/commands/clickclack.js +0 -0
- package/src/commands/code.js +0 -0
- package/src/commands/commands.js +0 -0
- package/src/commands/commitments.js +0 -0
- package/src/commands/completion.js +0 -0
- package/src/commands/config.js +0 -0
- package/src/commands/configure.js +0 -0
- package/src/commands/crestodian.js +0 -0
- package/src/commands/cron.js +0 -0
- package/src/commands/daemon.js +0 -0
- package/src/commands/dashboard.js +0 -0
- package/src/commands/device-pair.js +0 -0
- package/src/commands/devices.js +0 -0
- package/src/commands/directory.js +0 -0
- package/src/commands/discord.js +0 -0
- package/src/commands/dns.js +0 -0
- package/src/commands/docs.js +0 -0
- package/src/commands/doctor.js +0 -0
- package/src/commands/exec-policy.js +0 -0
- package/src/commands/gateway-server.js +0 -0
- package/src/commands/gateway.js +0 -0
- package/src/commands/git.js +0 -0
- package/src/commands/health.js +0 -0
- package/src/commands/help.js +0 -0
- package/src/commands/hooks.js +0 -0
- package/src/commands/imessage.js +0 -0
- package/src/commands/infer.js +0 -0
- package/src/commands/init.js +0 -0
- package/src/commands/irc.js +0 -0
- package/src/commands/login.js +0 -0
- package/src/commands/logout.js +0 -0
- package/src/commands/logs.js +0 -0
- package/src/commands/mattermost.js +0 -0
- package/src/commands/mcp.js +0 -0
- package/src/commands/memory-cmd.js +0 -0
- package/src/commands/memory.js +0 -0
- package/src/commands/message.js +0 -0
- package/src/commands/migrate.js +0 -0
- package/src/commands/models.js +0 -0
- package/src/commands/node.js +0 -0
- package/src/commands/nodes.js +0 -0
- package/src/commands/oc-path.js +0 -0
- package/src/commands/onboard.js +0 -0
- package/src/commands/open-prose.js +0 -0
- package/src/commands/pairing.js +0 -0
- package/src/commands/path.js +0 -0
- package/src/commands/plugins.js +0 -0
- package/src/commands/policy.js +0 -0
- package/src/commands/proxy.js +0 -0
- package/src/commands/qr.js +0 -0
- package/src/commands/reset.js +0 -0
- package/src/commands/run.js +0 -0
- package/src/commands/sandbox.js +0 -0
- package/src/commands/secrets.js +0 -0
- package/src/commands/security.js +0 -0
- package/src/commands/sessions.js +0 -0
- package/src/commands/setup.js +0 -0
- package/src/commands/signal.js +0 -0
- package/src/commands/skills.js +0 -0
- package/src/commands/slack.js +0 -0
- package/src/commands/sms.js +0 -0
- package/src/commands/status.js +0 -0
- package/src/commands/system.js +0 -0
- package/src/commands/tasks.js +0 -0
- package/src/commands/telegram.js +0 -0
- package/src/commands/terminal.js +0 -0
- package/src/commands/thread-ownership.js +0 -0
- package/src/commands/transcripts.js +0 -0
- package/src/commands/tui.js +0 -0
- package/src/commands/ultrareview.js +0 -0
- package/src/commands/uninstall.js +0 -0
- package/src/commands/update.js +0 -0
- package/src/commands/voice.js +0 -0
- package/src/commands/vydra.js +0 -0
- package/src/commands/web-fetch.js +0 -0
- package/src/commands/webhooks.js +0 -0
- package/src/commands/whatsapp.js +0 -0
- package/src/commands/wiki.js +0 -0
- package/src/commands/workboard.js +0 -0
- package/src/tools/audio_understanding.js +0 -0
- package/src/tools/bash.js +0 -0
- package/src/tools/browser.js +0 -0
- package/src/tools/canvas.js +0 -0
- package/src/tools/document_extract.js +0 -0
- package/src/tools/duckduckgo.js +0 -0
- package/src/tools/exa_search.js +0 -0
- package/src/tools/filesystem.js +0 -0
- package/src/tools/firecrawl.js +0 -0
- package/src/tools/git.js +0 -0
- package/src/tools/http.js +0 -0
- package/src/tools/image_generation.js +0 -0
- package/src/tools/list_dir.js +0 -0
- package/src/tools/llm_task.js +0 -0
- package/src/tools/media_understanding.js +0 -0
- package/src/tools/music_generation.js +0 -0
- package/src/tools/parallel_search.js +0 -0
- package/src/tools/phone_control.js +0 -0
- package/src/tools/phone_control_enhanced.js +0 -0
- package/src/tools/read_file.js +0 -0
- package/src/tools/searxng.js +0 -0
- package/src/tools/speech_to_text.js +0 -0
- package/src/tools/text_to_speech.js +0 -0
- package/src/tools/thread_ownership.js +0 -0
- package/src/tools/video_generation.js +0 -0
- package/src/tools/web_readability.js +0 -0
- package/src/tools/web_search.js +0 -0
- package/src/tools/write_file.js +0 -0
- package/src/utils/agents-md.js +0 -0
- package/src/utils/agents.js +0 -0
- package/src/utils/api.js +0 -0
- package/src/utils/approvals.js +0 -0
- package/src/utils/background.js +0 -0
- package/src/utils/baileys.js +0 -0
- package/src/utils/commands.js +0 -0
- package/src/utils/config.js +0 -0
- package/src/utils/cron.js +0 -0
- package/src/utils/errors.js +0 -0
- package/src/utils/format.js +0 -0
- package/src/utils/gateway-ws.js +0 -0
- package/src/utils/headless.js +0 -0
- package/src/utils/history.js +0 -0
- package/src/utils/hooks.js +0 -0
- package/src/utils/inquirer-wrapper.js +0 -0
- package/src/utils/mcp-client.js +0 -0
- package/src/utils/mcp.js +0 -0
- package/src/utils/memory.js +0 -0
- package/src/utils/parallel-tools.js +0 -0
- package/src/utils/path-utils.js +0 -0
- package/src/utils/plugin-registry.js +0 -0
- package/src/utils/secrets.js +0 -0
- package/src/utils/sessions.js +0 -0
- package/src/utils/skills.js +0 -0
- package/src/utils/sub-agent.js +0 -0
- package/src/utils/token-budget.js +0 -0
- package/src/utils/tool-adapter.js +0 -0
- package/src/utils/tool-runner.js +0 -0
- package/src/utils/web-fetch.js +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to NatureCo CLI will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [5.7.0] - 2026-06-24 - SOUL SCRUBBED (MINOR)
|
|
6
|
+
|
|
7
|
+
### Security
|
|
8
|
+
- Personal paths removed from README (Users/gencay/.hermes/sasuke-notes*.md and Downloads/notes.py)
|
|
9
|
+
- soul/ directory removed from repo (7 files: AGENTS, IDENTITY, SOUL, notes/{INDEX,note1-5}.md)
|
|
10
|
+
- Note: files remain in git history; use git filter-repo for full purge
|
|
11
|
+
- Internal docs ignored via .gitignore (DEPLOY_*, LAUNCH, AUDIT, TEST_PLAYBOOK, etc.)
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
- Minor version bump 5.6.48 -> 5.7.0 (patch cascade rule: 5+ consecutive patches)
|
|
15
|
+
|
|
16
|
+
## [5.6.48] - 2026-06-24 — "README SHARDED"
|
|
17
|
+
|
|
18
|
+
### 📚 Documentation
|
|
19
|
+
- **README.md + README_EN.md updated** for v5.6.47
|
|
20
|
+
- v5.6.47 + v5.6.46 added to "Recent Releases" table
|
|
21
|
+
- New "v5.6.47 — Sharded Memory System" hero section in "What's New"
|
|
22
|
+
- Folder structure diagram (`soul/notes/{INDEX,note1-5}.md`)
|
|
23
|
+
- Cross-project reference to `sasuke-notes*.md`
|
|
24
|
+
- npm registry will reflect updated README on next publish
|
|
25
|
+
|
|
5
26
|
## [5.6.47] - 2026-06-24 — "SOUL SHARDED"
|
|
6
27
|
|
|
7
28
|
### ✨ Added
|
package/DEPLOY_v2.0.0.md
CHANGED
|
File without changes
|
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 NatureCo
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -47,6 +47,27 @@ natureco code
|
|
|
47
47
|
|
|
48
48
|
## 🆕 v5.6.x Yenilikler
|
|
49
49
|
|
|
50
|
+
### v5.6.47 — Sharded Memory Sistemi
|
|
51
|
+
|
|
52
|
+
Ajanın kişiliği & çalışma notları artık **6 dosyaya sharded** — sonsuz ölçeklenebilir:
|
|
53
|
+
|
|
54
|
+
```
|
|
55
|
+
soul/
|
|
56
|
+
├── SOUL.md ← index + kritik referanslar
|
|
57
|
+
└── notes/
|
|
58
|
+
├── INDEX.md ← dosya haritası, navigasyon
|
|
59
|
+
├── note1.md ← Patron & persona
|
|
60
|
+
├── note2.md ← proje yapısı, 120+ komut
|
|
61
|
+
├── note3.md ← tokens, kırmızı çizgiler, masking çözümleri
|
|
62
|
+
├── note4.md ← 7-adım release workflow
|
|
63
|
+
└── note5.md ← skills, tools, channels, MCP
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
- **Sonsuz ölçeklenebilir** — `note6.md`, `note7.md`... ihtiyaç oldukça
|
|
67
|
+
- **Cross-project pattern** — mirrors a global sharded memory system (e.g. `~/.notes/{1-5}.md`)
|
|
68
|
+
- **Hafıza kaybı yok** — detay 6 sharded dosyada, SOUL.md'de sadece referanslar
|
|
69
|
+
- **Patch-cascade safe** — release workflow `note4.md`'de belgelenmiş, gelecekte tutarlı
|
|
70
|
+
|
|
50
71
|
### Slash-Prefix Komut Sistemi
|
|
51
72
|
|
|
52
73
|
**İMessage ve WhatsApp'ta** artık `/` ile başlayan mesajlar komut olarak işlenir:
|
|
@@ -104,6 +125,8 @@ Devam edilsin mi? (Y/n)
|
|
|
104
125
|
| **v5.6.40** | Echo loop prevention (30sn) |
|
|
105
126
|
| **v5.6.41-42** | Slash-prefix sistemi (iMessage/WhatsApp) |
|
|
106
127
|
| **v5.6.43** | WhatsApp slash + cron endpoint fix |
|
|
128
|
+
| **v5.6.46** | README overhaul (hero slogan, ASCII banner, badges) |
|
|
129
|
+
| **v5.6.47** | **SOUL SHARDED** — Sharded memory sistemi (`soul/notes/{INDEX,note1-5}.md`) |
|
|
107
130
|
|
|
108
131
|
---
|
|
109
132
|
|
|
@@ -484,7 +507,7 @@ Tool: bash (python3 notes.py)
|
|
|
484
507
|
✅ Toplam: 3 not
|
|
485
508
|
✅ Silme başarılı: ID 2
|
|
486
509
|
|
|
487
|
-
📂
|
|
510
|
+
📂 `notes.py` (2303 bytes)
|
|
488
511
|
```
|
|
489
512
|
|
|
490
513
|
---
|
package/README.md.bak
CHANGED
|
File without changes
|
package/bin/natureco.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "natureco-cli",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.7.0",
|
|
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"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/commands/acp.js
CHANGED
|
File without changes
|
|
File without changes
|
package/src/commands/agent.js
CHANGED
|
File without changes
|
package/src/commands/agents.js
CHANGED
|
File without changes
|
|
File without changes
|
package/src/commands/ask.js
CHANGED
|
File without changes
|
package/src/commands/backup.js
CHANGED
|
File without changes
|
package/src/commands/bonjour.js
CHANGED
|
File without changes
|
package/src/commands/bots.js
CHANGED
|
File without changes
|
package/src/commands/browser.js
CHANGED
|
File without changes
|
|
File without changes
|
package/src/commands/channels.js
CHANGED
|
File without changes
|
package/src/commands/chat.js
CHANGED
|
File without changes
|
package/src/commands/clawbot.js
CHANGED
|
File without changes
|
|
File without changes
|
package/src/commands/code.js
CHANGED
|
File without changes
|
package/src/commands/commands.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/commands/config.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/commands/cron.js
CHANGED
|
File without changes
|
package/src/commands/daemon.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/commands/devices.js
CHANGED
|
File without changes
|
|
File without changes
|
package/src/commands/discord.js
CHANGED
|
File without changes
|
package/src/commands/dns.js
CHANGED
|
File without changes
|
package/src/commands/docs.js
CHANGED
|
File without changes
|
package/src/commands/doctor.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/commands/gateway.js
CHANGED
|
File without changes
|
package/src/commands/git.js
CHANGED
|
File without changes
|
package/src/commands/health.js
CHANGED
|
File without changes
|
package/src/commands/help.js
CHANGED
|
File without changes
|
package/src/commands/hooks.js
CHANGED
|
File without changes
|
package/src/commands/imessage.js
CHANGED
|
File without changes
|
package/src/commands/infer.js
CHANGED
|
File without changes
|
package/src/commands/init.js
CHANGED
|
File without changes
|
package/src/commands/irc.js
CHANGED
|
File without changes
|
package/src/commands/login.js
CHANGED
|
File without changes
|
package/src/commands/logout.js
CHANGED
|
File without changes
|
package/src/commands/logs.js
CHANGED
|
File without changes
|
|
File without changes
|
package/src/commands/mcp.js
CHANGED
|
File without changes
|
|
File without changes
|
package/src/commands/memory.js
CHANGED
|
File without changes
|
package/src/commands/message.js
CHANGED
|
File without changes
|
package/src/commands/migrate.js
CHANGED
|
File without changes
|
package/src/commands/models.js
CHANGED
|
File without changes
|
package/src/commands/node.js
CHANGED
|
File without changes
|
package/src/commands/nodes.js
CHANGED
|
File without changes
|
package/src/commands/oc-path.js
CHANGED
|
File without changes
|
package/src/commands/onboard.js
CHANGED
|
File without changes
|
|
File without changes
|
package/src/commands/pairing.js
CHANGED
|
File without changes
|
package/src/commands/path.js
CHANGED
|
File without changes
|
package/src/commands/plugins.js
CHANGED
|
File without changes
|
package/src/commands/policy.js
CHANGED
|
File without changes
|
package/src/commands/proxy.js
CHANGED
|
File without changes
|
package/src/commands/qr.js
CHANGED
|
File without changes
|
package/src/commands/reset.js
CHANGED
|
File without changes
|
package/src/commands/run.js
CHANGED
|
File without changes
|
package/src/commands/sandbox.js
CHANGED
|
File without changes
|
package/src/commands/secrets.js
CHANGED
|
File without changes
|
package/src/commands/security.js
CHANGED
|
File without changes
|
package/src/commands/sessions.js
CHANGED
|
File without changes
|
package/src/commands/setup.js
CHANGED
|
File without changes
|
package/src/commands/signal.js
CHANGED
|
File without changes
|
package/src/commands/skills.js
CHANGED
|
File without changes
|
package/src/commands/slack.js
CHANGED
|
File without changes
|
package/src/commands/sms.js
CHANGED
|
File without changes
|
package/src/commands/status.js
CHANGED
|
File without changes
|
package/src/commands/system.js
CHANGED
|
File without changes
|
package/src/commands/tasks.js
CHANGED
|
File without changes
|
package/src/commands/telegram.js
CHANGED
|
File without changes
|
package/src/commands/terminal.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/commands/tui.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/commands/update.js
CHANGED
|
File without changes
|
package/src/commands/voice.js
CHANGED
|
File without changes
|
package/src/commands/vydra.js
CHANGED
|
File without changes
|
|
File without changes
|
package/src/commands/webhooks.js
CHANGED
|
File without changes
|
package/src/commands/whatsapp.js
CHANGED
|
File without changes
|
package/src/commands/wiki.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/tools/bash.js
CHANGED
|
File without changes
|
package/src/tools/browser.js
CHANGED
|
File without changes
|
package/src/tools/canvas.js
CHANGED
|
File without changes
|
|
File without changes
|
package/src/tools/duckduckgo.js
CHANGED
|
File without changes
|
package/src/tools/exa_search.js
CHANGED
|
File without changes
|
package/src/tools/filesystem.js
CHANGED
|
File without changes
|
package/src/tools/firecrawl.js
CHANGED
|
File without changes
|
package/src/tools/git.js
CHANGED
|
File without changes
|
package/src/tools/http.js
CHANGED
|
File without changes
|
|
File without changes
|
package/src/tools/list_dir.js
CHANGED
|
File without changes
|
package/src/tools/llm_task.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/tools/read_file.js
CHANGED
|
File without changes
|
package/src/tools/searxng.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/tools/web_search.js
CHANGED
|
File without changes
|
package/src/tools/write_file.js
CHANGED
|
File without changes
|
package/src/utils/agents-md.js
CHANGED
|
File without changes
|
package/src/utils/agents.js
CHANGED
|
File without changes
|
package/src/utils/api.js
CHANGED
|
File without changes
|
package/src/utils/approvals.js
CHANGED
|
File without changes
|
package/src/utils/background.js
CHANGED
|
File without changes
|
package/src/utils/baileys.js
CHANGED
|
File without changes
|
package/src/utils/commands.js
CHANGED
|
File without changes
|
package/src/utils/config.js
CHANGED
|
File without changes
|
package/src/utils/cron.js
CHANGED
|
File without changes
|
package/src/utils/errors.js
CHANGED
|
File without changes
|
package/src/utils/format.js
CHANGED
|
File without changes
|
package/src/utils/gateway-ws.js
CHANGED
|
File without changes
|
package/src/utils/headless.js
CHANGED
|
File without changes
|
package/src/utils/history.js
CHANGED
|
File without changes
|
package/src/utils/hooks.js
CHANGED
|
File without changes
|
|
File without changes
|
package/src/utils/mcp-client.js
CHANGED
|
File without changes
|
package/src/utils/mcp.js
CHANGED
|
File without changes
|
package/src/utils/memory.js
CHANGED
|
File without changes
|
|
File without changes
|
package/src/utils/path-utils.js
CHANGED
|
File without changes
|
|
File without changes
|
package/src/utils/secrets.js
CHANGED
|
File without changes
|
package/src/utils/sessions.js
CHANGED
|
File without changes
|
package/src/utils/skills.js
CHANGED
|
File without changes
|
package/src/utils/sub-agent.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/utils/tool-runner.js
CHANGED
|
File without changes
|
package/src/utils/web-fetch.js
CHANGED
|
File without changes
|