@agent-wechat/wechaty-puppet 0.8.1 → 0.8.3

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,8 +7,8 @@ Wechaty Puppet for [agent-wechat](https://github.com/thisnick/agent-wechat). Bri
7
7
  - **An agent-wechat server** running — set up via the CLI or from the [agent-wechat repo](https://github.com/thisnick/agent-wechat):
8
8
  ```bash
9
9
  npx @agent-wechat/cli up # starts the Docker container
10
- npx @agent-wechat/cli login # scan QR to log in
11
10
  ```
11
+ Login is not required as a separate CLI step; you can log in through the puppet QR flow.
12
12
  - **Node.js >= 22**
13
13
 
14
14
  ## Install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-wechat/wechaty-puppet",
3
- "version": "0.8.1",
3
+ "version": "0.8.3",
4
4
  "description": "Wechaty Puppet for agent-wechat — bridges Wechaty bots to WeChat via the agent-wechat REST/WebSocket server",
5
5
  "type": "module",
6
6
  "main": "./dist/mod.js",