We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 240985a commit 5170175Copy full SHA for 5170175
package.json
@@ -7,7 +7,7 @@
7
"wechaty": "^0.43.5"
8
},
9
"name": "wechaty-log-monitor",
10
- "version": "1.2.10",
+ "version": "1.2.11",
11
"description": "一个基于wechaty来进行wechaty devops的wechaty plugin, primarily for log monitoring.",
12
"main": "dist/index.js",
13
"files": [
readme.md
@@ -117,6 +117,8 @@ Please feel free to fork me & implement more features! Pull requests are welcome
117
118
## To-do
119
120
+0. write integration test cases using wechaty-mock
121
+
122
1. add authentication support for dangerous commands (using SMS, authy, googleAuth)
123
124
2. integrate [GPT-3 Natural language Shell](https://beta.openai.com/?app=productivity&example=4_2_0)
0 commit comments