@tencentcloud/tmeet 1.0.5 → 1.0.7
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
CHANGED
|
@@ -177,14 +177,17 @@ tmeet [--format json|json-pretty] [--compact] [-V]
|
|
|
177
177
|
│ ├── list # 查询录制列表
|
|
178
178
|
│ ├── address # 获取录制文件下载地址
|
|
179
179
|
│ ├── smart-minutes # 获取智能纪要
|
|
180
|
-
│ ├── transcript-get
|
|
181
|
-
│ ├── transcript-paragraphs
|
|
182
|
-
│
|
|
180
|
+
│ ├── transcript-get # 获取转写详情
|
|
181
|
+
│ ├── transcript-paragraphs # 获取转写段落列表
|
|
182
|
+
│ ├── transcript-search # 搜索转写内容
|
|
183
|
+
│ ├── permission-apply-prepare # 预览录制权限申请信息(申请前确认)
|
|
184
|
+
│ └── permission-apply-commit # 提交录制权限申请(用户确认后执行)
|
|
183
185
|
├── report
|
|
184
186
|
│ ├── participants # 获取参会人列表
|
|
185
187
|
│ └── waiting-room-log # 获取等候室成员列表
|
|
186
188
|
└── tshoot
|
|
187
|
-
|
|
189
|
+
├── log # 导出本地日志(支持按时间范围过滤,可选 --upload 上传至服务器)
|
|
190
|
+
└── feedback # 上报问题排查反馈到服务器
|
|
188
191
|
```
|
|
189
192
|
|
|
190
193
|
---
|
|
@@ -615,6 +618,70 @@ tmeet record transcript-search --record-file-id "file_abc123" --text "季度目
|
|
|
615
618
|
|
|
616
619
|
---
|
|
617
620
|
|
|
621
|
+
#### `record permission-apply-prepare` — 预览录制权限申请
|
|
622
|
+
|
|
623
|
+
申请录制权限前先调用本命令获取审批文案/会议主题/录制所有者等信息,**展示给用户二次确认后**再执行 `record permission-apply-commit` 真正提交申请。
|
|
624
|
+
|
|
625
|
+
```bash
|
|
626
|
+
tmeet record permission-apply-prepare --meeting-record-id <录制ID> [选项]
|
|
627
|
+
```
|
|
628
|
+
|
|
629
|
+
| 参数 | 类型 | 必填 | 默认值 | 说明 |
|
|
630
|
+
|------|------|:----:|--------|------|
|
|
631
|
+
| `--meeting-record-id` | string | ✅ | — | 会议录制 ID |
|
|
632
|
+
| `--meeting-id` | string | — | — | 会议 ID |
|
|
633
|
+
|
|
634
|
+
**示例:**
|
|
635
|
+
|
|
636
|
+
```bash
|
|
637
|
+
tmeet record permission-apply-prepare --meeting-record-id "record_abc123"
|
|
638
|
+
```
|
|
639
|
+
|
|
640
|
+
响应 `data` 主要字段:
|
|
641
|
+
|
|
642
|
+
| 字段 | 说明 |
|
|
643
|
+
|------|------|
|
|
644
|
+
| `preview.meeting_record_id` | 会议录制 ID |
|
|
645
|
+
| `preview.approval_name` | 申请类型文案 |
|
|
646
|
+
| `preview.subject` | 会议标题 |
|
|
647
|
+
| `preview.file_owner` | 录制所有者名称 |
|
|
648
|
+
| `preview.apply_note` | 权限申请备注信息 |
|
|
649
|
+
| `preview.applicant` | 申请人名称 |
|
|
650
|
+
| `expires_in` | 过期时间(秒) |
|
|
651
|
+
|
|
652
|
+
---
|
|
653
|
+
|
|
654
|
+
#### `record permission-apply-commit` — 提交录制权限申请
|
|
655
|
+
|
|
656
|
+
**写操作**:在 `permission-apply-prepare` 获取预览信息并经用户确认后调用,正式发起权限申请审批流程。
|
|
657
|
+
|
|
658
|
+
```bash
|
|
659
|
+
tmeet record permission-apply-commit --meeting-record-id <录制ID> [选项]
|
|
660
|
+
```
|
|
661
|
+
|
|
662
|
+
| 参数 | 类型 | 必填 | 默认值 | 说明 |
|
|
663
|
+
|------|------|:----:|--------|------|
|
|
664
|
+
| `--meeting-record-id` | string | ✅ | — | 会议录制 ID |
|
|
665
|
+
| `--meeting-id` | string | — | — | 会议 ID |
|
|
666
|
+
|
|
667
|
+
**示例:**
|
|
668
|
+
|
|
669
|
+
```bash
|
|
670
|
+
tmeet record permission-apply-commit --meeting-record-id "record_abc123"
|
|
671
|
+
```
|
|
672
|
+
|
|
673
|
+
响应 `data` 主要字段:
|
|
674
|
+
|
|
675
|
+
| 字段 | 说明 |
|
|
676
|
+
|------|------|
|
|
677
|
+
| `unique_id` | 申请 ID |
|
|
678
|
+
| `status` | 审批状态 |
|
|
679
|
+
| `message` | 审批状态描述 |
|
|
680
|
+
| `approval_url` | 审批链接 |
|
|
681
|
+
| `share_text` | 申请说明描述 |
|
|
682
|
+
|
|
683
|
+
---
|
|
684
|
+
|
|
618
685
|
### report — 参会报告
|
|
619
686
|
|
|
620
687
|
#### `report participants` — 查询参会人列表
|
|
@@ -717,6 +784,51 @@ output log saved to: ~/tmeet_ts_20260410_153000.zip
|
|
|
717
784
|
|
|
718
785
|
---
|
|
719
786
|
|
|
787
|
+
#### `tshoot feedback` — 上报问题排查反馈
|
|
788
|
+
|
|
789
|
+
将 Agent 在使用 CLI 过程中遇到的问题或建议上报至服务器,便于后续优化工具能力。
|
|
790
|
+
|
|
791
|
+
```bash
|
|
792
|
+
tmeet tshoot feedback --category <分类> --intent <原始意图> [选项]
|
|
793
|
+
```
|
|
794
|
+
|
|
795
|
+
| 参数 | 类型 | 必填 | 默认值 | 说明 |
|
|
796
|
+
|------|------|:----:|--------|------|
|
|
797
|
+
| `--category` | string | ✅ | — | 反馈分类,可选值:`tool_not_found`(想做某事但找不到匹配工具)、`tool_error`(调用工具但返回错误)、`tool_inadequate`(工具存在但能力/参数不足)、`unexpected_result`(调用成功但结果未达预期)、`suggestion`(一般性建议或改进想法) |
|
|
798
|
+
| `--intent` | string | ✅ | — | Agent 的原始意图,最多 200 字符 |
|
|
799
|
+
| `--actions-tried` | string | — | — | Agent 已尝试过的动作,最多 500 字符 |
|
|
800
|
+
| `--result` | string | — | — | 已尝试动作的结果或阻塞点,最多 500 字符 |
|
|
801
|
+
| `--tool-name` | string | — | — | 使用的工具/命令名 |
|
|
802
|
+
| `--error-code` | string | — | — | 工具返回的错误码 |
|
|
803
|
+
|
|
804
|
+
**示例:**
|
|
805
|
+
|
|
806
|
+
```bash
|
|
807
|
+
# 反馈:找不到匹配工具
|
|
808
|
+
tmeet tshoot feedback \
|
|
809
|
+
--category "tool_not_found" \
|
|
810
|
+
--intent "想批量导出某个时间段的所有会议纪要" \
|
|
811
|
+
--actions-tried "查看了 record 和 meeting 子命令" \
|
|
812
|
+
--result "未找到批量导出纪要的命令"
|
|
813
|
+
|
|
814
|
+
# 反馈:工具调用返回错误
|
|
815
|
+
tmeet tshoot feedback \
|
|
816
|
+
--category "tool_error" \
|
|
817
|
+
--intent "获取录制下载地址" \
|
|
818
|
+
--tool-name "record address" \
|
|
819
|
+
--error-code "200003" \
|
|
820
|
+
--result "接口返回权限不足"
|
|
821
|
+
|
|
822
|
+
# 反馈:一般性建议
|
|
823
|
+
tmeet tshoot feedback \
|
|
824
|
+
--category "suggestion" \
|
|
825
|
+
--intent "希望支持按主题模糊搜索会议"
|
|
826
|
+
```
|
|
827
|
+
|
|
828
|
+
> 该命令需要登录后才能使用。
|
|
829
|
+
|
|
830
|
+
---
|
|
831
|
+
|
|
720
832
|
## 安全与风险提示(使用前必读)
|
|
721
833
|
|
|
722
834
|
---
|
package/dist/tmeet-Linux-ARM64
CHANGED
|
Binary file
|
package/dist/tmeet-Linux-x86_64
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/tmeet-macOS-Intel
CHANGED
|
Binary file
|