@liangrk/claude-code-wechatbot 0.3.1 → 0.3.2

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/dist/setup.js +1 -1
  2. package/package.json +1 -1
package/dist/setup.js CHANGED
@@ -1192,7 +1192,7 @@ async function main() {
1192
1192
  console.log(` 凭据保存至: ${getCredentialsFile()}`);
1193
1193
  console.log();
1194
1194
  console.log("现在可以启动 Claude Code 通道:");
1195
- console.log(" claude --dangerously-load-development-channels server:wechat");
1195
+ console.log(" claude --dangerously-skip-permissions");
1196
1196
  process.exit(0);
1197
1197
  }
1198
1198
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liangrk/claude-code-wechatbot",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Claude Code Channel plugin for WeChat — bridge WeChat messages into Claude Code sessions via the official ilink API",
5
5
  "type": "module",
6
6
  "bin": {