Merge branch 'main' into nanogpt

This commit is contained in:
0xGingi 2026-01-27 08:22:07 -05:00 committed by GitHub
commit b49559c3e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,8 @@
"./cli-entry": "./dist/entry.js"
},
"bin": {
"moltbot": "dist/entry.js"
"moltbot": "dist/entry.js",
"clawdbot": "dist/entry.js"
},
"files": [
"dist/acp/**",
@ -22,6 +23,7 @@
"dist/cli/**",
"dist/commands/**",
"dist/config/**",
"dist/compat/**",
"dist/control-ui/**",
"dist/cron/**",
"dist/channels/**",

View File

@ -1 +1 @@
1376c2e99ad07193d9ab1719200675d84ffb40db417d05128cf07c3b8283581e
b6d3dea7c656c8a480059c32e954c4d39053ff79c4e9c69b38f4c04e3f0280d4