fix: include sessions in npm pack and update qrcode import

This commit is contained in:
Peter Steinberger
2026-01-05 03:28:25 +01:00
parent 197b8f7c3b
commit 93bb0257f0
5 changed files with 11 additions and 3 deletions

View File

@@ -7,6 +7,12 @@
### Fixes
- Onboarding: resolve CLI entrypoint when running via `npx` so gateway daemon install works without a build step.
## 2026.1.5-1
### Fixes
- NPM package: include `dist/sessions` so `clawdbot agent` resolves session helpers in npx installs.
- Node 25: avoid unsupported directory import by targeting `qrcode-terminal/vendor/QRCode/index.js`.
## 2026.1.5
### Highlights