Add files via upload

This commit is contained in:
公明
2026-02-28 23:03:09 +08:00
committed by GitHub
parent 691793cb38
commit 3534a956b2
6 changed files with 75 additions and 26 deletions

View File

@@ -113,6 +113,7 @@
| **新对话** | 开启一个新对话,后续消息在新对话中 |
| **清空** | 清空当前对话上下文(效果等同「新对话」) |
| **当前** | 显示当前对话 ID 与标题 |
| **停止** | 中断当前正在执行的任务 |
除以上命令外,**直接输入任意文字**会作为用户消息发给 AI与 Web 端对话逻辑一致(渗透测试/安全分析等)。

View File

@@ -112,6 +112,7 @@ Send these **text commands** to the bot in DingTalk or Lark (text only):
| **新对话** (new) | Start a new conversation |
| **清空** (clear) | Clear current context (same effect as new conversation) |
| **当前** (current) | Show current conversation ID and title |
| **停止** (stop) | Abort the currently running task |
Any other text is sent to the AI as a user message, same as in the web UI (e.g. penetration testing, security analysis).