fix: 命令描述统一为英文+修复/history双斜杠bug
- CompactCommand: 中文描述改为英文 - HistoryCommand: 中文描述改为英文 + name()去掉多余的/前缀 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -39,7 +39,7 @@ public class CompactCommand implements SlashCommand {
|
||||
|
||||
@Override
|
||||
public String description() {
|
||||
return "用AI摘要压缩对话上下文";
|
||||
return "Compact conversation context with AI summary";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user