nextclaw-core 0.4.5 → 0.4.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/dist/index.js +9 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5571,6 +5571,8 @@ var FIELD_HELP = {
|
|
|
5571
5571
|
"agents.context.bootstrap.totalChars": "Max total chars across bootstrap files.",
|
|
5572
5572
|
"agents.context.memory.enabled": "Enable memory injection from memory files.",
|
|
5573
5573
|
"agents.context.memory.maxChars": "Max characters of memory injected per turn.",
|
|
5574
|
+
"providers.*": "Configure credentials and endpoints for this provider.",
|
|
5575
|
+
"providers.openai": "Leading AI models including GPT-4 and GPT-3.5.",
|
|
5574
5576
|
"providers.*.apiKey": "API key for this provider.",
|
|
5575
5577
|
"providers.*.apiBase": "Override the provider API base URL if needed.",
|
|
5576
5578
|
"providers.*.extraHeaders": "Extra headers to send to the provider.",
|
|
@@ -5585,6 +5587,13 @@ var FIELD_HELP = {
|
|
|
5585
5587
|
"tools.web.search.maxResults": "Default number of search results.",
|
|
5586
5588
|
"tools.exec.timeout": "Command execution timeout (seconds).",
|
|
5587
5589
|
"tools.restrictToWorkspace": "Restrict tools to the workspace directory.",
|
|
5590
|
+
"channels.*": "Configure connection and credentials for this channel.",
|
|
5591
|
+
"channels.telegram": "Connect with Telegram bots for instant messaging.",
|
|
5592
|
+
"channels.slack": "Integrate with Slack workspaces for team collaboration.",
|
|
5593
|
+
"channels.email": "Send and receive messages via email protocols.",
|
|
5594
|
+
"channels.webhook": "Receive HTTP webhooks for custom integrations.",
|
|
5595
|
+
"channels.discord": "Connect Discord bots to your community servers.",
|
|
5596
|
+
"channels.feishu": "Enterprise messaging and collaboration platform.",
|
|
5588
5597
|
"channels.whatsapp.bridgeUrl": "WebSocket URL for the WhatsApp bridge.",
|
|
5589
5598
|
"channels.telegram.token": "Telegram bot token.",
|
|
5590
5599
|
"channels.telegram.proxy": "Optional HTTP proxy for Telegram.",
|