natureco-cli 4.7.0 → 4.7.1

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": "4.7.0",
3
+ "version": "4.7.1",
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"
@@ -144,10 +144,16 @@ async function cmdWizard() {
144
144
  console.log(chalk.gray(' Atlamak için hepsini boş bırakın, sonra: natureco <kanal> connect\n'));
145
145
 
146
146
  const integrations = [
147
- { key: 'telegramToken', name: 'Telegram', hint: 'BotFather\'dan al (@BotFather → /newbot → token)' },
148
- { key: 'whatsappPhone', name: 'WhatsApp', hint: 'Telefon numaranızı girin (örn: +905422842631)' },
149
- { key: 'discordToken', name: 'Discord', hint: 'Discord bot token (Discord Developer Portal)' },
150
- { key: 'slackToken', name: 'Slack', hint: 'Slack bot token (api.slack.com/apps)' },
147
+ { key: 'telegramToken', name: 'Telegram', hint: 'BotFather\'dan al (@BotFather → /newbot → token)' },
148
+ { key: 'whatsappPhone', name: 'WhatsApp', hint: 'Telefon numaranızı girin (örn: +905422842631)' },
149
+ { key: 'discordToken', name: 'Discord', hint: 'Discord bot token (Discord Developer Portal)' },
150
+ { key: 'slackToken', name: 'Slack', hint: 'Slack bot token (api.slack.com/apps)' },
151
+ { key: 'signalBotId', name: 'Signal', hint: 'Signal bot numarası veya ID' },
152
+ { key: 'ircBotId', name: 'IRC', hint: 'IRC bot kullanıcı adı (örn: NatureCoBot)' },
153
+ { key: 'mattermostBotId', name: 'Mattermost', hint: 'Mattermost bot kullanıcı adı' },
154
+ { key: 'imessageBotId', name: 'iMessage', hint: 'iMessage bridge endpoint veya ad' },
155
+ { key: 'smsBotId', name: 'SMS (Twilio)', hint: 'Twilio hesap SID veya bot ID' },
156
+ { key: 'webhooks', name: 'Webhooks', hint: 'Webhook URL (veya boş bırakın, sonra: natureco webhooks add)' },
151
157
  ];
152
158
 
153
159
  for (const integ of integrations) {