@exonix/tchat-cli 1.0.8 → 1.1.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/README.md +2 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -47,8 +47,9 @@ tchat-cli widget list --keyword 考勤
|
|
|
47
47
|
# Message search
|
|
48
48
|
tchat-cli msg search --session "g@10000219039" --sender user001 --type SESSION_RECENT
|
|
49
49
|
|
|
50
|
-
# Contact search
|
|
50
|
+
# Contact search(支持多关键词 OR 关系)
|
|
51
51
|
tchat-cli contact search -k "张三"
|
|
52
|
+
tchat-cli contact search -k "技术" -k "经理" --page 0 --size 20
|
|
52
53
|
|
|
53
54
|
# File management
|
|
54
55
|
tchat-cli file list --type 1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@exonix/tchat-cli",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "TChat CLI - AI friendly command line tool for TChat platform",
|
|
5
5
|
"keywords": ["tchat", "cli", "teamwork", "ai"],
|
|
6
6
|
"license": "MIT",
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
"postinstall": "node scripts/install.js"
|
|
13
13
|
},
|
|
14
14
|
"optionalDependencies": {
|
|
15
|
-
"@exonix/tchat-cli-darwin-arm64": "1.0
|
|
16
|
-
"@exonix/tchat-cli-darwin-x64": "1.0
|
|
17
|
-
"@exonix/tchat-cli-linux-x64": "1.0
|
|
18
|
-
"@exonix/tchat-cli-linux-arm64": "1.0
|
|
19
|
-
"@exonix/tchat-cli-win32-x64": "1.0
|
|
15
|
+
"@exonix/tchat-cli-darwin-arm64": "1.1.0",
|
|
16
|
+
"@exonix/tchat-cli-darwin-x64": "1.1.0",
|
|
17
|
+
"@exonix/tchat-cli-linux-x64": "1.1.0",
|
|
18
|
+
"@exonix/tchat-cli-linux-arm64": "1.1.0",
|
|
19
|
+
"@exonix/tchat-cli-win32-x64": "1.1.0"
|
|
20
20
|
},
|
|
21
21
|
"repository": {
|
|
22
22
|
"type": "git",
|