weacpx 0.1.7 → 0.2.0

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,7 +1,7 @@
1
1
  {
2
2
  "name": "weacpx",
3
- "description": "用微信远程控制 `acpx` 会话的控制台, 底层基于 `weixin-agent-sdk` `acpx`",
4
- "version": "0.1.7",
3
+ "description": "使用微信 ClawBot 随时随地通过 `acpx` 控制 Claude Code、Codex Agents。",
4
+ "version": "0.2.0",
5
5
  "main": "index.js",
6
6
  "directories": {
7
7
  "doc": "docs",
@@ -46,7 +46,7 @@
46
46
  "test:smoke": "node ./scripts/run-tests.mjs tests/smoke"
47
47
  },
48
48
  "dependencies": {
49
- "acpx": "^0.4.0",
49
+ "acpx": "^0.4.1",
50
50
  "node-pty": "^1.1.0",
51
51
  "qrcode-terminal": "^0.12.0"
52
52
  },