feat:新增对话结束后添加结束语句

This commit is contained in:
Roe-xin
2026-03-10 20:53:13 +08:00
parent 790110ba7e
commit 7fe87e515b
2 changed files with 10 additions and 0 deletions

View File

@ -393,6 +393,11 @@ async function handleUserMessageWithBackend(
isComplete: true,
});
// 发送任务完成消息
panel.webview.postMessage({
command: "taskComplete",
});
// 发送系统通知 - AI 响应完成
const notificationService = NotificationService.getInstance();
notificationService.success(