feat: 优化消息操作按钮显示

- 添加任务完成图标和状态提示
   - 消息操作按钮改为内联显示
   - 优化复制功能获取消息内容
This commit is contained in:
Roe-xin
2026-03-12 18:00:25 +08:00
parent c138406217
commit 11c408ce0f
6 changed files with 102 additions and 45 deletions

View File

@ -209,6 +209,11 @@ export async function selectConversation(
});
}
// 发送任务完成消息(历史记录)
panel.webview.postMessage({
command: "taskCompleteHistory",
});
vscode.window.showInformationMessage(
`已加载会话: ${taskSession.meta.taskName}`,
);