nextclaw 0.8.11 → 0.8.13
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": "nextclaw",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.13",
|
|
4
4
|
"description": "Lightweight personal AI assistant with CLI, multi-provider routing, and channel integrations.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"chokidar": "^3.6.0",
|
|
40
40
|
"commander": "^12.1.0",
|
|
41
|
-
"@nextclaw/core": "^0.6.
|
|
42
|
-
"@nextclaw/server": "^0.5.
|
|
43
|
-
"@nextclaw/openclaw-compat": "^0.1.
|
|
41
|
+
"@nextclaw/core": "^0.6.32",
|
|
42
|
+
"@nextclaw/server": "^0.5.8",
|
|
43
|
+
"@nextclaw/openclaw-compat": "^0.1.25"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/node": "^20.17.6",
|
package/templates/USAGE.md
CHANGED
|
@@ -534,6 +534,14 @@ Configure channels in the UI at http://127.0.0.1:18791 or in `~/.nextclaw/config
|
|
|
534
534
|
- `draftChunk`: controls preview streaming chunk size and break style; larger values reduce edit frequency.
|
|
535
535
|
- `textChunkLimit` (default `2000`): outbound Discord message max chars per send/edit.
|
|
536
536
|
|
|
537
|
+
Discord native slash commands (auto-registered):
|
|
538
|
+
|
|
539
|
+
- `/help` or `/commands`
|
|
540
|
+
- `/whoami` or `/id`
|
|
541
|
+
- `/status`
|
|
542
|
+
- `/reset` or `/new`
|
|
543
|
+
- `/model [name|clear]`
|
|
544
|
+
|
|
537
545
|
### Telegram
|
|
538
546
|
|
|
539
547
|
1. Create a bot via [@BotFather](https://t.me/BotFather) and get the token.
|