@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.
- package/dist/setup.js +1 -1
- 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-
|
|
1195
|
+
console.log(" claude --dangerously-skip-permissions");
|
|
1196
1196
|
process.exit(0);
|
|
1197
1197
|
}
|
|
1198
1198
|
}
|
package/package.json
CHANGED